Interface CfnTemplatePropsMixin.GeneralFlagsV3Property

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

@Stability(Stable) public static interface CfnTemplatePropsMixin.GeneralFlagsV3Property extends software.amazon.jsii.JsiiSerializable
General flags for v3 template schema that defines if the template is for a machine or a user and if the template can be issued using autoenrollment.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.pcaconnectorad.mixins.*;
 GeneralFlagsV3Property generalFlagsV3Property = GeneralFlagsV3Property.builder()
         .autoEnrollment(false)
         .machineType(false)
         .build();
 

See Also: