Interface CfnPackageMixinProps

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

@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)", date="2026-08-10T14:51:17.420Z") @Stability(Stable) public interface CfnPackageMixinProps extends software.amazon.jsii.JsiiSerializable
Properties for CfnPackagePropsMixin.

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.codeartifact.*;
 CfnPackageMixinProps cfnPackageMixinProps = CfnPackageMixinProps.builder()
         .domainName("domainName")
         .format("format")
         .name("name")
         .namespace("namespace")
         .repository("repository")
         .build();
 

See Also: