Interface TopicPolicyProps
Properties to associate SNS topics with a policy.
stable
Synopsis
Properties
topics | The set of topics this policy applies to. |
Properties
topics
The set of topics this policy applies to.
stable
Declaration
readonly topics: ITopic[];
Property Value
ITopic[]