| Modifier and Type | Method and Description |
|---|---|
default FargatePlatformVersion |
FargateServiceProps.getPlatformVersion()
(experimental) The platform version on which to run your service.
|
FargatePlatformVersion |
FargateServiceProps.Jsii$Proxy.getPlatformVersion() |
static FargatePlatformVersion |
FargatePlatformVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FargatePlatformVersion[] |
FargatePlatformVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FargateService.Builder |
FargateService.Builder.platformVersion(FargatePlatformVersion platformVersion)
(experimental) The platform version on which to run your service.
|
FargateServiceProps.Builder |
FargateServiceProps.Builder.platformVersion(FargatePlatformVersion platformVersion)
Sets the value of
FargateServiceProps.getPlatformVersion() |
| Constructor and Description |
|---|
Jsii$Proxy(TaskDefinition taskDefinition,
Boolean assignPublicIp,
FargatePlatformVersion platformVersion,
PropagatedTagSource propagateTaskTagsFrom,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection vpcSubnets,
ICluster cluster,
CloudMapOptions cloudMapOptions,
DeploymentController deploymentController,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number maxHealthyPercent,
Number minHealthyPercent,
PropagatedTagSource propagateTags,
String serviceName)
Constructor that initializes the object based on literal property values passed by the
FargateServiceProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default FargatePlatformVersion |
ApplicationMultipleTargetGroupsFargateServiceProps.getPlatformVersion()
(experimental) The platform version on which to run your service.
|
FargatePlatformVersion |
ApplicationMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getPlatformVersion() |
default FargatePlatformVersion |
NetworkMultipleTargetGroupsFargateServiceProps.getPlatformVersion()
(experimental) The platform version on which to run your service.
|
FargatePlatformVersion |
NetworkMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getPlatformVersion() |
default FargatePlatformVersion |
NetworkLoadBalancedFargateServiceProps.getPlatformVersion()
(experimental) The platform version on which to run your service.
|
FargatePlatformVersion |
NetworkLoadBalancedFargateServiceProps.Jsii$Proxy.getPlatformVersion() |
default FargatePlatformVersion |
ApplicationLoadBalancedFargateServiceProps.getPlatformVersion()
(experimental) The platform version on which to run your service.
|
FargatePlatformVersion |
ApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getPlatformVersion() |
default FargatePlatformVersion |
QueueProcessingFargateServiceProps.getPlatformVersion()
(experimental) The platform version on which to run your service.
|
FargatePlatformVersion |
QueueProcessingFargateServiceProps.Jsii$Proxy.getPlatformVersion() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean assignPublicIp,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
FargateTaskDefinition taskDefinition,
CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
List<? extends ApplicationLoadBalancerProps> loadBalancers,
PropagatedTagSource propagateTags,
String serviceName,
List<? extends ApplicationTargetProps> targetGroups,
ApplicationLoadBalancedTaskImageProps taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationMultipleTargetGroupsFargateServiceProps.Builder. |
Jsii$Proxy(Boolean assignPublicIp,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
FargateTaskDefinition taskDefinition,
CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
List<? extends NetworkLoadBalancerProps> loadBalancers,
PropagatedTagSource propagateTags,
String serviceName,
List<? extends NetworkTargetProps> targetGroups,
NetworkLoadBalancedTaskImageProps taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkMultipleTargetGroupsFargateServiceProps.Builder. |
Jsii$Proxy(Boolean assignPublicIp,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
FargateTaskDefinition taskDefinition,
CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
String domainName,
IHostedZone domainZone,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number listenerPort,
INetworkLoadBalancer loadBalancer,
Number maxHealthyPercent,
Number minHealthyPercent,
PropagatedTagSource propagateTags,
Boolean publicLoadBalancer,
NetworkLoadBalancedServiceRecordType recordType,
String serviceName,
NetworkLoadBalancedTaskImageOptions taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkLoadBalancedFargateServiceProps.Builder. |
Jsii$Proxy(Boolean assignPublicIp,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
List<? extends ISecurityGroup> securityGroups,
FargateTaskDefinition taskDefinition,
ICertificate certificate,
CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
String domainName,
IHostedZone domainZone,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number listenerPort,
IApplicationLoadBalancer loadBalancer,
Number maxHealthyPercent,
Number minHealthyPercent,
Boolean openListener,
PropagatedTagSource propagateTags,
ApplicationProtocol protocol,
Boolean publicLoadBalancer,
ApplicationLoadBalancedServiceRecordType recordType,
Boolean redirectHttp,
String serviceName,
ApplicationProtocol targetProtocol,
ApplicationLoadBalancedTaskImageOptions taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationLoadBalancedFargateServiceProps.Builder. |
Jsii$Proxy(Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
ContainerImage image,
ICluster cluster,
List<String> command,
Number desiredTaskCount,
Boolean enableEcsManagedTags,
Boolean enableLogging,
Map<String,String> environment,
String family,
LogDriver logDriver,
Number maxHealthyPercent,
Number maxReceiveCount,
Number maxScalingCapacity,
Number minHealthyPercent,
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. |
| Modifier and Type | Method and Description |
|---|---|
default FargatePlatformVersion |
EcsTaskProps.getPlatformVersion()
(experimental) The platform version on which to run your task.
|
FargatePlatformVersion |
EcsTaskProps.Jsii$Proxy.getPlatformVersion() |
| Modifier and Type | Method and Description |
|---|---|
EcsTask.Builder |
EcsTask.Builder.platformVersion(FargatePlatformVersion platformVersion)
(experimental) The platform version on which to run your task.
|
EcsTaskProps.Builder |
EcsTaskProps.Builder.platformVersion(FargatePlatformVersion platformVersion)
Sets the value of
EcsTaskProps.getPlatformVersion() |
| Constructor and Description |
|---|
Jsii$Proxy(ICluster cluster,
TaskDefinition taskDefinition,
List<? extends ContainerOverride> containerOverrides,
FargatePlatformVersion platformVersion,
IRole role,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnetSelection,
Number taskCount)
Constructor that initializes the object based on literal property values passed by the
EcsTaskProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
FargatePlatformVersion |
EcsFargateLaunchTargetOptions.getPlatformVersion()
(experimental) Refers to a specific runtime environment for Fargate task infrastructure.
|
FargatePlatformVersion |
EcsFargateLaunchTargetOptions.Jsii$Proxy.getPlatformVersion() |
default FargatePlatformVersion |
RunEcsFargateTaskProps.getPlatformVersion()
(experimental) Fargate platform version to run this service on.
|
FargatePlatformVersion |
RunEcsFargateTaskProps.Jsii$Proxy.getPlatformVersion() |
| Modifier and Type | Method and Description |
|---|---|
EcsFargateLaunchTargetOptions.Builder |
EcsFargateLaunchTargetOptions.Builder.platformVersion(FargatePlatformVersion platformVersion)
Sets the value of
EcsFargateLaunchTargetOptions.getPlatformVersion() |
RunEcsFargateTaskProps.Builder |
RunEcsFargateTaskProps.Builder.platformVersion(FargatePlatformVersion platformVersion)
Sets the value of
RunEcsFargateTaskProps.getPlatformVersion() |
RunEcsFargateTask.Builder |
RunEcsFargateTask.Builder.platformVersion(FargatePlatformVersion platformVersion)
Deprecated.
(experimental) Fargate platform version to run this service on.
|
EcsFargateLaunchTarget.Builder |
EcsFargateLaunchTarget.Builder.platformVersion(FargatePlatformVersion platformVersion)
(experimental) Refers to a specific runtime environment for Fargate task infrastructure.
|
| Constructor and Description |
|---|
Jsii$Proxy(Boolean assignPublicIp,
FargatePlatformVersion platformVersion,
ISecurityGroup securityGroup,
SubnetSelection subnets,
ICluster cluster,
TaskDefinition taskDefinition,
List<? extends ContainerOverride> containerOverrides,
ServiceIntegrationPattern integrationPattern)
Constructor that initializes the object based on literal property values passed by the
RunEcsFargateTaskProps.Builder. |
Jsii$Proxy(FargatePlatformVersion platformVersion)
Constructor that initializes the object based on literal property values passed by the
EcsFargateLaunchTargetOptions.Builder. |
Copyright © 2020. All rights reserved.