aws-cdk-lib.aws_sns.FilterOrPolicyType
enum FilterOrPolicyType
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SNS.FilterOrPolicyType |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssns#FilterOrPolicyType |
![]() | software.amazon.awscdk.services.sns.FilterOrPolicyType |
![]() | aws_cdk.aws_sns.FilterOrPolicyType |
![]() | 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.