Interface CfnFlowMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlowMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-22T17:37:47.092Z")
@Stability(Stable)
public interface CfnFlowMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnFlowPropsMixin.
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.quicksight.*;
Object flowDefinition;
CfnFlowMixinProps cfnFlowMixinProps = CfnFlowMixinProps.builder()
.awsAccountId("awsAccountId")
.description("description")
.flowDefinition(flowDefinition)
.name("name")
.permissions(List.of(PermissionProperty.builder()
.actions(List.of("actions"))
.principal("principal")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFlowMixinPropsstatic final classAn implementation forCfnFlowMixinProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnFlowMixinProps.Builderbuilder()default Stringdefault Stringdefault Objectdefault StringgetName()default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnFlowPropsMixin.PermissionProperty>Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAwsAccountId
- See Also:
-
getDescription
- See Also:
-
getFlowDefinition
- See Also:
-
getName
- See Also:
-
getPermissions
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnFlowPropsMixin.PermissionProperty>- See Also:
-
builder
- Returns:
- a
CfnFlowMixinProps.BuilderofCfnFlowMixinProps
-