Show / Hide Table of Contents

Interface ICfnTopicInlinePolicyProps

Properties for defining a CfnTopicInlinePolicy.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topicinlinepolicy.html

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.AWS.SNS;

             var policyDocument;

             var cfnTopicInlinePolicyProps = new CfnTopicInlinePolicyProps {
                 PolicyDocument = policyDocument,
                 TopicArn = "topicArn"
             };

Synopsis

Properties

PolicyDocument

A policy document that contains permissions to add to the specified Amazon topic.

TopicArn

The Amazon Resource Name (ARN) of the topic to which you want to add the policy.

Properties

PolicyDocument

A policy document that contains permissions to add to the specified Amazon topic.

object PolicyDocument { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topicinlinepolicy.html#cfn-sns-topicinlinepolicy-policydocument

TopicArn

The Amazon Resource Name (ARN) of the topic to which you want to add the policy.

string TopicArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topicinlinepolicy.html#cfn-sns-topicinlinepolicy-topicarn

Back to top Generated by DocFX