aws-cdk-lib.aws_sns.FilterOrPolicyType

enum FilterOrPolicyType

LanguageType name
.NETAmazon.CDK.AWS.SNS.FilterOrPolicyType
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssns#FilterOrPolicyType
Javasoftware.amazon.awscdk.services.sns.FilterOrPolicyType
Pythonaws_cdk.aws_sns.FilterOrPolicyType
TypeScript (source)aws-cdk-lib » aws_sns » FilterOrPolicyType

The type of the MessageBody at a given key value pair.

Members

NameDescription
FILTERThe filter of the MessageBody.
POLICYA nested key of the MessageBody.

FILTER

The filter of the MessageBody.


POLICY

A nested key of the MessageBody.