@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:56.261Z") @Stability(value=Experimental) public interface SecretTargetAttachmentProps extends software.amazon.jsii.JsiiSerializable, AttachedSecretOptions
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.*;
Secret secret;
ISecretAttachmentTarget secretAttachmentTarget;
SecretTargetAttachmentProps secretTargetAttachmentProps = SecretTargetAttachmentProps.builder()
.secret(secret)
.target(secretAttachmentTarget)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecretTargetAttachmentProps.Builder
A builder for
SecretTargetAttachmentProps |
static class |
SecretTargetAttachmentProps.Jsii$Proxy
An implementation for
SecretTargetAttachmentProps |
| Modifier and Type | Method and Description |
|---|---|
static SecretTargetAttachmentProps.Builder |
builder() |
ISecret |
getSecret()
(experimental) The secret to attach to the target.
|
getTarget@Stability(value=Experimental) @NotNull ISecret getSecret()
@Stability(value=Experimental) static SecretTargetAttachmentProps.Builder builder()
builder in interface AttachedSecretOptionsSecretTargetAttachmentProps.Builder of SecretTargetAttachmentPropsCopyright © 2022. All rights reserved.