@Stability(value=Stable) public static final class CfnRoleAlias.Builder extends Object implements software.amazon.jsii.Builder<CfnRoleAlias>
CfnRoleAlias.| Modifier and Type | Method and Description |
|---|---|
CfnRoleAlias |
build() |
static CfnRoleAlias.Builder |
create(software.constructs.Construct scope,
String id) |
CfnRoleAlias.Builder |
credentialDurationSeconds(Number credentialDurationSeconds)
The number of seconds for which the credential is valid.
|
CfnRoleAlias.Builder |
roleAlias(String roleAlias)
The role alias.
|
CfnRoleAlias.Builder |
roleArn(String roleArn)
The role ARN.
|
CfnRoleAlias.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) public static CfnRoleAlias.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.CfnRoleAlias.Builder.@Stability(value=Stable) public CfnRoleAlias.Builder roleArn(String roleArn)
roleArn - The role ARN. This parameter is required.this@Stability(value=Stable) public CfnRoleAlias.Builder credentialDurationSeconds(Number credentialDurationSeconds)
credentialDurationSeconds - The number of seconds for which the credential is valid. This parameter is required.this@Stability(value=Stable) public CfnRoleAlias.Builder roleAlias(String roleAlias)
roleAlias - The role alias. This parameter is required.this@Stability(value=Stable) public CfnRoleAlias.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnRoleAlias build()
build in interface software.amazon.jsii.Builder<CfnRoleAlias>Copyright © 2022. All rights reserved.