@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.019Z") @Stability(value=Experimental) public interface SecretAttachmentTargetProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecretAttachmentTargetProps.Builder
A builder for
SecretAttachmentTargetProps |
static class |
SecretAttachmentTargetProps.Jsii$Proxy
An implementation for
SecretAttachmentTargetProps |
| Modifier and Type | Method and Description |
|---|---|
static SecretAttachmentTargetProps.Builder |
builder() |
String |
getTargetId()
(experimental) The id of the target to attach the secret to.
|
AttachmentTargetType |
getTargetType()
(experimental) The type of the target to attach the secret to.
|
@Stability(value=Experimental) @NotNull String getTargetId()
@Stability(value=Experimental) @NotNull AttachmentTargetType getTargetType()
@Stability(value=Experimental) static SecretAttachmentTargetProps.Builder builder()
Copyright © 2021. All rights reserved.