@Stability(value=Stable)
public static interface CfnTrustAnchor.SourceDataProperty
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.*;
SourceDataProperty sourceDataProperty = SourceDataProperty.builder()
.acmPcaArn("acmPcaArn")
.x509CertificateData("x509CertificateData")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTrustAnchor.SourceDataProperty.Builder
A builder for
CfnTrustAnchor.SourceDataProperty |
static class |
CfnTrustAnchor.SourceDataProperty.Jsii$Proxy
An implementation for
CfnTrustAnchor.SourceDataProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTrustAnchor.SourceDataProperty.Builder |
builder() |
default String |
getAcmPcaArn()
`CfnTrustAnchor.SourceDataProperty.AcmPcaArn`.
|
default String |
getX509CertificateData()
`CfnTrustAnchor.SourceDataProperty.X509CertificateData`.
|
@Stability(value=Stable) @Nullable default String getAcmPcaArn()
@Stability(value=Stable) @Nullable default String getX509CertificateData()
@Stability(value=Stable) static CfnTrustAnchor.SourceDataProperty.Builder builder()
Copyright © 2022. All rights reserved.