@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:54.944Z") @Stability(value=Stable) public interface CfnTrustAnchorProps 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.*;
CfnTrustAnchorProps cfnTrustAnchorProps = CfnTrustAnchorProps.builder()
.enabled(false)
.name("name")
.source(SourceProperty.builder()
.sourceData(SourceDataProperty.builder()
.acmPcaArn("acmPcaArn")
.x509CertificateData("x509CertificateData")
.build())
.sourceType("sourceType")
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTrustAnchorProps.Builder
A builder for
CfnTrustAnchorProps |
static class |
CfnTrustAnchorProps.Jsii$Proxy
An implementation for
CfnTrustAnchorProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnTrustAnchorProps.Builder |
builder() |
default Object |
getEnabled()
`AWS::RolesAnywhere::TrustAnchor.Enabled`.
|
default String |
getName()
`AWS::RolesAnywhere::TrustAnchor.Name`.
|
default Object |
getSource()
`AWS::RolesAnywhere::TrustAnchor.Source`.
|
default List<CfnTag> |
getTags()
`AWS::RolesAnywhere::TrustAnchor.Tags`.
|
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Object getSource()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnTrustAnchorProps.Builder builder()
CfnTrustAnchorProps.Builder of CfnTrustAnchorPropsCopyright © 2022. All rights reserved.