@Stability(value=Stable) public static final class CfnSecretTargetAttachment.Builder extends Object implements software.amazon.jsii.Builder<CfnSecretTargetAttachment>
CfnSecretTargetAttachment.| Modifier and Type | Method and Description |
|---|---|
CfnSecretTargetAttachment |
build() |
static CfnSecretTargetAttachment.Builder |
create(software.constructs.Construct scope,
String id) |
CfnSecretTargetAttachment.Builder |
secretId(String secretId)
`AWS::SecretsManager::SecretTargetAttachment.SecretId`.
|
CfnSecretTargetAttachment.Builder |
targetId(String targetId)
`AWS::SecretsManager::SecretTargetAttachment.TargetId`.
|
CfnSecretTargetAttachment.Builder |
targetType(String targetType)
`AWS::SecretsManager::SecretTargetAttachment.TargetType`.
|
@Stability(value=Stable) public static CfnSecretTargetAttachment.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnSecretTargetAttachment.Builder.@Stability(value=Stable) public CfnSecretTargetAttachment.Builder secretId(String secretId)
secretId - `AWS::SecretsManager::SecretTargetAttachment.SecretId`. This parameter is required.this@Stability(value=Stable) public CfnSecretTargetAttachment.Builder targetId(String targetId)
targetId - `AWS::SecretsManager::SecretTargetAttachment.TargetId`. This parameter is required.this@Stability(value=Stable) public CfnSecretTargetAttachment.Builder targetType(String targetType)
targetType - `AWS::SecretsManager::SecretTargetAttachment.TargetType`. This parameter is required.this@Stability(value=Stable) public CfnSecretTargetAttachment build()
build in interface software.amazon.jsii.Builder<CfnSecretTargetAttachment>Copyright © 2021. All rights reserved.