Interface CfnPackagePropsMixin.RestrictionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPackagePropsMixin.RestrictionsProperty.Jsii$Proxy
Enclosing class:
CfnPackagePropsMixin

@Stability(Stable) public static interface CfnPackagePropsMixin.RestrictionsProperty extends software.amazon.jsii.JsiiSerializable
The origin restrictions for the package.

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.*;
 RestrictionsProperty restrictionsProperty = RestrictionsProperty.builder()
         .publish("publish")
         .upstream("upstream")
         .build();
 

See Also: