@Stability(value=Experimental) 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)
(experimental) The secret to attach to the target.
|
@Stability(value=Experimental) 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=Experimental) public SecretTargetAttachment.Builder secret(ISecret secret)
secret - The secret to attach to the target. This parameter is required.this@Stability(value=Experimental) public SecretTargetAttachment build()
build in interface software.amazon.jsii.Builder<SecretTargetAttachment>Copyright © 2021. All rights reserved.