Interface CfnStateMachineMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStateMachineMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:05.271Z")
@Stability(Stable)
public interface CfnStateMachineMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnStateMachinePropsMixin.
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.*;
Object definition;
CfnStateMachineMixinProps cfnStateMachineMixinProps = CfnStateMachineMixinProps.builder()
.definition(definition)
.definitionSubstitutions(Map.of(
"definitionSubstitutionsKey", "definitionSubstitutions"))
.definitionUri("definitionUri")
.events(Map.of(
"eventsKey", EventSourceProperty.builder()
.properties(ApiEventProperty.builder()
.method("method")
.path("path")
.restApiId("restApiId")
.build())
.type("type")
.build()))
.logging(LoggingConfigurationProperty.builder()
.destinations(List.of(LogDestinationProperty.builder()
.cloudWatchLogsLogGroup(CloudWatchLogsLogGroupProperty.builder()
.logGroupArn("logGroupArn")
.build())
.build()))
.includeExecutionData(false)
.level("level")
.build())
.name("name")
.permissionsBoundaries("permissionsBoundaries")
.policies("policies")
.role("role")
.tags(Map.of(
"tagsKey", "tags"))
.tracing(TracingConfigurationProperty.builder()
.enabled(false)
.build())
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStateMachineMixinPropsstatic final classAn implementation forCfnStateMachineMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default Objectdefault Objectdefault Objectdefault ObjectReturns union: eitherIResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnStateMachinePropsMixin.EventSourceProperty>default ObjectReturns union: eitherIResolvableorCfnStateMachinePropsMixin.LoggingConfigurationPropertydefault StringgetName()default Stringdefault ObjectReturns union: eitherStringorIResolvableorCfnStateMachinePropsMixin.IAMPolicyDocumentPropertyor Listinvalid input: '<'eitherStringorIResolvableorCfnStateMachinePropsMixin.IAMPolicyDocumentPropertyorCfnStateMachinePropsMixin.SAMPolicyTemplateProperty>default StringgetRole()getTags()default ObjectReturns union: eitherIResolvableorCfnStateMachinePropsMixin.TracingConfigurationPropertydefault StringgetType()Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDefinition
- See Also:
-
getDefinitionSubstitutions
- See Also:
-
getDefinitionUri
- See Also:
-
getEvents
Returns union: eitherIResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnStateMachinePropsMixin.EventSourceProperty>- See Also:
-
getLogging
Returns union: eitherIResolvableorCfnStateMachinePropsMixin.LoggingConfigurationProperty- See Also:
-
getName
- See Also:
-
getPermissionsBoundaries
- See Also:
-
getPolicies
Returns union: eitherStringorIResolvableorCfnStateMachinePropsMixin.IAMPolicyDocumentPropertyor Listinvalid input: '<'eitherStringorIResolvableorCfnStateMachinePropsMixin.IAMPolicyDocumentPropertyorCfnStateMachinePropsMixin.SAMPolicyTemplateProperty>- See Also:
-
getRole
- See Also:
-
getTags
- See Also:
-
getTracing
Returns union: eitherIResolvableorCfnStateMachinePropsMixin.TracingConfigurationProperty- See Also:
-
getType
- See Also:
-
builder
- Returns:
- a
CfnStateMachineMixinProps.BuilderofCfnStateMachineMixinProps
-