s3-outposts:PutReplicationConfiguration is a Write access-level action in the s3-outposts service. Grants permission to create a new replication configuration or replace an existing one
ARNs that s3-outposts:PutReplicationConfiguration can be scoped to in an IAM policy.
No condition keys are documented for this action.
To use s3-outposts:PutReplicationConfiguration you may also need to grant:
A minimal policy that allows s3-outposts:PutReplicationConfiguration. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowS3outpostsPutReplicationConfiguration",
"Effect": "Allow",
"Action": "s3-outposts:PutReplicationConfiguration",
"Resource": "*"
}
]
}