Interface CfnStackSetConstraintMixinProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnStackSetConstraintMixinProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)", date="2026-03-11T13:20:05.457Z") @Stability(Stable) public interface CfnStackSetConstraintMixinProps extends software.amazon.jsii.JsiiSerializable
Properties for CfnStackSetConstraintPropsMixin.

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.servicecatalog.*;
 CfnStackSetConstraintMixinProps cfnStackSetConstraintMixinProps = CfnStackSetConstraintMixinProps.builder()
         .acceptLanguage("acceptLanguage")
         .accountList(List.of("accountList"))
         .adminRole("adminRole")
         .description("description")
         .executionRole("executionRole")
         .portfolioId("portfolioId")
         .productId("productId")
         .regionList(List.of("regionList"))
         .stackInstanceControl("stackInstanceControl")
         .build();
 

See Also: