@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.019Z") @Stability(value=Stable) public interface AttachedSecretOptions 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.*;
ISecretAttachmentTarget secretAttachmentTarget;
AttachedSecretOptions attachedSecretOptions = AttachedSecretOptions.builder()
.target(secretAttachmentTarget)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AttachedSecretOptions.Builder
A builder for
AttachedSecretOptions |
static class |
AttachedSecretOptions.Jsii$Proxy
An implementation for
AttachedSecretOptions |
| Modifier and Type | Method and Description |
|---|---|
static AttachedSecretOptions.Builder |
builder() |
ISecretAttachmentTarget |
getTarget()
The target to attach the secret to.
|
@Stability(value=Stable) @NotNull ISecretAttachmentTarget getTarget()
@Stability(value=Stable) static AttachedSecretOptions.Builder builder()
AttachedSecretOptions.Builder of AttachedSecretOptionsCopyright © 2022. All rights reserved.