| Package | Description |
|---|---|
| software.amazon.awscdk.services.secretsmanager |
AWS Secrets Manager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
AttachmentTargetType |
SecretAttachmentTargetProps.getTargetType()
(experimental) The type of the target to attach the secret to.
|
AttachmentTargetType |
SecretAttachmentTargetProps.Jsii$Proxy.getTargetType() |
static AttachmentTargetType |
AttachmentTargetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachmentTargetType[] |
AttachmentTargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SecretAttachmentTargetProps.Builder |
SecretAttachmentTargetProps.Builder.targetType(AttachmentTargetType targetType)
Sets the value of
SecretAttachmentTargetProps.getTargetType() |
| Constructor and Description |
|---|
Jsii$Proxy(String targetId,
AttachmentTargetType targetType)
Constructor that initializes the object based on literal property values passed by the
SecretAttachmentTargetProps.Builder. |
Copyright © 2021. All rights reserved.