@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.013Z") @Stability(value=Stable) public interface CfnSecretTargetAttachmentProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSecretTargetAttachmentProps.Builder
A builder for
CfnSecretTargetAttachmentProps |
static class |
CfnSecretTargetAttachmentProps.Jsii$Proxy
An implementation for
CfnSecretTargetAttachmentProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSecretTargetAttachmentProps.Builder |
builder() |
String |
getSecretId()
`AWS::SecretsManager::SecretTargetAttachment.SecretId`.
|
String |
getTargetId()
`AWS::SecretsManager::SecretTargetAttachment.TargetId`.
|
String |
getTargetType()
`AWS::SecretsManager::SecretTargetAttachment.TargetType`.
|
@Stability(value=Stable) @NotNull String getSecretId()
@Stability(value=Stable) @NotNull String getTargetId()
@Stability(value=Stable) @NotNull String getTargetType()
@Stability(value=Stable) static CfnSecretTargetAttachmentProps.Builder builder()
Copyright © 2021. All rights reserved.