fis:GetExperimentTargetAccountConfiguration is a Read access-level action in the fis service. Grants permission to retrieve an AWS FIS target account configuration for an AWS FIS experiment
ARNs that fis:GetExperimentTargetAccountConfiguration can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants fis:GetExperimentTargetAccountConfiguration.
Filters access by a tag key and value pair of a resource
A minimal policy that allows fis:GetExperimentTargetAccountConfiguration. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowFisGetExperimentTargetAccountConfiguration",
"Effect": "Allow",
"Action": "fis:GetExperimentTargetAccountConfiguration",
"Resource": "*"
}
]
}