Uses of Class
software.amazon.awscdk.services.ecs.CfnCluster.ExecuteCommandLogConfigurationProperty.Builder
Packages that use CfnCluster.ExecuteCommandLogConfigurationProperty.Builder
-
Uses of CfnCluster.ExecuteCommandLogConfigurationProperty.Builder in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return CfnCluster.ExecuteCommandLogConfigurationProperty.BuilderModifier and TypeMethodDescriptionCfnCluster.ExecuteCommandLogConfigurationProperty.builder()CfnCluster.ExecuteCommandLogConfigurationProperty.Builder.cloudWatchEncryptionEnabled(Boolean cloudWatchEncryptionEnabled) CfnCluster.ExecuteCommandLogConfigurationProperty.Builder.cloudWatchEncryptionEnabled(IResolvable cloudWatchEncryptionEnabled) CfnCluster.ExecuteCommandLogConfigurationProperty.Builder.cloudWatchLogGroupName(String cloudWatchLogGroupName) CfnCluster.ExecuteCommandLogConfigurationProperty.Builder.s3BucketName(String s3BucketName) Sets the value ofCfnCluster.ExecuteCommandLogConfigurationProperty.getS3BucketName()CfnCluster.ExecuteCommandLogConfigurationProperty.Builder.s3EncryptionEnabled(Boolean s3EncryptionEnabled) CfnCluster.ExecuteCommandLogConfigurationProperty.Builder.s3EncryptionEnabled(IResolvable s3EncryptionEnabled) CfnCluster.ExecuteCommandLogConfigurationProperty.Builder.s3KeyPrefix(String s3KeyPrefix) Sets the value ofCfnCluster.ExecuteCommandLogConfigurationProperty.getS3KeyPrefix()Constructors in software.amazon.awscdk.services.ecs with parameters of type CfnCluster.ExecuteCommandLogConfigurationProperty.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.ExecuteCommandLogConfigurationProperty.Builder.