drs:StartSourceNetworkReplication

Write

drs:StartSourceNetworkReplication is a Write access-level action in the drs service. Grants permission to start network replication

Resource types

ARNs that drs:StartSourceNetworkReplication can be scoped to in an IAM policy.

arn:${Partition}:drs:${Region}:${Account}:source-network/${SourceNetworkID}
SourceNetworkResource

Condition keys

Keys you can use in the Condition block of a policy that grants drs:StartSourceNetworkReplication.

aws:ResourceTag/${TagKey} String

Filters access by tag key-value pairs attached to the resource

Example IAM policy

A minimal policy that allows drs:StartSourceNetworkReplication. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowDrsStartSourceNetworkReplication",
      "Effect": "Allow",
      "Action": "drs:StartSourceNetworkReplication",
      "Resource": "*"
    }
  ]
}

Related actions in drs

View all drs actions →