Show / Hide Table of Contents

Class CfnResourcePolicyMixinProps

Properties for CfnResourcePolicyPropsMixin.

Inheritance
object
CfnResourcePolicyMixinProps
Implements
ICfnResourcePolicyMixinProps
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.SMSVOICE.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnResourcePolicyMixinProps : ICfnResourcePolicyMixinProps
Syntax (vb)
Public Class CfnResourcePolicyMixinProps Implements ICfnResourcePolicyMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-resourcepolicy.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.SMSVOICE.Mixins;

             var policyDocument;

             var cfnResourcePolicyMixinProps = new CfnResourcePolicyMixinProps {
                 PolicyDocument = policyDocument,
                 ResourceArn = "resourceArn"
             };

Synopsis

Constructors

CfnResourcePolicyMixinProps()

Properties for CfnResourcePolicyPropsMixin.

Properties

PolicyDocument

The JSON formatted resource-based policy to attach.

ResourceArn

The Amazon Resource Name (ARN) of the End User Messaging resource attached to the resource-based policy.

Constructors

CfnResourcePolicyMixinProps()

Properties for CfnResourcePolicyPropsMixin.

public CfnResourcePolicyMixinProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-resourcepolicy.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.SMSVOICE.Mixins;

             var policyDocument;

             var cfnResourcePolicyMixinProps = new CfnResourcePolicyMixinProps {
                 PolicyDocument = policyDocument,
                 ResourceArn = "resourceArn"
             };

Properties

PolicyDocument

The JSON formatted resource-based policy to attach.

public object? PolicyDocument { get; set; }
Property Value

object

Remarks

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

ResourceArn

The Amazon Resource Name (ARN) of the End User Messaging resource attached to the resource-based policy.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-resourcepolicy.html#cfn-smsvoice-resourcepolicy-resourcearn

Implements

ICfnResourcePolicyMixinProps
Back to top Generated by DocFX