@Stability(value=Stable)
public static interface CfnTrustAnchor.SourceProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
SourceProperty sourceProperty = SourceProperty.builder()
.sourceData(SourceDataProperty.builder()
.acmPcaArn("acmPcaArn")
.x509CertificateData("x509CertificateData")
.build())
.sourceType("sourceType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTrustAnchor.SourceProperty.Builder
A builder for
CfnTrustAnchor.SourceProperty |
static class |
CfnTrustAnchor.SourceProperty.Jsii$Proxy
An implementation for
CfnTrustAnchor.SourceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTrustAnchor.SourceProperty.Builder |
builder() |
default Object |
getSourceData()
`CfnTrustAnchor.SourceProperty.SourceData`.
|
default String |
getSourceType()
`CfnTrustAnchor.SourceProperty.SourceType`.
|
@Stability(value=Stable) @Nullable default Object getSourceData()
@Stability(value=Stable) @Nullable default String getSourceType()
@Stability(value=Stable) static CfnTrustAnchor.SourceProperty.Builder builder()
Copyright © 2022. All rights reserved.