Show / Hide Table of Contents

Class CfnTopicInlinePolicyMixinProps

Properties for CfnTopicInlinePolicyPropsMixin.

Inheritance
object
CfnTopicInlinePolicyMixinProps
Implements
ICfnTopicInlinePolicyMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.SNS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTopicInlinePolicyMixinProps : ICfnTopicInlinePolicyMixinProps
Syntax (vb)
Public Class CfnTopicInlinePolicyMixinProps Implements ICfnTopicInlinePolicyMixinProps
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.Mixins.Preview.AWS.SNS.Mixins;

             var policyDocument;

             var cfnTopicInlinePolicyMixinProps = new CfnTopicInlinePolicyMixinProps {
                 PolicyDocument = policyDocument,
                 TopicArn = "topicArn"
             };

Synopsis

Constructors

CfnTopicInlinePolicyMixinProps()

Properties for CfnTopicInlinePolicyPropsMixin.

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.

Constructors

CfnTopicInlinePolicyMixinProps()

Properties for CfnTopicInlinePolicyPropsMixin.

public CfnTopicInlinePolicyMixinProps()
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.Mixins.Preview.AWS.SNS.Mixins;

             var policyDocument;

             var cfnTopicInlinePolicyMixinProps = new CfnTopicInlinePolicyMixinProps {
                 PolicyDocument = policyDocument,
                 TopicArn = "topicArn"
             };

Properties

PolicyDocument

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

public object? PolicyDocument { get; set; }
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.

public string? TopicArn { get; set; }
Property Value

string

Remarks

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

Implements

ICfnTopicInlinePolicyMixinProps
Back to top Generated by DocFX