| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.ecs.patterns |
CDK Construct library for higher-level ECS Constructs
|
| Modifier and Type | Class and Description |
|---|---|
class |
AwsLogDriver
(experimental) A log driver that sends log information to CloudWatch Logs.
|
class |
FireLensLogDriver
(experimental) FireLens enables you to use task definition parameters to route logs to an AWS service or AWS Partner Network (APN) destination for log storage and analytics.
|
class |
FluentdLogDriver
(experimental) A log driver that sends log information to journald Logs.
|
class |
GelfLogDriver
(experimental) A log driver that sends log information to journald Logs.
|
class |
JournaldLogDriver
(experimental) A log driver that sends log information to journald Logs.
|
class |
JsonFileLogDriver
(experimental) A log driver that sends log information to json-file Logs.
|
class |
SplunkLogDriver
(experimental) A log driver that sends log information to splunk Logs.
|
class |
SyslogLogDriver
(experimental) A log driver that sends log information to syslog Logs.
|
| Modifier and Type | Method and Description |
|---|---|
static LogDriver |
LogDrivers.awsLogs(AwsLogDriverProps props)
(experimental) Creates a log driver configuration that sends log information to CloudWatch Logs.
|
static LogDriver |
LogDriver.awsLogs(AwsLogDriverProps props)
(experimental) Creates a log driver configuration that sends log information to CloudWatch Logs.
|
static LogDriver |
LogDrivers.firelens(FireLensLogDriverProps props)
(experimental) Creates a log driver configuration that sends log information to firelens log router.
|
static LogDriver |
LogDrivers.fluentd()
(experimental) Creates a log driver configuration that sends log information to fluentd Logs.
|
static LogDriver |
LogDrivers.fluentd(FluentdLogDriverProps props)
(experimental) Creates a log driver configuration that sends log information to fluentd Logs.
|
static LogDriver |
LogDrivers.gelf(GelfLogDriverProps props)
(experimental) Creates a log driver configuration that sends log information to gelf Logs.
|
LogDriver |
FirelensLogRouterDefinitionOptions.Jsii$Proxy.getLogging() |
default LogDriver |
ContainerDefinitionOptions.getLogging()
(experimental) The log configuration specification for the container.
|
LogDriver |
ContainerDefinitionOptions.Jsii$Proxy.getLogging() |
LogDriver |
ContainerDefinitionProps.Jsii$Proxy.getLogging() |
LogDriver |
FirelensLogRouterProps.Jsii$Proxy.getLogging() |
static LogDriver |
LogDrivers.journald()
(experimental) Creates a log driver configuration that sends log information to journald Logs.
|
static LogDriver |
LogDrivers.journald(JournaldLogDriverProps props)
(experimental) Creates a log driver configuration that sends log information to journald Logs.
|
static LogDriver |
LogDrivers.jsonFile()
(experimental) Creates a log driver configuration that sends log information to json-file Logs.
|
static LogDriver |
LogDrivers.jsonFile(JsonFileLogDriverProps props)
(experimental) Creates a log driver configuration that sends log information to json-file Logs.
|
static LogDriver |
LogDrivers.splunk(SplunkLogDriverProps props)
(experimental) Creates a log driver configuration that sends log information to splunk Logs.
|
static LogDriver |
LogDrivers.syslog()
(experimental) Creates a log driver configuration that sends log information to syslog Logs.
|
static LogDriver |
LogDrivers.syslog(SyslogLogDriverProps props)
(experimental) Creates a log driver configuration that sends log information to syslog Logs.
|
| Modifier and Type | Method and Description |
|---|---|
FirelensLogRouterDefinitionOptions.Builder |
FirelensLogRouterDefinitionOptions.Builder.logging(LogDriver logging)
Sets the value of
ContainerDefinitionOptions.getLogging() |
ContainerDefinitionOptions.Builder |
ContainerDefinitionOptions.Builder.logging(LogDriver logging)
Sets the value of
ContainerDefinitionOptions.getLogging() |
FirelensLogRouter.Builder |
FirelensLogRouter.Builder.logging(LogDriver logging)
(experimental) The log configuration specification for the container.
|
ContainerDefinitionProps.Builder |
ContainerDefinitionProps.Builder.logging(LogDriver logging)
Sets the value of
ContainerDefinitionOptions.getLogging() |
ContainerDefinition.Builder |
ContainerDefinition.Builder.logging(LogDriver logging)
(experimental) The log configuration specification for the container.
|
FirelensLogRouterProps.Builder |
FirelensLogRouterProps.Builder.logging(LogDriver logging)
Sets the value of
ContainerDefinitionOptions.getLogging() |
| Constructor and Description |
|---|
Jsii$Proxy(ContainerImage image,
List<String> command,
String containerName,
Number cpu,
Boolean disableNetworking,
List<String> dnsSearchDomains,
List<String> dnsServers,
Map<String,String> dockerLabels,
List<String> dockerSecurityOptions,
List<String> entryPoint,
Map<String,String> environment,
List<? extends EnvironmentFile> environmentFiles,
Boolean essential,
Map<String,String> extraHosts,
Number gpuCount,
HealthCheck healthCheck,
String hostname,
List<String> inferenceAcceleratorResources,
LinuxParameters linuxParameters,
LogDriver logging,
Number memoryLimitMiB,
Number memoryReservationMiB,
List<? extends PortMapping> portMappings,
Boolean privileged,
Boolean readonlyRootFilesystem,
Map<String,? extends Secret> secrets,
Duration startTimeout,
Duration stopTimeout,
String user,
String workingDirectory)
Constructor that initializes the object based on literal property values passed by the
ContainerDefinitionOptions.Builder. |
Jsii$Proxy(FirelensConfig firelensConfig,
ContainerImage image,
List<String> command,
String containerName,
Number cpu,
Boolean disableNetworking,
List<String> dnsSearchDomains,
List<String> dnsServers,
Map<String,String> dockerLabels,
List<String> dockerSecurityOptions,
List<String> entryPoint,
Map<String,String> environment,
List<? extends EnvironmentFile> environmentFiles,
Boolean essential,
Map<String,String> extraHosts,
Number gpuCount,
HealthCheck healthCheck,
String hostname,
List<String> inferenceAcceleratorResources,
LinuxParameters linuxParameters,
LogDriver logging,
Number memoryLimitMiB,
Number memoryReservationMiB,
List<? extends PortMapping> portMappings,
Boolean privileged,
Boolean readonlyRootFilesystem,
Map<String,? extends Secret> secrets,
Duration startTimeout,
Duration stopTimeout,
String user,
String workingDirectory)
Constructor that initializes the object based on literal property values passed by the
FirelensLogRouterDefinitionOptions.Builder. |
Jsii$Proxy(FirelensConfig firelensConfig,
TaskDefinition taskDefinition,
ContainerImage image,
List<String> command,
String containerName,
Number cpu,
Boolean disableNetworking,
List<String> dnsSearchDomains,
List<String> dnsServers,
Map<String,String> dockerLabels,
List<String> dockerSecurityOptions,
List<String> entryPoint,
Map<String,String> environment,
List<? extends EnvironmentFile> environmentFiles,
Boolean essential,
Map<String,String> extraHosts,
Number gpuCount,
HealthCheck healthCheck,
String hostname,
List<String> inferenceAcceleratorResources,
LinuxParameters linuxParameters,
LogDriver logging,
Number memoryLimitMiB,
Number memoryReservationMiB,
List<? extends PortMapping> portMappings,
Boolean privileged,
Boolean readonlyRootFilesystem,
Map<String,? extends Secret> secrets,
Duration startTimeout,
Duration stopTimeout,
String user,
String workingDirectory)
Constructor that initializes the object based on literal property values passed by the
FirelensLogRouterProps.Builder. |
Jsii$Proxy(TaskDefinition taskDefinition,
ContainerImage image,
List<String> command,
String containerName,
Number cpu,
Boolean disableNetworking,
List<String> dnsSearchDomains,
List<String> dnsServers,
Map<String,String> dockerLabels,
List<String> dockerSecurityOptions,
List<String> entryPoint,
Map<String,String> environment,
List<? extends EnvironmentFile> environmentFiles,
Boolean essential,
Map<String,String> extraHosts,
Number gpuCount,
HealthCheck healthCheck,
String hostname,
List<String> inferenceAcceleratorResources,
LinuxParameters linuxParameters,
LogDriver logging,
Number memoryLimitMiB,
Number memoryReservationMiB,
List<? extends PortMapping> portMappings,
Boolean privileged,
Boolean readonlyRootFilesystem,
Map<String,? extends Secret> secrets,
Duration startTimeout,
Duration stopTimeout,
String user,
String workingDirectory)
Constructor that initializes the object based on literal property values passed by the
ContainerDefinitionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default LogDriver |
NetworkLoadBalancedTaskImageOptions.getLogDriver()
(experimental) The log driver to use.
|
LogDriver |
NetworkLoadBalancedTaskImageOptions.Jsii$Proxy.getLogDriver() |
default LogDriver |
ApplicationLoadBalancedTaskImageProps.getLogDriver()
(experimental) The log driver to use.
|
LogDriver |
ApplicationLoadBalancedTaskImageProps.Jsii$Proxy.getLogDriver() |
default LogDriver |
ApplicationLoadBalancedTaskImageOptions.getLogDriver()
(experimental) The log driver to use.
|
LogDriver |
ApplicationLoadBalancedTaskImageOptions.Jsii$Proxy.getLogDriver() |
LogDriver |
ScheduledEc2TaskImageOptions.Jsii$Proxy.getLogDriver() |
default LogDriver |
NetworkLoadBalancedTaskImageProps.getLogDriver()
(experimental) The log driver to use.
|
LogDriver |
NetworkLoadBalancedTaskImageProps.Jsii$Proxy.getLogDriver() |
LogDriver |
ScheduledFargateTaskImageOptions.Jsii$Proxy.getLogDriver() |
LogDriver |
QueueProcessingEc2ServiceProps.Jsii$Proxy.getLogDriver() |
LogDriver |
QueueProcessingFargateServiceProps.Jsii$Proxy.getLogDriver() |
default LogDriver |
ScheduledTaskImageProps.getLogDriver()
(experimental) The log driver to use.
|
LogDriver |
ScheduledTaskImageProps.Jsii$Proxy.getLogDriver() |
default LogDriver |
QueueProcessingServiceBaseProps.getLogDriver()
(experimental) The log driver to use.
|
LogDriver |
QueueProcessingServiceBaseProps.Jsii$Proxy.getLogDriver() |
protected LogDriver |
ApplicationMultipleTargetGroupsServiceBase.getLogDriver() |
LogDriver |
QueueProcessingServiceBase.getLogDriver()
(experimental) The AwsLogDriver to use for logging if logging is enabled.
|
protected LogDriver |
NetworkMultipleTargetGroupsServiceBase.getLogDriver() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean assignPublicIp,
String containerName,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection taskSubnets,
ContainerImage image,
DeploymentCircuitBreaker circuitBreaker,
ICluster cluster,
List<String> command,
DeploymentController deploymentController,
Boolean enableEcsManagedTags,
Boolean enableLogging,
Map<String,String> environment,
String family,
LogDriver logDriver,
Number maxHealthyPercent,
Number maxReceiveCount,
Number maxScalingCapacity,
Number minHealthyPercent,
Number minScalingCapacity,
PropagatedTagSource propagateTags,
IQueue queue,
Duration retentionPeriod,
List<? extends ScalingInterval> scalingSteps,
Map<String,? extends Secret> secrets,
String serviceName,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
QueueProcessingFargateServiceProps.Builder. |
Jsii$Proxy(ContainerImage image,
DeploymentCircuitBreaker circuitBreaker,
ICluster cluster,
List<String> command,
DeploymentController deploymentController,
Boolean enableEcsManagedTags,
Boolean enableLogging,
Map<String,String> environment,
String family,
LogDriver logDriver,
Number maxHealthyPercent,
Number maxReceiveCount,
Number maxScalingCapacity,
Number minHealthyPercent,
Number minScalingCapacity,
PropagatedTagSource propagateTags,
IQueue queue,
Duration retentionPeriod,
List<? extends ScalingInterval> scalingSteps,
Map<String,? extends Secret> secrets,
String serviceName,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
QueueProcessingServiceBaseProps.Builder. |
Jsii$Proxy(ContainerImage image,
List<String> command,
Map<String,String> environment,
LogDriver logDriver,
Map<String,? extends Secret> secrets)
Constructor that initializes the object based on literal property values passed by the
ScheduledTaskImageProps.Builder. |
Jsii$Proxy(ContainerImage image,
String containerName,
List<? extends Number> containerPorts,
Map<String,String> dockerLabels,
Boolean enableLogging,
Map<String,String> environment,
IRole executionRole,
String family,
LogDriver logDriver,
Map<String,? extends Secret> secrets,
IRole taskRole)
Constructor that initializes the object based on literal property values passed by the
ApplicationLoadBalancedTaskImageProps.Builder. |
Jsii$Proxy(ContainerImage image,
String containerName,
List<? extends Number> containerPorts,
Map<String,String> dockerLabels,
Boolean enableLogging,
Map<String,String> environment,
IRole executionRole,
String family,
LogDriver logDriver,
Map<String,? extends Secret> secrets,
IRole taskRole)
Constructor that initializes the object based on literal property values passed by the
NetworkLoadBalancedTaskImageProps.Builder. |
Jsii$Proxy(ContainerImage image,
String containerName,
Number containerPort,
Map<String,String> dockerLabels,
Boolean enableLogging,
Map<String,String> environment,
IRole executionRole,
String family,
LogDriver logDriver,
Map<String,? extends Secret> secrets,
IRole taskRole)
Constructor that initializes the object based on literal property values passed by the
NetworkLoadBalancedTaskImageOptions.Builder. |
Jsii$Proxy(ContainerImage image,
String containerName,
Number containerPort,
Map<String,String> dockerLabels,
Boolean enableLogging,
Map<String,String> environment,
IRole executionRole,
String family,
LogDriver logDriver,
Map<String,? extends Secret> secrets,
IRole taskRole)
Constructor that initializes the object based on literal property values passed by the
ApplicationLoadBalancedTaskImageOptions.Builder. |
Jsii$Proxy(Number cpu,
Number memoryLimitMiB,
ContainerImage image,
List<String> command,
Map<String,String> environment,
LogDriver logDriver,
Map<String,? extends Secret> secrets)
Constructor that initializes the object based on literal property values passed by the
ScheduledFargateTaskImageOptions.Builder. |
Jsii$Proxy(Number cpu,
Number memoryLimitMiB,
Number memoryReservationMiB,
ContainerImage image,
List<String> command,
Map<String,String> environment,
LogDriver logDriver,
Map<String,? extends Secret> secrets)
Constructor that initializes the object based on literal property values passed by the
ScheduledEc2TaskImageOptions.Builder. |
Jsii$Proxy(String containerName,
Number cpu,
Number memoryLimitMiB,
Number memoryReservationMiB,
ContainerImage image,
DeploymentCircuitBreaker circuitBreaker,
ICluster cluster,
List<String> command,
DeploymentController deploymentController,
Boolean enableEcsManagedTags,
Boolean enableLogging,
Map<String,String> environment,
String family,
LogDriver logDriver,
Number maxHealthyPercent,
Number maxReceiveCount,
Number maxScalingCapacity,
Number minHealthyPercent,
Number minScalingCapacity,
PropagatedTagSource propagateTags,
IQueue queue,
Duration retentionPeriod,
List<? extends ScalingInterval> scalingSteps,
Map<String,? extends Secret> secrets,
String serviceName,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
QueueProcessingEc2ServiceProps.Builder. |
Copyright © 2021. All rights reserved.