Show / Hide Table of Contents

Class CfnStateMachine.SAMPolicyTemplateProperty

Inheritance
object
CfnStateMachine.SAMPolicyTemplateProperty
Implements
CfnStateMachine.ISAMPolicyTemplateProperty
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.SAMPolicyTemplateProperty : CfnStateMachine.ISAMPolicyTemplateProperty
Syntax (vb)
Public Class CfnStateMachine.SAMPolicyTemplateProperty Implements CfnStateMachine.ISAMPolicyTemplateProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-statemachine-sampolicytemplate.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 sAMPolicyTemplateProperty = new SAMPolicyTemplateProperty {
                 LambdaInvokePolicy = new FunctionSAMPTProperty {
                     FunctionName = "functionName"
                 },
                 StepFunctionsExecutionPolicy = new StateMachineSAMPTProperty {
                     StateMachineName = "stateMachineName"
                 }
             };

Synopsis

Constructors

SAMPolicyTemplateProperty()

Properties

LambdaInvokePolicy
StepFunctionsExecutionPolicy

Constructors

SAMPolicyTemplateProperty()

public SAMPolicyTemplateProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-statemachine-sampolicytemplate.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 sAMPolicyTemplateProperty = new SAMPolicyTemplateProperty {
                 LambdaInvokePolicy = new FunctionSAMPTProperty {
                     FunctionName = "functionName"
                 },
                 StepFunctionsExecutionPolicy = new StateMachineSAMPTProperty {
                     StateMachineName = "stateMachineName"
                 }
             };

Properties

LambdaInvokePolicy

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

object

Remarks

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

StepFunctionsExecutionPolicy

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

object

Remarks

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

Implements

CfnStateMachine.ISAMPolicyTemplateProperty
Back to top Generated by DocFX