Show / Hide Table of Contents

Class TopicPolicyProps

Properties to associate SNS topics with a policy.

Inheritance
System.Object
TopicPolicyProps
Implements
ITopicPolicyProps
Namespace: Amazon.CDK.AWS.SNS
Assembly: Amazon.CDK.AWS.SNS.dll
Syntax (csharp)
public class TopicPolicyProps : Object, ITopicPolicyProps
Syntax (vb)
Public Class TopicPolicyProps
    Inherits Object
    Implements ITopicPolicyProps

Synopsis

Constructors

TopicPolicyProps()

Properties

Topics

The set of topics this policy applies to.

Constructors

TopicPolicyProps()

public TopicPolicyProps()

Properties

Topics

The set of topics this policy applies to.

public ITopic[] Topics { get; set; }
Property Value

ITopic[]

Implements

ITopicPolicyProps
Back to top Generated by DocFX