enum FilterOrPolicyType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SNS.FilterOrPolicyType |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssns#FilterOrPolicyType |
Java | software.amazon.awscdk.services.sns.FilterOrPolicyType |
Python | aws_cdk.aws_sns.FilterOrPolicyType |
TypeScript (source) | aws-cdk-lib » aws_sns » FilterOrPolicyType |
The type of the MessageBody at a given key value pair.
Members
| Name | Description |
|---|---|
| FILTER | The filter of the MessageBody. |
| POLICY | A nested key of the MessageBody. |
FILTER
The filter of the MessageBody.
POLICY
A nested key of the MessageBody.

.NET
Go
Java
Python
TypeScript (