Show / Hide Table of Contents

Interface ITopicInlinePolicyReference

A reference to a TopicInlinePolicy resource.

Namespace: Amazon.CDK.Interfaces.SNS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITopicInlinePolicyReference
Syntax (vb)
Public Interface ITopicInlinePolicyReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.SNS;

            var topicInlinePolicyReference = new TopicInlinePolicyReference {
                TopicArn = "topicArn"
            };

Synopsis

Properties

TopicArn

The TopicArn of the TopicInlinePolicy resource.

Properties

TopicArn

The TopicArn of the TopicInlinePolicy resource.

string TopicArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX