@Stability(value=Stable) public static final class CfnAccount.Builder extends Object implements software.amazon.jsii.Builder<CfnAccount>
CfnAccount.| Modifier and Type | Method and Description |
|---|---|
CfnAccount |
build() |
CfnAccount.Builder |
cloudWatchRoleArn(String cloudWatchRoleArn)
The Amazon Resource Name (ARN) of an IAM role that has write access to CloudWatch Logs in your account.
|
static CfnAccount.Builder |
create(software.constructs.Construct scope,
String id) |
@Stability(value=Stable) public static CfnAccount.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.CfnAccount.Builder.@Stability(value=Stable) public CfnAccount.Builder cloudWatchRoleArn(String cloudWatchRoleArn)
cloudWatchRoleArn - The Amazon Resource Name (ARN) of an IAM role that has write access to CloudWatch Logs in your account. This parameter is required.this@Stability(value=Stable) public CfnAccount build()
build in interface software.amazon.jsii.Builder<CfnAccount>Copyright © 2022. All rights reserved.