Class CfnResourcePolicyMixinProps
Properties for CfnResourcePolicyPropsMixin.
Implements
Inherited Members
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
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
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
Remarks
ResourceArn
The Amazon Resource Name (ARN) of the End User Messaging resource attached to the resource-based policy.
public string? ResourceArn { get; set; }