Interface CfnControlMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnControlMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-22T17:37:40.634Z")
@Stability(Stable)
public interface CfnControlMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnControlPropsMixin.
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.controlcatalog.*; CfnControlMixinProps cfnControlMixinProps = CfnControlMixinProps.builder().build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnControlMixinPropsstatic final classAn implementation forCfnControlMixinProps -
Method Summary
Static MethodsMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
builder
- Returns:
- a
CfnControlMixinProps.BuilderofCfnControlMixinProps
-