Interface CfnStateMachinePropsMixin.SAMPolicyTemplateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStateMachinePropsMixin.SAMPolicyTemplateProperty.Jsii$Proxy
- Enclosing class:
CfnStateMachinePropsMixin
@Stability(Stable)
public static interface CfnStateMachinePropsMixin.SAMPolicyTemplateProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.sam.*;
SAMPolicyTemplateProperty sAMPolicyTemplateProperty = SAMPolicyTemplateProperty.builder()
.lambdaInvokePolicy(FunctionSAMPTProperty.builder()
.functionName("functionName")
.build())
.stepFunctionsExecutionPolicy(StateMachineSAMPTProperty.builder()
.stateMachineName("stateMachineName")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStateMachinePropsMixin.SAMPolicyTemplatePropertystatic final classAn implementation forCfnStateMachinePropsMixin.SAMPolicyTemplateProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnStateMachinePropsMixin.FunctionSAMPTPropertydefault ObjectReturns union: eitherIResolvableorCfnStateMachinePropsMixin.StateMachineSAMPTPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLambdaInvokePolicy
Returns union: eitherIResolvableorCfnStateMachinePropsMixin.FunctionSAMPTProperty- See Also:
-
getStepFunctionsExecutionPolicy
Returns union: eitherIResolvableorCfnStateMachinePropsMixin.StateMachineSAMPTProperty- See Also:
-
builder
-