Interface CfnTemplate.EnrollmentFlagsV2Property

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

@Stability(Stable) public static interface CfnTemplate.EnrollmentFlagsV2Property extends software.amazon.jsii.JsiiSerializable
Template configurations for v2 template schema.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.pcaconnectorad.*;
 EnrollmentFlagsV2Property enrollmentFlagsV2Property = EnrollmentFlagsV2Property.builder()
         .enableKeyReuseOnNtTokenKeysetStorageFull(false)
         .includeSymmetricAlgorithms(false)
         .noSecurityExtension(false)
         .removeInvalidCertificateFromPersonalStore(false)
         .userInteractionRequired(false)
         .build();
 

See Also: