@Stability(value=Stable) public static final class SecretTargetAttachment.Builder extends Object implements software.amazon.jsii.Builder<SecretTargetAttachment>
SecretTargetAttachment.| Modifier and Type | Method and Description |
|---|---|
SecretTargetAttachment |
build() |
static SecretTargetAttachment.Builder |
create(software.constructs.Construct scope,
String id) |
SecretTargetAttachment.Builder |
secret(ISecret secret)
The secret to attach to the target.
|
SecretTargetAttachment.Builder |
target(ISecretAttachmentTarget target)
The target to attach the secret to.
|
@Stability(value=Stable) public static SecretTargetAttachment.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.SecretTargetAttachment.Builder.@Stability(value=Stable) public SecretTargetAttachment.Builder target(ISecretAttachmentTarget target)
target - The target to attach the secret to. This parameter is required.this@Stability(value=Stable) public SecretTargetAttachment.Builder secret(ISecret secret)
secret - The secret to attach to the target. This parameter is required.this@Stability(value=Stable) public SecretTargetAttachment build()
build in interface software.amazon.jsii.Builder<SecretTargetAttachment>Copyright © 2022. All rights reserved.