@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.895Z") @Stability(value=Stable) public interface CfnSecretTargetAttachmentProps 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.secretsmanager.*;
CfnSecretTargetAttachmentProps cfnSecretTargetAttachmentProps = CfnSecretTargetAttachmentProps.builder()
.secretId("secretId")
.targetId("targetId")
.targetType("targetType")
.build();
| 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.