| Package | Description |
|---|---|
| software.amazon.awscdk.services.secretsmanager |
AWS Secrets Manager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
AttachmentTargetType |
SecretAttachmentTargetProps.getTargetType()
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() |
Copyright © 2022. All rights reserved.