Class CfnStateMachine.SAMPolicyTemplateProperty
Inheritance
Implements
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SAMPolicyTemplateProperty : Object, CfnStateMachine.ISAMPolicyTemplateProperty
Syntax (vb)
Public Class SAMPolicyTemplateProperty
Inherits Object
Implements CfnStateMachine.ISAMPolicyTemplateProperty
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.AWS.SAM;
var sAMPolicyTemplateProperty = new SAMPolicyTemplateProperty {
LambdaInvokePolicy = new FunctionSAMPTProperty {
FunctionName = "functionName"
},
StepFunctionsExecutionPolicy = new StateMachineSAMPTProperty {
StateMachineName = "stateMachineName"
}
};
Synopsis
Constructors
SAMPolicy |
Properties
Lambda |
|
Step |
Constructors
SAMPolicyTemplateProperty()
public SAMPolicyTemplateProperty()
Properties
LambdaInvokePolicy
public object LambdaInvokePolicy { get; set; }
Property Value
System.
Remarks
StepFunctionsExecutionPolicy
public object StepFunctionsExecutionPolicy { get; set; }
Property Value
System.