@Stability(value=Stable) public static final class CfnCluster.ExecuteCommandLogConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.ExecuteCommandLogConfigurationProperty>
CfnCluster.ExecuteCommandLogConfigurationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnCluster.ExecuteCommandLogConfigurationProperty.Builder cloudWatchEncryptionEnabled(Boolean cloudWatchEncryptionEnabled)
CfnCluster.ExecuteCommandLogConfigurationProperty.getCloudWatchEncryptionEnabled()cloudWatchEncryptionEnabled - Determines whether to use encryption on the CloudWatch logs.
If not specified, encryption will be disabled.this@Stability(value=Stable) public CfnCluster.ExecuteCommandLogConfigurationProperty.Builder cloudWatchEncryptionEnabled(IResolvable cloudWatchEncryptionEnabled)
CfnCluster.ExecuteCommandLogConfigurationProperty.getCloudWatchEncryptionEnabled()cloudWatchEncryptionEnabled - Determines whether to use encryption on the CloudWatch logs.
If not specified, encryption will be disabled.this@Stability(value=Stable) public CfnCluster.ExecuteCommandLogConfigurationProperty.Builder cloudWatchLogGroupName(String cloudWatchLogGroupName)
cloudWatchLogGroupName - The name of the CloudWatch log group to send logs to.
The CloudWatch log group must already be created.
this@Stability(value=Stable) public CfnCluster.ExecuteCommandLogConfigurationProperty.Builder s3BucketName(String s3BucketName)
CfnCluster.ExecuteCommandLogConfigurationProperty.getS3BucketName()s3BucketName - The name of the S3 bucket to send logs to.
The S3 bucket must already be created.
this@Stability(value=Stable) public CfnCluster.ExecuteCommandLogConfigurationProperty.Builder s3EncryptionEnabled(Boolean s3EncryptionEnabled)
s3EncryptionEnabled - Determines whether to use encryption on the S3 logs.
If not specified, encryption is not used.this@Stability(value=Stable) public CfnCluster.ExecuteCommandLogConfigurationProperty.Builder s3EncryptionEnabled(IResolvable s3EncryptionEnabled)
s3EncryptionEnabled - Determines whether to use encryption on the S3 logs.
If not specified, encryption is not used.this@Stability(value=Stable) public CfnCluster.ExecuteCommandLogConfigurationProperty.Builder s3KeyPrefix(String s3KeyPrefix)
CfnCluster.ExecuteCommandLogConfigurationProperty.getS3KeyPrefix()s3KeyPrefix - An optional folder in the S3 bucket to place logs in.this@Stability(value=Stable) public CfnCluster.ExecuteCommandLogConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.ExecuteCommandLogConfigurationProperty>CfnCluster.ExecuteCommandLogConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.