Actions, resources, and condition keys for Amazon SNS
Amazon SNS (service prefix: sns
) provides the following service-specific resources, actions, and condition context keys for use in IAM permission policies.
References:
-
Learn how to configure this service.
-
View a list of the API operations available for this service.
-
Learn how to secure this service and its resources by using IAM permission policies.
Topics
Actions defined by Amazon SNS
You can specify the following actions in the Action
element of an IAM policy statement. Use policies to grant permissions to perform an operation in AWS. When you use an action in a policy, you usually allow or deny access to the API operation or CLI command with the same name. However, in some cases, a single action controls access to more than one operation. Alternatively, some operations require several different actions.
The Resource types column of the Actions table indicates whether each action supports resource-level permissions. If there is no value for this column, you must specify all resources ("*") to which the policy applies in the Resource
element of your policy statement. If the column includes a resource type, then you can specify an ARN of that type in a statement with that action. If the action has one or more required resources, the caller must have permission to use the action with those resources. Required resources are indicated in the table with an asterisk (*). If you limit resource access with the Resource
element in an IAM policy, you must include an ARN or pattern for each required resource type. Some actions support multiple resource types. If the resource type is optional (not indicated as required), then you can choose to use one of the optional resource types.
The Condition keys column of the Actions table includes keys that you can specify in a policy statement's Condition
element. For more information on the condition keys that are associated with resources for the service, see the Condition keys column of the Resource types table.
Note
Resource condition keys are listed in the Resource types table. You can find a link to the resource type that applies to an action in the Resource types (*required) column of the Actions table. The resource type in the Resource types table includes the Condition keys column, which are the resource condition keys that apply to an action in the Actions table.
For details about the columns in the following table, see Actions table.
Actions | Description | Access level | Resource types (*required) | Condition keys | Dependent actions |
---|---|---|---|---|---|
AddPermission | Grants permission to add a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions | Permissions management | |||
CheckIfPhoneNumberIsOptedOut | Grants permission to accept a phone number and indicate whether the phone holder has opted out of receiving SMS messages from your account | Read | |||
ConfirmSubscription | Grants permission to verify an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier Subscribe action | Write | |||
CreatePlatformApplication | Grants permission to create a platform application object for one of the supported push notification services, such as APNS and GCM, to which devices and mobile apps may register | Write |
iam:PassRole |
||
CreatePlatformEndpoint | Grants permission to create an endpoint for a device and mobile app on one of the supported push notification services, such as GCM and APNS | Write | |||
CreateSMSSandboxPhoneNumber | Grants permission to add a destination phone number and send a one-time password (OTP) to that phone number for an AWS account | Write | |||
CreateTopic | Grants permission to create a topic to which notifications can be published | Write |
iam:PassRole |
||
DeleteEndpoint | Grants permission to delete the endpoint for a device and mobile app from Amazon SNS | Write | |||
DeletePlatformApplication | Grants permission to delete a platform application object for one of the supported push notification services, such as APNS and GCM | Write | |||
DeleteSMSSandboxPhoneNumber | Grants permission to delete an AWS account's verified or pending phone number | Write | |||
DeleteTopic | Grants permission to delete a topic and all its subscriptions | Write | |||
GetDataProtectionPolicy | Grants permission to return the data protection policy of the topic | Read | |||
GetEndpointAttributes | Grants permission to retrieve the endpoint attributes for a device on one of the supported push notification services, such as GCM and APNS | Read | |||
GetPlatformApplicationAttributes | Grants permission to retrieve the attributes of the platform application object for the supported push notification services, such as APNS and GCM | Read | |||
GetSMSAttributes | Grants permission to return the settings for sending SMS messages from your account | Read | |||
GetSMSSandboxAccountStatus | Grants permission to retrieve the sandbox status for the calling account in the target region | Read | |||
GetSubscriptionAttributes | Grants permission to return all of the properties of a subscription | Read | |||
GetTopicAttributes | Grants permission to return all of the properties of a topic | Read | |||
ListEndpointsByPlatformApplication | Grants permission to list the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS | List | |||
ListOriginationNumbers | Grants permission to list all origination numbers, and their metadata | List | |||
ListPhoneNumbersOptedOut | Grants permission to return a list of phone numbers that are opted out, meaning you cannot send SMS messages to them | Read | |||
ListPlatformApplications | Grants permission to list the platform application objects for the supported push notification services, such as APNS and GCM | List | |||
ListSMSSandboxPhoneNumbers | Grants permission to list the calling account's current pending and verified destination phone numbers | List | |||
ListSubscriptions | Grants permission to return a list of the requester's subscriptions | List | |||
ListSubscriptionsByTopic | Grants permission to return a list of the subscriptions to a specific topic | List | |||
ListTagsForResource | Grants permission to list all tags added to the specified Amazon SNS topic | Read | |||
ListTopics | Grants permission to return a list of the requester's topics | List | |||
OptInPhoneNumber | Grants permission to opt in a phone number that is currently opted out, which enables you to resume sending SMS messages to the number | Write | |||
Publish | Grants permission to send a message to all of a topic's subscribed endpoints | Write | |||
PutDataProtectionPolicy | Grants permission to allow a topic owner to set the data protection policy | Write | |||
RemovePermission | Grants permission to remove a statement from a topic's access control policy | Permissions management | |||
SetEndpointAttributes | Grants permission to set the attributes for an endpoint for a device on one of the supported push notification services, such as GCM and APNS | Write | |||
SetPlatformApplicationAttributes | Grants permission to set the attributes of the platform application object for the supported push notification services, such as APNS and GCM | Write |
iam:PassRole |
||
SetSMSAttributes | Grants permission to set the default settings for sending SMS messages and receiving daily SMS usage reports | Write | |||
SetSubscriptionAttributes | Grants permission to allow a subscription owner to set an attribute of the topic to a new value | Write | |||
SetTopicAttributes | Grants permission to allow a topic owner to set an attribute of the topic to a new value | Permissions management |
iam:PassRole |
||
Subscribe | Grants permission to prepare to subscribe an endpoint by sending the endpoint a confirmation message | Write | |||
TagResource | Grants permission to add tags to the specified Amazon SNS topic | Tagging | |||
Unsubscribe | Grants permission to delete a subscription | Write | |||
UntagResource | Grants permission to remove tags from the specified Amazon SNS topic | Tagging | |||
VerifySMSSandboxPhoneNumber | Grants permission to verify a destination phone number with a one-time password (OTP) for an AWS account | Write |
Resource types defined by Amazon SNS
The following resource types are defined by this service and can be used in the Resource
element of IAM permission policy statements. Each action in the Actions table identifies the resource types that can be specified with that action. A resource type can also define which condition keys you can include in a policy. These keys are displayed in the last column of the Resource types table. For details about the columns in the following table, see Resource types table.
Resource types | ARN | Condition keys |
---|---|---|
topic |
arn:${Partition}:sns:${Region}:${Account}:${TopicName}
|
Condition keys for Amazon SNS
Amazon SNS defines the following condition keys that can be used in the Condition
element of an IAM policy. You can use these keys to further refine the conditions under which the policy statement applies. For details about the columns in the following table, see Condition keys table.
To view the global condition keys that are available to all services, see Available global condition keys.
Condition keys | Description | Type |
---|---|---|
aws:RequestTag/${TagKey} | Filters access by tags from request | String |
aws:ResourceTag/${TagKey} | Filters access by tags associated with the resource | String |
aws:TagKeys | Filters access by tag keys from request | ArrayOfString |
sns:Endpoint | Filters access by the URL, email address, or ARN from a Subscribe request or a previously confirmed subscription | String |
sns:Protocol | Filters access by the protocol value from a Subscribe request or a previously confirmed subscription | String |