@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:54.937Z") @Stability(value=Stable) public interface CfnCRLProps extends software.amazon.jsii.JsiiSerializable
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.rolesanywhere.*;
CfnCRLProps cfnCRLProps = CfnCRLProps.builder()
.crlData("crlData")
.enabled(false)
.name("name")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.trustAnchorArn("trustAnchorArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCRLProps.Builder
A builder for
CfnCRLProps |
static class |
CfnCRLProps.Jsii$Proxy
An implementation for
CfnCRLProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnCRLProps.Builder |
builder() |
default String |
getCrlData()
`AWS::RolesAnywhere::CRL.CrlData`.
|
default Object |
getEnabled()
`AWS::RolesAnywhere::CRL.Enabled`.
|
default String |
getName()
`AWS::RolesAnywhere::CRL.Name`.
|
default List<CfnTag> |
getTags()
`AWS::RolesAnywhere::CRL.Tags`.
|
default String |
getTrustAnchorArn()
`AWS::RolesAnywhere::CRL.TrustAnchorArn`.
|
@Stability(value=Stable) @Nullable default String getCrlData()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default String getTrustAnchorArn()
@Stability(value=Stable) static CfnCRLProps.Builder builder()
CfnCRLProps.Builder of CfnCRLPropsCopyright © 2022. All rights reserved.