@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:14.793Z") @Stability(value=Experimental) public interface SecretAttachmentTargetProps 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.*;
SecretAttachmentTargetProps secretAttachmentTargetProps = SecretAttachmentTargetProps.builder()
.targetId("targetId")
.targetType(AttachmentTargetType.INSTANCE)
.build();
| 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 © 2022. All rights reserved.