Show / Hide Table of Contents

Class CfnStateMachine.IAMPolicyDocumentProperty

Inheritance
object
CfnStateMachine.IAMPolicyDocumentProperty
Implements
CfnStateMachine.IIAMPolicyDocumentProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStateMachine.IAMPolicyDocumentProperty : CfnStateMachine.IIAMPolicyDocumentProperty
Syntax (vb)
Public Class CfnStateMachine.IAMPolicyDocumentProperty Implements CfnStateMachine.IIAMPolicyDocumentProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-statemachine-iampolicydocument.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.SAM;

             var statement;

             var iAMPolicyDocumentProperty = new Dictionary<string, object> {
                 { "statement", statement },
                 { "version", "version" }
             };

Synopsis

Constructors

IAMPolicyDocumentProperty()

Properties

Statement
Version

Constructors

IAMPolicyDocumentProperty()

public IAMPolicyDocumentProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-statemachine-iampolicydocument.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.SAM;

             var statement;

             var iAMPolicyDocumentProperty = new Dictionary<string, object> {
                 { "statement", statement },
                 { "version", "version" }
             };

Properties

Statement

public object Statement { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-statemachine-iampolicydocument.html#cfn-serverless-statemachine-iampolicydocument-statement

Version

public string Version { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-statemachine-iampolicydocument.html#cfn-serverless-statemachine-iampolicydocument-version

Implements

CfnStateMachine.IIAMPolicyDocumentProperty
Back to top Generated by DocFX