Uses of Class
software.amazon.awscdk.services.applicationsignals.alpha.CloudWatchAgentIntegration.Builder
Packages that use CloudWatchAgentIntegration.Builder
Package
Description
AWS::ApplicationSignals Construct Library
-
Uses of CloudWatchAgentIntegration.Builder in software.amazon.awscdk.services.applicationsignals.alpha
Methods in software.amazon.awscdk.services.applicationsignals.alpha that return CloudWatchAgentIntegration.BuilderModifier and TypeMethodDescriptionCloudWatchAgentIntegration.Builder.agentConfig(String agentConfig) (experimental) Custom agent configuration in JSON format.CloudWatchAgentIntegration.Builder.containerName(String containerName) (experimental) Name of the CloudWatch Agent container.(experimental) The minimum number of CPU units to reserve for the container.CloudWatchAgentIntegration.Builder.enableLogging(Boolean enableLogging) (experimental) Whether to enable logging for the CloudWatch Agent.(experimental) Start as an essential container.CloudWatchAgentIntegration.Builder.memoryLimitMiB(Number memoryLimitMiB) (experimental) The amount (in MiB) of memory to present to the container.CloudWatchAgentIntegration.Builder.memoryReservationMiB(Number memoryReservationMiB) (experimental) The soft limit (in MiB) of memory to reserve for the container.CloudWatchAgentIntegration.Builder.operatingSystemFamily(OperatingSystemFamily operatingSystemFamily) (experimental) Operating system family for the CloudWatch Agent.CloudWatchAgentIntegration.Builder.portMappings(List<? extends PortMapping> portMappings) (experimental) The port mappings to add to the container definition.CloudWatchAgentIntegration.Builder.taskDefinition(TaskDefinition taskDefinition) (experimental) The task definition to integrate CloudWatch agent into.