@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:14.740Z") @Stability(value=Experimental) 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()
(experimental) The target to attach the secret to.
|
@Stability(value=Experimental) @NotNull ISecretAttachmentTarget getTarget()
@Stability(value=Experimental) static AttachedSecretOptions.Builder builder()
AttachedSecretOptions.Builder of AttachedSecretOptionsCopyright © 2022. All rights reserved.