Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.rolesanywhere.CfnCRLPropsMixin.Builder
Packages that use CfnCRLPropsMixin.Builder
-
Uses of CfnCRLPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.rolesanywhere
Methods in software.amazon.awscdk.cfnpropertymixins.services.rolesanywhere that return CfnCRLPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnCRLPropsMixin.BuilderCfnCRLPropsMixin.Builder.create()static CfnCRLPropsMixin.BuilderCfnCRLPropsMixin.Builder.create(CfnPropertyMixinOptions options) The x509 v3 specified certificate revocation list (CRL).Specifies whether the certificate revocation list (CRL) is enabled.CfnCRLPropsMixin.Builder.enabled(IResolvable enabled) Specifies whether the certificate revocation list (CRL) is enabled.The name of the certificate revocation list (CRL).A list of tags to attach to the certificate revocation list (CRL).CfnCRLPropsMixin.Builder.trustAnchorArn(String trustAnchorArn) The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.