@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.053Z") @Stability(value=Stable) public interface SecretAttachmentTargetProps 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.*;
SecretAttachmentTargetProps secretAttachmentTargetProps = SecretAttachmentTargetProps.builder()
.targetId("targetId")
.targetType(AttachmentTargetType.RDS_DB_INSTANCE)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecretAttachmentTargetProps.Builder
A builder for
SecretAttachmentTargetProps |
static class |
SecretAttachmentTargetProps.Jsii$Proxy
An implementation for
SecretAttachmentTargetProps |
| Modifier and Type | Method and Description |
|---|---|
static SecretAttachmentTargetProps.Builder |
builder() |
String |
getTargetId()
The id of the target to attach the secret to.
|
AttachmentTargetType |
getTargetType()
The type of the target to attach the secret to.
|
@Stability(value=Stable) @NotNull String getTargetId()
@Stability(value=Stable) @NotNull AttachmentTargetType getTargetType()
@Stability(value=Stable) static SecretAttachmentTargetProps.Builder builder()
Copyright © 2022. All rights reserved.