@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.059Z") @Stability(value=Stable) 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()
The secret to attach to the target.
|
getTarget@Stability(value=Stable) @NotNull ISecret getSecret()
@Stability(value=Stable) static SecretTargetAttachmentProps.Builder builder()
builder in interface AttachedSecretOptionsSecretTargetAttachmentProps.Builder of SecretTargetAttachmentPropsCopyright © 2022. All rights reserved.