@pulumi/awsx 3.1.0-alpha.1761977086 → 3.1.0-alpha.1762272837
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cloudtrail/trail.d.ts +8 -8
- package/ec2/vpc.d.ts +8 -8
- package/ecr/repository.d.ts +4 -4
- package/ecs/ec2service.d.ts +11 -11
- package/ecs/ec2taskDefinition.d.ts +12 -12
- package/ecs/fargateService.d.ts +9 -9
- package/ecs/fargateTaskDefinition.d.ts +11 -11
- package/lb/applicationLoadBalancer.d.ts +26 -26
- package/lb/networkLoadBalancer.d.ts +26 -26
- package/package.json +3 -3
- package/types/input.d.ts +124 -120
package/cloudtrail/trail.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export declare class Trail extends pulumi.ComponentResource {
|
|
|
33
33
|
*/
|
|
34
34
|
export interface TrailArgs {
|
|
35
35
|
/**
|
|
36
|
-
* Specifies an advanced event selector for enabling data event logging. Fields documented below. Conflicts with `event_selector
|
|
36
|
+
* Specifies an advanced event selector for enabling data event logging. Fields documented below. Conflicts with <span pulumi-lang-nodejs="`eventSelector`" pulumi-lang-dotnet="`EventSelector`" pulumi-lang-go="`eventSelector`" pulumi-lang-python="`event_selector`" pulumi-lang-yaml="`eventSelector`" pulumi-lang-java="`eventSelector`">`event_selector`</span>.
|
|
37
37
|
*/
|
|
38
38
|
advancedEventSelectors?: pulumi.Input<pulumi.Input<pulumiAws.types.input.cloudtrail.TrailAdvancedEventSelector>[]>;
|
|
39
39
|
/**
|
|
@@ -41,19 +41,19 @@ export interface TrailArgs {
|
|
|
41
41
|
*/
|
|
42
42
|
cloudWatchLogsGroup?: inputs.awsx.OptionalLogGroupArgs;
|
|
43
43
|
/**
|
|
44
|
-
* Whether log file integrity validation is enabled. Defaults to `false
|
|
44
|
+
* Whether log file integrity validation is enabled. Defaults to <span pulumi-lang-nodejs="`false`" pulumi-lang-dotnet="`False`" pulumi-lang-go="`false`" pulumi-lang-python="`false`" pulumi-lang-yaml="`false`" pulumi-lang-java="`false`">`false`</span>.
|
|
45
45
|
*/
|
|
46
46
|
enableLogFileValidation?: pulumi.Input<boolean>;
|
|
47
47
|
/**
|
|
48
|
-
* Enables logging for the trail.
|
|
48
|
+
* Enables logging for the trail. When set to <span pulumi-lang-nodejs="`true`" pulumi-lang-dotnet="`True`" pulumi-lang-go="`true`" pulumi-lang-python="`true`" pulumi-lang-yaml="`true`" pulumi-lang-java="`true`">`true`</span>, logging is started by calling the [`StartLogging`](https://docs.aws.amazon.com/awscloudtrail/latest/APIReference/API_StartLogging.html) API. When set to <span pulumi-lang-nodejs="`false`" pulumi-lang-dotnet="`False`" pulumi-lang-go="`false`" pulumi-lang-python="`false`" pulumi-lang-yaml="`false`" pulumi-lang-java="`false`">`false`</span>, logging is stopped by calling the [`StopLogging`](https://docs.aws.amazon.com/awscloudtrail/latest/APIReference/API_StopLogging.html) API. Defaults to <span pulumi-lang-nodejs="`true`" pulumi-lang-dotnet="`True`" pulumi-lang-go="`true`" pulumi-lang-python="`true`" pulumi-lang-yaml="`true`" pulumi-lang-java="`true`">`true`</span>.
|
|
49
49
|
*/
|
|
50
50
|
enableLogging?: pulumi.Input<boolean>;
|
|
51
51
|
/**
|
|
52
|
-
* Specifies an event selector for enabling data event logging. Fields documented below. Please note the [CloudTrail limits](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/WhatIsCloudTrail-Limits.html) when configuring these. Conflicts with `advanced_event_selector
|
|
52
|
+
* Specifies an event selector for enabling data event logging. Fields documented below. Please note the [CloudTrail limits](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/WhatIsCloudTrail-Limits.html) when configuring these. Conflicts with <span pulumi-lang-nodejs="`advancedEventSelector`" pulumi-lang-dotnet="`AdvancedEventSelector`" pulumi-lang-go="`advancedEventSelector`" pulumi-lang-python="`advanced_event_selector`" pulumi-lang-yaml="`advancedEventSelector`" pulumi-lang-java="`advancedEventSelector`">`advanced_event_selector`</span>.
|
|
53
53
|
*/
|
|
54
54
|
eventSelectors?: pulumi.Input<pulumi.Input<pulumiAws.types.input.cloudtrail.TrailEventSelector>[]>;
|
|
55
55
|
/**
|
|
56
|
-
* Whether the trail is publishing events from global services such as IAM to the log files. Defaults to `true
|
|
56
|
+
* Whether the trail is publishing events from global services such as IAM to the log files. Defaults to <span pulumi-lang-nodejs="`true`" pulumi-lang-dotnet="`True`" pulumi-lang-go="`true`" pulumi-lang-python="`true`" pulumi-lang-yaml="`true`" pulumi-lang-java="`true`">`true`</span>.
|
|
57
57
|
*/
|
|
58
58
|
includeGlobalServiceEvents?: pulumi.Input<boolean>;
|
|
59
59
|
/**
|
|
@@ -61,11 +61,11 @@ export interface TrailArgs {
|
|
|
61
61
|
*/
|
|
62
62
|
insightSelectors?: pulumi.Input<pulumi.Input<pulumiAws.types.input.cloudtrail.TrailInsightSelector>[]>;
|
|
63
63
|
/**
|
|
64
|
-
* Whether the trail is created in the current region or in all regions. Defaults to `false
|
|
64
|
+
* Whether the trail is created in the current region or in all regions. Defaults to <span pulumi-lang-nodejs="`false`" pulumi-lang-dotnet="`False`" pulumi-lang-go="`false`" pulumi-lang-python="`false`" pulumi-lang-yaml="`false`" pulumi-lang-java="`false`">`false`</span>.
|
|
65
65
|
*/
|
|
66
66
|
isMultiRegionTrail?: pulumi.Input<boolean>;
|
|
67
67
|
/**
|
|
68
|
-
* Whether the trail is an AWS Organizations trail. Organization trails log events for the master account and all member accounts. Can only be created in the organization master account. Defaults to `false
|
|
68
|
+
* Whether the trail is an AWS Organizations trail. Organization trails log events for the master account and all member accounts. Can only be created in the organization master account. Defaults to <span pulumi-lang-nodejs="`false`" pulumi-lang-dotnet="`False`" pulumi-lang-go="`false`" pulumi-lang-python="`false`" pulumi-lang-yaml="`false`" pulumi-lang-java="`false`">`false`</span>.
|
|
69
69
|
*/
|
|
70
70
|
isOrganizationTrail?: pulumi.Input<boolean>;
|
|
71
71
|
/**
|
|
@@ -93,7 +93,7 @@ export interface TrailArgs {
|
|
|
93
93
|
*/
|
|
94
94
|
snsTopicName?: pulumi.Input<string>;
|
|
95
95
|
/**
|
|
96
|
-
* Map of tags to assign to the trail. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
96
|
+
* Map of tags to assign to the trail. If configured with a provider <span pulumi-lang-nodejs="`defaultTags`" pulumi-lang-dotnet="`DefaultTags`" pulumi-lang-go="`defaultTags`" pulumi-lang-python="`default_tags`" pulumi-lang-yaml="`defaultTags`" pulumi-lang-java="`defaultTags`">`default_tags`</span> configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
97
97
|
*/
|
|
98
98
|
tags?: pulumi.Input<{
|
|
99
99
|
[key: string]: pulumi.Input<string>;
|
package/ec2/vpc.d.ts
CHANGED
|
@@ -108,7 +108,7 @@ export declare class Vpc extends pulumi.ComponentResource {
|
|
|
108
108
|
*/
|
|
109
109
|
export interface VpcArgs {
|
|
110
110
|
/**
|
|
111
|
-
* Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IP addresses, or the size of the CIDR block. Default is `false
|
|
111
|
+
* Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IP addresses, or the size of the CIDR block. Default is <span pulumi-lang-nodejs="`false`" pulumi-lang-dotnet="`False`" pulumi-lang-go="`false`" pulumi-lang-python="`false`" pulumi-lang-yaml="`false`" pulumi-lang-java="`false`">`false`</span>. Conflicts with <span pulumi-lang-nodejs="`ipv6IpamPoolId`" pulumi-lang-dotnet="`Ipv6IpamPoolId`" pulumi-lang-go="`ipv6IpamPoolId`" pulumi-lang-python="`ipv6_ipam_pool_id`" pulumi-lang-yaml="`ipv6IpamPoolId`" pulumi-lang-java="`ipv6IpamPoolId`">`ipv6_ipam_pool_id`</span>
|
|
112
112
|
*/
|
|
113
113
|
assignGeneratedIpv6CidrBlock?: pulumi.Input<boolean>;
|
|
114
114
|
/**
|
|
@@ -136,7 +136,7 @@ export interface VpcArgs {
|
|
|
136
136
|
*/
|
|
137
137
|
enableNetworkAddressUsageMetrics?: pulumi.Input<boolean>;
|
|
138
138
|
/**
|
|
139
|
-
* A tenancy option for instances launched into the VPC. Default is `default
|
|
139
|
+
* A tenancy option for instances launched into the VPC. Default is <span pulumi-lang-nodejs="`default`" pulumi-lang-dotnet="`Default`" pulumi-lang-go="`default`" pulumi-lang-python="`default`" pulumi-lang-yaml="`default`" pulumi-lang-java="`default`">`default`</span>, which ensures that EC2 instances launched in this VPC use the EC2 instance tenancy attribute specified when the EC2 instance is launched. The only other option is <span pulumi-lang-nodejs="`dedicated`" pulumi-lang-dotnet="`Dedicated`" pulumi-lang-go="`dedicated`" pulumi-lang-python="`dedicated`" pulumi-lang-yaml="`dedicated`" pulumi-lang-java="`dedicated`">`dedicated`</span>, which ensures that EC2 instances launched in this VPC are run on dedicated tenancy instances regardless of the tenancy attribute specified at launch. This has a dedicated per region fee of $2 per hour, plus an hourly per instance usage fee.
|
|
140
140
|
*/
|
|
141
141
|
instanceTenancy?: pulumi.Input<string>;
|
|
142
142
|
/**
|
|
@@ -144,23 +144,23 @@ export interface VpcArgs {
|
|
|
144
144
|
*/
|
|
145
145
|
ipv4IpamPoolId?: pulumi.Input<string>;
|
|
146
146
|
/**
|
|
147
|
-
* The netmask length of the IPv4 CIDR you want to allocate to this VPC. Requires specifying a `ipv4_ipam_pool_id
|
|
147
|
+
* The netmask length of the IPv4 CIDR you want to allocate to this VPC. Requires specifying a <span pulumi-lang-nodejs="`ipv4IpamPoolId`" pulumi-lang-dotnet="`Ipv4IpamPoolId`" pulumi-lang-go="`ipv4IpamPoolId`" pulumi-lang-python="`ipv4_ipam_pool_id`" pulumi-lang-yaml="`ipv4IpamPoolId`" pulumi-lang-java="`ipv4IpamPoolId`">`ipv4_ipam_pool_id`</span>.
|
|
148
148
|
*/
|
|
149
149
|
ipv4NetmaskLength?: pulumi.Input<number>;
|
|
150
150
|
/**
|
|
151
|
-
* IPv6 CIDR block to request from an IPAM Pool. Can be set explicitly or derived from IPAM using `ipv6_netmask_length
|
|
151
|
+
* IPv6 CIDR block to request from an IPAM Pool. Can be set explicitly or derived from IPAM using <span pulumi-lang-nodejs="`ipv6NetmaskLength`" pulumi-lang-dotnet="`Ipv6NetmaskLength`" pulumi-lang-go="`ipv6NetmaskLength`" pulumi-lang-python="`ipv6_netmask_length`" pulumi-lang-yaml="`ipv6NetmaskLength`" pulumi-lang-java="`ipv6NetmaskLength`">`ipv6_netmask_length`</span>.
|
|
152
152
|
*/
|
|
153
153
|
ipv6CidrBlock?: pulumi.Input<string>;
|
|
154
154
|
/**
|
|
155
|
-
* By default when an IPv6 CIDR is assigned to a VPC a default ipv6_cidr_block_network_border_group will be set to the region of the VPC. This can be changed to restrict advertisement of public addresses to specific Network Border Groups such as LocalZones.
|
|
155
|
+
* By default when an IPv6 CIDR is assigned to a VPC a default<span pulumi-lang-nodejs=" ipv6CidrBlockNetworkBorderGroup " pulumi-lang-dotnet=" Ipv6CidrBlockNetworkBorderGroup " pulumi-lang-go=" ipv6CidrBlockNetworkBorderGroup " pulumi-lang-python=" ipv6_cidr_block_network_border_group " pulumi-lang-yaml=" ipv6CidrBlockNetworkBorderGroup " pulumi-lang-java=" ipv6CidrBlockNetworkBorderGroup "> ipv6_cidr_block_network_border_group </span>will be set to the region of the VPC. This can be changed to restrict advertisement of public addresses to specific Network Border Groups such as LocalZones.
|
|
156
156
|
*/
|
|
157
157
|
ipv6CidrBlockNetworkBorderGroup?: pulumi.Input<string>;
|
|
158
158
|
/**
|
|
159
|
-
* IPAM Pool ID for a IPv6 pool. Conflicts with `assign_generated_ipv6_cidr_block
|
|
159
|
+
* IPAM Pool ID for a IPv6 pool. Conflicts with <span pulumi-lang-nodejs="`assignGeneratedIpv6CidrBlock`" pulumi-lang-dotnet="`AssignGeneratedIpv6CidrBlock`" pulumi-lang-go="`assignGeneratedIpv6CidrBlock`" pulumi-lang-python="`assign_generated_ipv6_cidr_block`" pulumi-lang-yaml="`assignGeneratedIpv6CidrBlock`" pulumi-lang-java="`assignGeneratedIpv6CidrBlock`">`assign_generated_ipv6_cidr_block`</span>.
|
|
160
160
|
*/
|
|
161
161
|
ipv6IpamPoolId?: pulumi.Input<string>;
|
|
162
162
|
/**
|
|
163
|
-
* Netmask length to request from IPAM Pool. Conflicts with `ipv6_cidr_block
|
|
163
|
+
* Netmask length to request from IPAM Pool. Conflicts with <span pulumi-lang-nodejs="`ipv6CidrBlock`" pulumi-lang-dotnet="`Ipv6CidrBlock`" pulumi-lang-go="`ipv6CidrBlock`" pulumi-lang-python="`ipv6_cidr_block`" pulumi-lang-yaml="`ipv6CidrBlock`" pulumi-lang-java="`ipv6CidrBlock`">`ipv6_cidr_block`</span>. This can be omitted if IPAM pool as a <span pulumi-lang-nodejs="`allocationDefaultNetmaskLength`" pulumi-lang-dotnet="`AllocationDefaultNetmaskLength`" pulumi-lang-go="`allocationDefaultNetmaskLength`" pulumi-lang-python="`allocation_default_netmask_length`" pulumi-lang-yaml="`allocationDefaultNetmaskLength`" pulumi-lang-java="`allocationDefaultNetmaskLength`">`allocation_default_netmask_length`</span> set. Valid values are from <span pulumi-lang-nodejs="`44`" pulumi-lang-dotnet="`44`" pulumi-lang-go="`44`" pulumi-lang-python="`44`" pulumi-lang-yaml="`44`" pulumi-lang-java="`44`">`44`</span> to <span pulumi-lang-nodejs="`60`" pulumi-lang-dotnet="`60`" pulumi-lang-go="`60`" pulumi-lang-python="`60`" pulumi-lang-yaml="`60`" pulumi-lang-java="`60`">`60`</span> in increments of 4.
|
|
164
164
|
*/
|
|
165
165
|
ipv6NetmaskLength?: pulumi.Input<number>;
|
|
166
166
|
/**
|
|
@@ -184,7 +184,7 @@ export interface VpcArgs {
|
|
|
184
184
|
*/
|
|
185
185
|
subnetStrategy?: enums.ec2.SubnetAllocationStrategy;
|
|
186
186
|
/**
|
|
187
|
-
* A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
187
|
+
* A map of tags to assign to the resource. If configured with a provider <span pulumi-lang-nodejs="`defaultTags`" pulumi-lang-dotnet="`DefaultTags`" pulumi-lang-go="`defaultTags`" pulumi-lang-python="`default_tags`" pulumi-lang-yaml="`defaultTags`" pulumi-lang-java="`defaultTags`">`default_tags`</span> configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
188
188
|
*/
|
|
189
189
|
tags?: pulumi.Input<{
|
|
190
190
|
[key: string]: pulumi.Input<string>;
|
package/ecr/repository.d.ts
CHANGED
|
@@ -42,8 +42,8 @@ export interface RepositoryArgs {
|
|
|
42
42
|
*/
|
|
43
43
|
encryptionConfigurations?: pulumi.Input<pulumi.Input<pulumiAws.types.input.ecr.RepositoryEncryptionConfiguration>[]>;
|
|
44
44
|
/**
|
|
45
|
-
* If `true
|
|
46
|
-
* Defaults to `false
|
|
45
|
+
* If <span pulumi-lang-nodejs="`true`" pulumi-lang-dotnet="`True`" pulumi-lang-go="`true`" pulumi-lang-python="`true`" pulumi-lang-yaml="`true`" pulumi-lang-java="`true`">`true`</span>, will delete the repository even if it contains images.
|
|
46
|
+
* Defaults to <span pulumi-lang-nodejs="`false`" pulumi-lang-dotnet="`False`" pulumi-lang-go="`false`" pulumi-lang-python="`false`" pulumi-lang-yaml="`false`" pulumi-lang-java="`false`">`false`</span>.
|
|
47
47
|
*/
|
|
48
48
|
forceDelete?: pulumi.Input<boolean>;
|
|
49
49
|
/**
|
|
@@ -55,7 +55,7 @@ export interface RepositoryArgs {
|
|
|
55
55
|
*/
|
|
56
56
|
imageTagMutability?: pulumi.Input<string>;
|
|
57
57
|
/**
|
|
58
|
-
* Configuration block that defines filters to specify which image tags can override the default tag mutability setting. Only applicable when `image_tag_mutability` is set to `IMMUTABLE_WITH_EXCLUSION` or `MUTABLE_WITH_EXCLUSION`. See below for schema.
|
|
58
|
+
* Configuration block that defines filters to specify which image tags can override the default tag mutability setting. Only applicable when <span pulumi-lang-nodejs="`imageTagMutability`" pulumi-lang-dotnet="`ImageTagMutability`" pulumi-lang-go="`imageTagMutability`" pulumi-lang-python="`image_tag_mutability`" pulumi-lang-yaml="`imageTagMutability`" pulumi-lang-java="`imageTagMutability`">`image_tag_mutability`</span> is set to `IMMUTABLE_WITH_EXCLUSION` or `MUTABLE_WITH_EXCLUSION`. See below for schema.
|
|
59
59
|
*/
|
|
60
60
|
imageTagMutabilityExclusionFilters?: pulumi.Input<pulumi.Input<pulumiAws.types.input.ecr.RepositoryImageTagMutabilityExclusionFilter>[]>;
|
|
61
61
|
/**
|
|
@@ -71,7 +71,7 @@ export interface RepositoryArgs {
|
|
|
71
71
|
*/
|
|
72
72
|
region?: pulumi.Input<string>;
|
|
73
73
|
/**
|
|
74
|
-
* A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
74
|
+
* A map of tags to assign to the resource. If configured with a provider <span pulumi-lang-nodejs="`defaultTags`" pulumi-lang-dotnet="`DefaultTags`" pulumi-lang-go="`defaultTags`" pulumi-lang-python="`default_tags`" pulumi-lang-yaml="`defaultTags`" pulumi-lang-java="`defaultTags`">`default_tags`</span> configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
75
75
|
*/
|
|
76
76
|
tags?: pulumi.Input<{
|
|
77
77
|
[key: string]: pulumi.Input<string>;
|
package/ecs/ec2service.d.ts
CHANGED
|
@@ -37,11 +37,11 @@ export interface EC2ServiceArgs {
|
|
|
37
37
|
*/
|
|
38
38
|
alarms?: pulumi.Input<pulumiAws.types.input.ecs.ServiceAlarms>;
|
|
39
39
|
/**
|
|
40
|
-
* ECS automatically redistributes tasks within a service across Availability Zones (AZs) to mitigate the risk of impaired application availability due to underlying infrastructure failures and task lifecycle activities. The valid values are `ENABLED` and `DISABLED`.
|
|
40
|
+
* ECS automatically redistributes tasks within a service across Availability Zones (AZs) to mitigate the risk of impaired application availability due to underlying infrastructure failures and task lifecycle activities. The valid values are `ENABLED` and `DISABLED`. When creating a new service, if no value is specified, it defaults to `ENABLED` if the service is compatible with AvailabilityZoneRebalancing. When updating an existing service, if no value is specified it defaults to the existing service's AvailabilityZoneRebalancing value. If the service never had an AvailabilityZoneRebalancing value set, Amazon ECS treats this as `DISABLED`.
|
|
41
41
|
*/
|
|
42
42
|
availabilityZoneRebalancing?: pulumi.Input<string>;
|
|
43
43
|
/**
|
|
44
|
-
* Capacity provider strategies to use for the service. Can be one or more.
|
|
44
|
+
* Capacity provider strategies to use for the service. Can be one or more. Updating this argument requires <span pulumi-lang-nodejs="`forceNewDeployment " pulumi-lang-dotnet="`ForceNewDeployment " pulumi-lang-go="`forceNewDeployment " pulumi-lang-python="`force_new_deployment " pulumi-lang-yaml="`forceNewDeployment " pulumi-lang-java="`forceNewDeployment ">`force_new_deployment </span>= true`. See below. Conflicts with <span pulumi-lang-nodejs="`launchType`" pulumi-lang-dotnet="`LaunchType`" pulumi-lang-go="`launchType`" pulumi-lang-python="`launch_type`" pulumi-lang-yaml="`launchType`" pulumi-lang-java="`launchType`">`launch_type`</span>.
|
|
45
45
|
*/
|
|
46
46
|
capacityProviderStrategies?: pulumi.Input<pulumi.Input<pulumiAws.types.input.ecs.ServiceCapacityProviderStrategy>[]>;
|
|
47
47
|
/**
|
|
@@ -89,7 +89,7 @@ export interface EC2ServiceArgs {
|
|
|
89
89
|
*/
|
|
90
90
|
forceDelete?: pulumi.Input<boolean>;
|
|
91
91
|
/**
|
|
92
|
-
* Enable to force a new task deployment of the service. This can be used to update tasks to use a newer Docker image with same image/tag combination (e.g., `myimage:latest`), roll Fargate tasks onto a newer platform version, or immediately deploy `ordered_placement_strategy` and `placement_constraints` updates.
|
|
92
|
+
* Enable to force a new task deployment of the service. This can be used to update tasks to use a newer Docker image with same image/tag combination (e.g., `myimage:latest`), roll Fargate tasks onto a newer platform version, or immediately deploy <span pulumi-lang-nodejs="`orderedPlacementStrategy`" pulumi-lang-dotnet="`OrderedPlacementStrategy`" pulumi-lang-go="`orderedPlacementStrategy`" pulumi-lang-python="`ordered_placement_strategy`" pulumi-lang-yaml="`orderedPlacementStrategy`" pulumi-lang-java="`orderedPlacementStrategy`">`ordered_placement_strategy`</span> and <span pulumi-lang-nodejs="`placementConstraints`" pulumi-lang-dotnet="`PlacementConstraints`" pulumi-lang-go="`placementConstraints`" pulumi-lang-python="`placement_constraints`" pulumi-lang-yaml="`placementConstraints`" pulumi-lang-java="`placementConstraints`">`placement_constraints`</span> updates.
|
|
93
93
|
* When using the forceNewDeployment property you also need to configure the triggers property.
|
|
94
94
|
*/
|
|
95
95
|
forceNewDeployment?: pulumi.Input<boolean>;
|
|
@@ -98,7 +98,7 @@ export interface EC2ServiceArgs {
|
|
|
98
98
|
*/
|
|
99
99
|
healthCheckGracePeriodSeconds?: pulumi.Input<number>;
|
|
100
100
|
/**
|
|
101
|
-
* ARN of the IAM role that allows Amazon ECS to make calls to your load balancer on your behalf. This parameter is required if you are using a load balancer with your service, but only if your task definition does not use the `awsvpc` network mode. If using `awsvpc` network mode, do not specify this role. If your account has already created the Amazon ECS service-linked role, that role is used by default for your service unless you specify a role here.
|
|
101
|
+
* ARN of the IAM role that allows Amazon ECS to make calls to your load balancer on your behalf. This parameter is required if you are using a load balancer with your service, but only if your task definition does not use the <span pulumi-lang-nodejs="`awsvpc`" pulumi-lang-dotnet="`Awsvpc`" pulumi-lang-go="`awsvpc`" pulumi-lang-python="`awsvpc`" pulumi-lang-yaml="`awsvpc`" pulumi-lang-java="`awsvpc`">`awsvpc`</span> network mode. If using <span pulumi-lang-nodejs="`awsvpc`" pulumi-lang-dotnet="`Awsvpc`" pulumi-lang-go="`awsvpc`" pulumi-lang-python="`awsvpc`" pulumi-lang-yaml="`awsvpc`" pulumi-lang-java="`awsvpc`">`awsvpc`</span> network mode, do not specify this role. If your account has already created the Amazon ECS service-linked role, that role is used by default for your service unless you specify a role here.
|
|
102
102
|
*/
|
|
103
103
|
iamRole?: pulumi.Input<string>;
|
|
104
104
|
/**
|
|
@@ -112,19 +112,19 @@ export interface EC2ServiceArgs {
|
|
|
112
112
|
*/
|
|
113
113
|
name?: pulumi.Input<string>;
|
|
114
114
|
/**
|
|
115
|
-
* Network configuration for the service. This parameter is required for task definitions that use the `awsvpc` network mode to receive their own Elastic Network Interface, and it is not supported for other network modes. See below.
|
|
115
|
+
* Network configuration for the service. This parameter is required for task definitions that use the <span pulumi-lang-nodejs="`awsvpc`" pulumi-lang-dotnet="`Awsvpc`" pulumi-lang-go="`awsvpc`" pulumi-lang-python="`awsvpc`" pulumi-lang-yaml="`awsvpc`" pulumi-lang-java="`awsvpc`">`awsvpc`</span> network mode to receive their own Elastic Network Interface, and it is not supported for other network modes. See below.
|
|
116
116
|
*/
|
|
117
117
|
networkConfiguration?: pulumi.Input<pulumiAws.types.input.ecs.ServiceNetworkConfiguration>;
|
|
118
118
|
/**
|
|
119
|
-
* Service level strategy rules that are taken into consideration during task placement. List from top to bottom in order of precedence. Updates to this configuration will take effect next task deployment unless `force_new_deployment` is enabled. The maximum number of `ordered_placement_strategy` blocks is `5
|
|
119
|
+
* Service level strategy rules that are taken into consideration during task placement. List from top to bottom in order of precedence. Updates to this configuration will take effect next task deployment unless <span pulumi-lang-nodejs="`forceNewDeployment`" pulumi-lang-dotnet="`ForceNewDeployment`" pulumi-lang-go="`forceNewDeployment`" pulumi-lang-python="`force_new_deployment`" pulumi-lang-yaml="`forceNewDeployment`" pulumi-lang-java="`forceNewDeployment`">`force_new_deployment`</span> is enabled. The maximum number of <span pulumi-lang-nodejs="`orderedPlacementStrategy`" pulumi-lang-dotnet="`OrderedPlacementStrategy`" pulumi-lang-go="`orderedPlacementStrategy`" pulumi-lang-python="`ordered_placement_strategy`" pulumi-lang-yaml="`orderedPlacementStrategy`" pulumi-lang-java="`orderedPlacementStrategy`">`ordered_placement_strategy`</span> blocks is <span pulumi-lang-nodejs="`5`" pulumi-lang-dotnet="`5`" pulumi-lang-go="`5`" pulumi-lang-python="`5`" pulumi-lang-yaml="`5`" pulumi-lang-java="`5`">`5`</span>. See below.
|
|
120
120
|
*/
|
|
121
121
|
orderedPlacementStrategies?: pulumi.Input<pulumi.Input<pulumiAws.types.input.ecs.ServiceOrderedPlacementStrategy>[]>;
|
|
122
122
|
/**
|
|
123
|
-
* Rules that are taken into consideration during task placement. Updates to this configuration will take effect next task deployment unless `force_new_deployment` is enabled. Maximum number of `placement_constraints` is `10
|
|
123
|
+
* Rules that are taken into consideration during task placement. Updates to this configuration will take effect next task deployment unless <span pulumi-lang-nodejs="`forceNewDeployment`" pulumi-lang-dotnet="`ForceNewDeployment`" pulumi-lang-go="`forceNewDeployment`" pulumi-lang-python="`force_new_deployment`" pulumi-lang-yaml="`forceNewDeployment`" pulumi-lang-java="`forceNewDeployment`">`force_new_deployment`</span> is enabled. Maximum number of <span pulumi-lang-nodejs="`placementConstraints`" pulumi-lang-dotnet="`PlacementConstraints`" pulumi-lang-go="`placementConstraints`" pulumi-lang-python="`placement_constraints`" pulumi-lang-yaml="`placementConstraints`" pulumi-lang-java="`placementConstraints`">`placement_constraints`</span> is <span pulumi-lang-nodejs="`10`" pulumi-lang-dotnet="`10`" pulumi-lang-go="`10`" pulumi-lang-python="`10`" pulumi-lang-yaml="`10`" pulumi-lang-java="`10`">`10`</span>. See below.
|
|
124
124
|
*/
|
|
125
125
|
placementConstraints?: pulumi.Input<pulumi.Input<pulumiAws.types.input.ecs.ServicePlacementConstraint>[]>;
|
|
126
126
|
/**
|
|
127
|
-
* Platform version on which to run your service. Only applicable for `launch_type` set to `FARGATE`. Defaults to `LATEST`. More information about Fargate platform versions can be found in the [AWS ECS User Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html).
|
|
127
|
+
* Platform version on which to run your service. Only applicable for <span pulumi-lang-nodejs="`launchType`" pulumi-lang-dotnet="`LaunchType`" pulumi-lang-go="`launchType`" pulumi-lang-python="`launch_type`" pulumi-lang-yaml="`launchType`" pulumi-lang-java="`launchType`">`launch_type`</span> set to `FARGATE`. Defaults to `LATEST`. More information about Fargate platform versions can be found in the [AWS ECS User Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html).
|
|
128
128
|
*/
|
|
129
129
|
platformVersion?: pulumi.Input<string>;
|
|
130
130
|
/**
|
|
@@ -144,15 +144,15 @@ export interface EC2ServiceArgs {
|
|
|
144
144
|
*/
|
|
145
145
|
serviceConnectConfiguration?: pulumi.Input<pulumiAws.types.input.ecs.ServiceServiceConnectConfiguration>;
|
|
146
146
|
/**
|
|
147
|
-
* Service discovery registries for the service. The maximum number of `service_registries` blocks is `1
|
|
147
|
+
* Service discovery registries for the service. The maximum number of <span pulumi-lang-nodejs="`serviceRegistries`" pulumi-lang-dotnet="`ServiceRegistries`" pulumi-lang-go="`serviceRegistries`" pulumi-lang-python="`service_registries`" pulumi-lang-yaml="`serviceRegistries`" pulumi-lang-java="`serviceRegistries`">`service_registries`</span> blocks is <span pulumi-lang-nodejs="`1`" pulumi-lang-dotnet="`1`" pulumi-lang-go="`1`" pulumi-lang-python="`1`" pulumi-lang-yaml="`1`" pulumi-lang-java="`1`">`1`</span>. See below.
|
|
148
148
|
*/
|
|
149
149
|
serviceRegistries?: pulumi.Input<pulumiAws.types.input.ecs.ServiceServiceRegistries>;
|
|
150
150
|
/**
|
|
151
|
-
* Whether to enable graceful termination of deployments using SIGINT signals. When enabled, allows customers to safely cancel an in-progress deployment and automatically trigger a rollback to the previous stable state. Defaults to `false
|
|
151
|
+
* Whether to enable graceful termination of deployments using SIGINT signals. When enabled, allows customers to safely cancel an in-progress deployment and automatically trigger a rollback to the previous stable state. Defaults to <span pulumi-lang-nodejs="`false`" pulumi-lang-dotnet="`False`" pulumi-lang-go="`false`" pulumi-lang-python="`false`" pulumi-lang-yaml="`false`" pulumi-lang-java="`false`">`false`</span>. Only applicable when using `ECS` deployment controller and requires <span pulumi-lang-nodejs="`waitForSteadyState " pulumi-lang-dotnet="`WaitForSteadyState " pulumi-lang-go="`waitForSteadyState " pulumi-lang-python="`wait_for_steady_state " pulumi-lang-yaml="`waitForSteadyState " pulumi-lang-java="`waitForSteadyState ">`wait_for_steady_state </span>= true`.
|
|
152
152
|
*/
|
|
153
153
|
sigintRollback?: pulumi.Input<boolean>;
|
|
154
154
|
/**
|
|
155
|
-
* Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
155
|
+
* Key-value map of resource tags. If configured with a provider <span pulumi-lang-nodejs="`defaultTags`" pulumi-lang-dotnet="`DefaultTags`" pulumi-lang-go="`defaultTags`" pulumi-lang-python="`default_tags`" pulumi-lang-yaml="`defaultTags`" pulumi-lang-java="`defaultTags`">`default_tags`</span> configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
156
156
|
*/
|
|
157
157
|
tags?: pulumi.Input<{
|
|
158
158
|
[key: string]: pulumi.Input<string>;
|
|
@@ -66,7 +66,7 @@ export interface EC2TaskDefinitionArgs {
|
|
|
66
66
|
*/
|
|
67
67
|
cpu?: pulumi.Input<string>;
|
|
68
68
|
/**
|
|
69
|
-
* Enables fault injection and allows for fault injection requests to be accepted from the task's containers. Default is `false
|
|
69
|
+
* Enables fault injection and allows for fault injection requests to be accepted from the task's containers. Default is <span pulumi-lang-nodejs="`false`" pulumi-lang-dotnet="`False`" pulumi-lang-go="`false`" pulumi-lang-python="`false`" pulumi-lang-yaml="`false`" pulumi-lang-java="`false`">`false`</span>.
|
|
70
70
|
*/
|
|
71
71
|
enableFaultInjection?: pulumi.Input<boolean>;
|
|
72
72
|
/**
|
|
@@ -83,7 +83,7 @@ export interface EC2TaskDefinitionArgs {
|
|
|
83
83
|
*/
|
|
84
84
|
family?: pulumi.Input<string>;
|
|
85
85
|
/**
|
|
86
|
-
* IPC resource namespace to be used for the containers in the task The valid values are `host
|
|
86
|
+
* IPC resource namespace to be used for the containers in the task The valid values are <span pulumi-lang-nodejs="`host`" pulumi-lang-dotnet="`Host`" pulumi-lang-go="`host`" pulumi-lang-python="`host`" pulumi-lang-yaml="`host`" pulumi-lang-java="`host`">`host`</span>, <span pulumi-lang-nodejs="`task`" pulumi-lang-dotnet="`Task`" pulumi-lang-go="`task`" pulumi-lang-python="`task`" pulumi-lang-yaml="`task`" pulumi-lang-java="`task`">`task`</span>, and <span pulumi-lang-nodejs="`none`" pulumi-lang-dotnet="`None`" pulumi-lang-go="`none`" pulumi-lang-python="`none`" pulumi-lang-yaml="`none`" pulumi-lang-java="`none`">`none`</span>.
|
|
87
87
|
*/
|
|
88
88
|
ipcMode?: pulumi.Input<string>;
|
|
89
89
|
/**
|
|
@@ -96,15 +96,15 @@ export interface EC2TaskDefinitionArgs {
|
|
|
96
96
|
*/
|
|
97
97
|
memory?: pulumi.Input<string>;
|
|
98
98
|
/**
|
|
99
|
-
* Docker networking mode to use for the containers in the task. Valid values are `none
|
|
99
|
+
* Docker networking mode to use for the containers in the task. Valid values are <span pulumi-lang-nodejs="`none`" pulumi-lang-dotnet="`None`" pulumi-lang-go="`none`" pulumi-lang-python="`none`" pulumi-lang-yaml="`none`" pulumi-lang-java="`none`">`none`</span>, <span pulumi-lang-nodejs="`bridge`" pulumi-lang-dotnet="`Bridge`" pulumi-lang-go="`bridge`" pulumi-lang-python="`bridge`" pulumi-lang-yaml="`bridge`" pulumi-lang-java="`bridge`">`bridge`</span>, <span pulumi-lang-nodejs="`awsvpc`" pulumi-lang-dotnet="`Awsvpc`" pulumi-lang-go="`awsvpc`" pulumi-lang-python="`awsvpc`" pulumi-lang-yaml="`awsvpc`" pulumi-lang-java="`awsvpc`">`awsvpc`</span>, and <span pulumi-lang-nodejs="`host`" pulumi-lang-dotnet="`Host`" pulumi-lang-go="`host`" pulumi-lang-python="`host`" pulumi-lang-yaml="`host`" pulumi-lang-java="`host`">`host`</span>.
|
|
100
100
|
*/
|
|
101
101
|
networkMode?: pulumi.Input<string>;
|
|
102
102
|
/**
|
|
103
|
-
* Process namespace to use for the containers in the task. The valid values are `host` and `task
|
|
103
|
+
* Process namespace to use for the containers in the task. The valid values are <span pulumi-lang-nodejs="`host`" pulumi-lang-dotnet="`Host`" pulumi-lang-go="`host`" pulumi-lang-python="`host`" pulumi-lang-yaml="`host`" pulumi-lang-java="`host`">`host`</span> and <span pulumi-lang-nodejs="`task`" pulumi-lang-dotnet="`Task`" pulumi-lang-go="`task`" pulumi-lang-python="`task`" pulumi-lang-yaml="`task`" pulumi-lang-java="`task`">`task`</span>.
|
|
104
104
|
*/
|
|
105
105
|
pidMode?: pulumi.Input<string>;
|
|
106
106
|
/**
|
|
107
|
-
* Configuration block for rules that are taken into consideration during task placement. Maximum number of `placement_constraints` is `10
|
|
107
|
+
* Configuration block for rules that are taken into consideration during task placement. Maximum number of <span pulumi-lang-nodejs="`placementConstraints`" pulumi-lang-dotnet="`PlacementConstraints`" pulumi-lang-go="`placementConstraints`" pulumi-lang-python="`placement_constraints`" pulumi-lang-yaml="`placementConstraints`" pulumi-lang-java="`placementConstraints`">`placement_constraints`</span> is <span pulumi-lang-nodejs="`10`" pulumi-lang-dotnet="`10`" pulumi-lang-go="`10`" pulumi-lang-python="`10`" pulumi-lang-yaml="`10`" pulumi-lang-java="`10`">`10`</span>. Detailed below.
|
|
108
108
|
*/
|
|
109
109
|
placementConstraints?: pulumi.Input<pulumi.Input<pulumiAws.types.input.ecs.TaskDefinitionPlacementConstraint>[]>;
|
|
110
110
|
/**
|
|
@@ -116,15 +116,15 @@ export interface EC2TaskDefinitionArgs {
|
|
|
116
116
|
*/
|
|
117
117
|
region?: pulumi.Input<string>;
|
|
118
118
|
/**
|
|
119
|
-
* Configuration block for runtime_platform that containers in your task may use.
|
|
119
|
+
* Configuration block for<span pulumi-lang-nodejs=" runtimePlatform " pulumi-lang-dotnet=" RuntimePlatform " pulumi-lang-go=" runtimePlatform " pulumi-lang-python=" runtime_platform " pulumi-lang-yaml=" runtimePlatform " pulumi-lang-java=" runtimePlatform "> runtime_platform </span>that containers in your task may use.
|
|
120
120
|
*/
|
|
121
121
|
runtimePlatform?: pulumi.Input<pulumiAws.types.input.ecs.TaskDefinitionRuntimePlatform>;
|
|
122
122
|
/**
|
|
123
|
-
* Whether to retain the old revision when the resource is destroyed or replacement is necessary. Default is `false
|
|
123
|
+
* Whether to retain the old revision when the resource is destroyed or replacement is necessary. Default is <span pulumi-lang-nodejs="`false`" pulumi-lang-dotnet="`False`" pulumi-lang-go="`false`" pulumi-lang-python="`false`" pulumi-lang-yaml="`false`" pulumi-lang-java="`false`">`false`</span>.
|
|
124
124
|
*/
|
|
125
125
|
skipDestroy?: pulumi.Input<boolean>;
|
|
126
126
|
/**
|
|
127
|
-
* Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
127
|
+
* Key-value map of resource tags. If configured with a provider <span pulumi-lang-nodejs="`defaultTags`" pulumi-lang-dotnet="`DefaultTags`" pulumi-lang-go="`defaultTags`" pulumi-lang-python="`default_tags`" pulumi-lang-yaml="`defaultTags`" pulumi-lang-java="`defaultTags`">`default_tags`</span> configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
128
128
|
*/
|
|
129
129
|
tags?: pulumi.Input<{
|
|
130
130
|
[key: string]: pulumi.Input<string>;
|
|
@@ -135,15 +135,15 @@ export interface EC2TaskDefinitionArgs {
|
|
|
135
135
|
*/
|
|
136
136
|
taskRole?: inputs.awsx.DefaultRoleWithPolicyArgs;
|
|
137
137
|
/**
|
|
138
|
-
* Whether should track latest `ACTIVE` task definition on AWS or the one created with the resource stored in state. Default is `false
|
|
138
|
+
* Whether should track latest `ACTIVE` task definition on AWS or the one created with the resource stored in state. Default is <span pulumi-lang-nodejs="`false`" pulumi-lang-dotnet="`False`" pulumi-lang-go="`false`" pulumi-lang-python="`false`" pulumi-lang-yaml="`false`" pulumi-lang-java="`false`">`false`</span>. Useful in the event the task definition is modified outside of this resource.
|
|
139
139
|
*/
|
|
140
140
|
trackLatest?: pulumi.Input<boolean>;
|
|
141
141
|
/**
|
|
142
|
-
*
|
|
142
|
+
* Repeatable configuration block for volumes that containers in your task may use. Detailed below.
|
|
143
143
|
*
|
|
144
|
-
* > **NOTE:** Proper escaping is required for JSON field values containing quotes (`"`) such as `environment` values. If directly setting the JSON, they should be escaped as `\"` in the JSON, e.g., `"value": "I \"love\" escaped quotes"`. If using a variable value, they should be escaped as `\\\"` in the variable, e.g., `value = "I \\\"love\\\" escaped quotes"` in the variable and `"value": "${var.myvariable}"` in the JSON.
|
|
144
|
+
* > **NOTE:** Proper escaping is required for JSON field values containing quotes (`"`) such as <span pulumi-lang-nodejs="`environment`" pulumi-lang-dotnet="`Environment`" pulumi-lang-go="`environment`" pulumi-lang-python="`environment`" pulumi-lang-yaml="`environment`" pulumi-lang-java="`environment`">`environment`</span> values. If directly setting the JSON, they should be escaped as `\"` in the JSON, e.g., `"value": "I \"love\" escaped quotes"`. If using a variable value, they should be escaped as `\\\"` in the variable, e.g., `value = "I \\\"love\\\" escaped quotes"` in the variable and `"value": "${var.myvariable}"` in the JSON.
|
|
145
145
|
*
|
|
146
|
-
* > **Note:** Fault injection only works with tasks using the `awsvpc` or `host` network modes. Fault injection isn't available on Windows.
|
|
146
|
+
* > **Note:** Fault injection only works with tasks using the <span pulumi-lang-nodejs="`awsvpc`" pulumi-lang-dotnet="`Awsvpc`" pulumi-lang-go="`awsvpc`" pulumi-lang-python="`awsvpc`" pulumi-lang-yaml="`awsvpc`" pulumi-lang-java="`awsvpc`">`awsvpc`</span> or <span pulumi-lang-nodejs="`host`" pulumi-lang-dotnet="`Host`" pulumi-lang-go="`host`" pulumi-lang-python="`host`" pulumi-lang-yaml="`host`" pulumi-lang-java="`host`">`host`</span> network modes. Fault injection isn't available on Windows.
|
|
147
147
|
*/
|
|
148
148
|
volumes?: pulumi.Input<pulumi.Input<pulumiAws.types.input.ecs.TaskDefinitionVolume>[]>;
|
|
149
149
|
}
|
package/ecs/fargateService.d.ts
CHANGED
|
@@ -41,7 +41,7 @@ export interface FargateServiceArgs {
|
|
|
41
41
|
*/
|
|
42
42
|
assignPublicIp?: pulumi.Input<boolean>;
|
|
43
43
|
/**
|
|
44
|
-
* ECS automatically redistributes tasks within a service across Availability Zones (AZs) to mitigate the risk of impaired application availability due to underlying infrastructure failures and task lifecycle activities. The valid values are `ENABLED` and `DISABLED`.
|
|
44
|
+
* ECS automatically redistributes tasks within a service across Availability Zones (AZs) to mitigate the risk of impaired application availability due to underlying infrastructure failures and task lifecycle activities. The valid values are `ENABLED` and `DISABLED`. When creating a new service, if no value is specified, it defaults to `ENABLED` if the service is compatible with AvailabilityZoneRebalancing. When updating an existing service, if no value is specified it defaults to the existing service's AvailabilityZoneRebalancing value. If the service never had an AvailabilityZoneRebalancing value set, Amazon ECS treats this as `DISABLED`.
|
|
45
45
|
*/
|
|
46
46
|
availabilityZoneRebalancing?: pulumi.Input<string>;
|
|
47
47
|
/**
|
|
@@ -89,7 +89,7 @@ export interface FargateServiceArgs {
|
|
|
89
89
|
*/
|
|
90
90
|
forceDelete?: pulumi.Input<boolean>;
|
|
91
91
|
/**
|
|
92
|
-
* Enable to force a new task deployment of the service. This can be used to update tasks to use a newer Docker image with same image/tag combination (e.g., `myimage:latest`), roll Fargate tasks onto a newer platform version, or immediately deploy `ordered_placement_strategy` and `placement_constraints` updates.
|
|
92
|
+
* Enable to force a new task deployment of the service. This can be used to update tasks to use a newer Docker image with same image/tag combination (e.g., `myimage:latest`), roll Fargate tasks onto a newer platform version, or immediately deploy <span pulumi-lang-nodejs="`orderedPlacementStrategy`" pulumi-lang-dotnet="`OrderedPlacementStrategy`" pulumi-lang-go="`orderedPlacementStrategy`" pulumi-lang-python="`ordered_placement_strategy`" pulumi-lang-yaml="`orderedPlacementStrategy`" pulumi-lang-java="`orderedPlacementStrategy`">`ordered_placement_strategy`</span> and <span pulumi-lang-nodejs="`placementConstraints`" pulumi-lang-dotnet="`PlacementConstraints`" pulumi-lang-go="`placementConstraints`" pulumi-lang-python="`placement_constraints`" pulumi-lang-yaml="`placementConstraints`" pulumi-lang-java="`placementConstraints`">`placement_constraints`</span> updates.
|
|
93
93
|
* When using the forceNewDeployment property you also need to configure the triggers property.
|
|
94
94
|
*/
|
|
95
95
|
forceNewDeployment?: pulumi.Input<boolean>;
|
|
@@ -98,7 +98,7 @@ export interface FargateServiceArgs {
|
|
|
98
98
|
*/
|
|
99
99
|
healthCheckGracePeriodSeconds?: pulumi.Input<number>;
|
|
100
100
|
/**
|
|
101
|
-
* ARN of the IAM role that allows Amazon ECS to make calls to your load balancer on your behalf. This parameter is required if you are using a load balancer with your service, but only if your task definition does not use the `awsvpc` network mode. If using `awsvpc` network mode, do not specify this role. If your account has already created the Amazon ECS service-linked role, that role is used by default for your service unless you specify a role here.
|
|
101
|
+
* ARN of the IAM role that allows Amazon ECS to make calls to your load balancer on your behalf. This parameter is required if you are using a load balancer with your service, but only if your task definition does not use the <span pulumi-lang-nodejs="`awsvpc`" pulumi-lang-dotnet="`Awsvpc`" pulumi-lang-go="`awsvpc`" pulumi-lang-python="`awsvpc`" pulumi-lang-yaml="`awsvpc`" pulumi-lang-java="`awsvpc`">`awsvpc`</span> network mode. If using <span pulumi-lang-nodejs="`awsvpc`" pulumi-lang-dotnet="`Awsvpc`" pulumi-lang-go="`awsvpc`" pulumi-lang-python="`awsvpc`" pulumi-lang-yaml="`awsvpc`" pulumi-lang-java="`awsvpc`">`awsvpc`</span> network mode, do not specify this role. If your account has already created the Amazon ECS service-linked role, that role is used by default for your service unless you specify a role here.
|
|
102
102
|
*/
|
|
103
103
|
iamRole?: pulumi.Input<string>;
|
|
104
104
|
/**
|
|
@@ -112,15 +112,15 @@ export interface FargateServiceArgs {
|
|
|
112
112
|
*/
|
|
113
113
|
name?: pulumi.Input<string>;
|
|
114
114
|
/**
|
|
115
|
-
* Network configuration for the service. This parameter is required for task definitions that use the `awsvpc` network mode to receive their own Elastic Network Interface, and it is not supported for other network modes. See below.
|
|
115
|
+
* Network configuration for the service. This parameter is required for task definitions that use the <span pulumi-lang-nodejs="`awsvpc`" pulumi-lang-dotnet="`Awsvpc`" pulumi-lang-go="`awsvpc`" pulumi-lang-python="`awsvpc`" pulumi-lang-yaml="`awsvpc`" pulumi-lang-java="`awsvpc`">`awsvpc`</span> network mode to receive their own Elastic Network Interface, and it is not supported for other network modes. See below.
|
|
116
116
|
*/
|
|
117
117
|
networkConfiguration?: pulumi.Input<pulumiAws.types.input.ecs.ServiceNetworkConfiguration>;
|
|
118
118
|
/**
|
|
119
|
-
* Rules that are taken into consideration during task placement. Updates to this configuration will take effect next task deployment unless `force_new_deployment` is enabled. Maximum number of `placement_constraints` is `10
|
|
119
|
+
* Rules that are taken into consideration during task placement. Updates to this configuration will take effect next task deployment unless <span pulumi-lang-nodejs="`forceNewDeployment`" pulumi-lang-dotnet="`ForceNewDeployment`" pulumi-lang-go="`forceNewDeployment`" pulumi-lang-python="`force_new_deployment`" pulumi-lang-yaml="`forceNewDeployment`" pulumi-lang-java="`forceNewDeployment`">`force_new_deployment`</span> is enabled. Maximum number of <span pulumi-lang-nodejs="`placementConstraints`" pulumi-lang-dotnet="`PlacementConstraints`" pulumi-lang-go="`placementConstraints`" pulumi-lang-python="`placement_constraints`" pulumi-lang-yaml="`placementConstraints`" pulumi-lang-java="`placementConstraints`">`placement_constraints`</span> is <span pulumi-lang-nodejs="`10`" pulumi-lang-dotnet="`10`" pulumi-lang-go="`10`" pulumi-lang-python="`10`" pulumi-lang-yaml="`10`" pulumi-lang-java="`10`">`10`</span>. See below.
|
|
120
120
|
*/
|
|
121
121
|
placementConstraints?: pulumi.Input<pulumi.Input<pulumiAws.types.input.ecs.ServicePlacementConstraint>[]>;
|
|
122
122
|
/**
|
|
123
|
-
* Platform version on which to run your service. Only applicable for `launch_type` set to `FARGATE`. Defaults to `LATEST`. More information about Fargate platform versions can be found in the [AWS ECS User Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html).
|
|
123
|
+
* Platform version on which to run your service. Only applicable for <span pulumi-lang-nodejs="`launchType`" pulumi-lang-dotnet="`LaunchType`" pulumi-lang-go="`launchType`" pulumi-lang-python="`launch_type`" pulumi-lang-yaml="`launchType`" pulumi-lang-java="`launchType`">`launch_type`</span> set to `FARGATE`. Defaults to `LATEST`. More information about Fargate platform versions can be found in the [AWS ECS User Guide](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html).
|
|
124
124
|
*/
|
|
125
125
|
platformVersion?: pulumi.Input<string>;
|
|
126
126
|
/**
|
|
@@ -140,15 +140,15 @@ export interface FargateServiceArgs {
|
|
|
140
140
|
*/
|
|
141
141
|
serviceConnectConfiguration?: pulumi.Input<pulumiAws.types.input.ecs.ServiceServiceConnectConfiguration>;
|
|
142
142
|
/**
|
|
143
|
-
* Service discovery registries for the service. The maximum number of `service_registries` blocks is `1
|
|
143
|
+
* Service discovery registries for the service. The maximum number of <span pulumi-lang-nodejs="`serviceRegistries`" pulumi-lang-dotnet="`ServiceRegistries`" pulumi-lang-go="`serviceRegistries`" pulumi-lang-python="`service_registries`" pulumi-lang-yaml="`serviceRegistries`" pulumi-lang-java="`serviceRegistries`">`service_registries`</span> blocks is <span pulumi-lang-nodejs="`1`" pulumi-lang-dotnet="`1`" pulumi-lang-go="`1`" pulumi-lang-python="`1`" pulumi-lang-yaml="`1`" pulumi-lang-java="`1`">`1`</span>. See below.
|
|
144
144
|
*/
|
|
145
145
|
serviceRegistries?: pulumi.Input<pulumiAws.types.input.ecs.ServiceServiceRegistries>;
|
|
146
146
|
/**
|
|
147
|
-
* Whether to enable graceful termination of deployments using SIGINT signals. When enabled, allows customers to safely cancel an in-progress deployment and automatically trigger a rollback to the previous stable state. Defaults to `false
|
|
147
|
+
* Whether to enable graceful termination of deployments using SIGINT signals. When enabled, allows customers to safely cancel an in-progress deployment and automatically trigger a rollback to the previous stable state. Defaults to <span pulumi-lang-nodejs="`false`" pulumi-lang-dotnet="`False`" pulumi-lang-go="`false`" pulumi-lang-python="`false`" pulumi-lang-yaml="`false`" pulumi-lang-java="`false`">`false`</span>. Only applicable when using `ECS` deployment controller and requires <span pulumi-lang-nodejs="`waitForSteadyState " pulumi-lang-dotnet="`WaitForSteadyState " pulumi-lang-go="`waitForSteadyState " pulumi-lang-python="`wait_for_steady_state " pulumi-lang-yaml="`waitForSteadyState " pulumi-lang-java="`waitForSteadyState ">`wait_for_steady_state </span>= true`.
|
|
148
148
|
*/
|
|
149
149
|
sigintRollback?: pulumi.Input<boolean>;
|
|
150
150
|
/**
|
|
151
|
-
* Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
151
|
+
* Key-value map of resource tags. If configured with a provider <span pulumi-lang-nodejs="`defaultTags`" pulumi-lang-dotnet="`DefaultTags`" pulumi-lang-go="`defaultTags`" pulumi-lang-python="`default_tags`" pulumi-lang-yaml="`defaultTags`" pulumi-lang-java="`defaultTags`">`default_tags`</span> configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
152
152
|
*/
|
|
153
153
|
tags?: pulumi.Input<{
|
|
154
154
|
[key: string]: pulumi.Input<string>;
|
|
@@ -66,7 +66,7 @@ export interface FargateTaskDefinitionArgs {
|
|
|
66
66
|
*/
|
|
67
67
|
cpu?: pulumi.Input<string>;
|
|
68
68
|
/**
|
|
69
|
-
* Enables fault injection and allows for fault injection requests to be accepted from the task's containers. Default is `false
|
|
69
|
+
* Enables fault injection and allows for fault injection requests to be accepted from the task's containers. Default is <span pulumi-lang-nodejs="`false`" pulumi-lang-dotnet="`False`" pulumi-lang-go="`false`" pulumi-lang-python="`false`" pulumi-lang-yaml="`false`" pulumi-lang-java="`false`">`false`</span>.
|
|
70
70
|
*/
|
|
71
71
|
enableFaultInjection?: pulumi.Input<boolean>;
|
|
72
72
|
/**
|
|
@@ -83,7 +83,7 @@ export interface FargateTaskDefinitionArgs {
|
|
|
83
83
|
*/
|
|
84
84
|
family?: pulumi.Input<string>;
|
|
85
85
|
/**
|
|
86
|
-
* IPC resource namespace to be used for the containers in the task The valid values are `host
|
|
86
|
+
* IPC resource namespace to be used for the containers in the task The valid values are <span pulumi-lang-nodejs="`host`" pulumi-lang-dotnet="`Host`" pulumi-lang-go="`host`" pulumi-lang-python="`host`" pulumi-lang-yaml="`host`" pulumi-lang-java="`host`">`host`</span>, <span pulumi-lang-nodejs="`task`" pulumi-lang-dotnet="`Task`" pulumi-lang-go="`task`" pulumi-lang-python="`task`" pulumi-lang-yaml="`task`" pulumi-lang-java="`task`">`task`</span>, and <span pulumi-lang-nodejs="`none`" pulumi-lang-dotnet="`None`" pulumi-lang-go="`none`" pulumi-lang-python="`none`" pulumi-lang-yaml="`none`" pulumi-lang-java="`none`">`none`</span>.
|
|
87
87
|
*/
|
|
88
88
|
ipcMode?: pulumi.Input<string>;
|
|
89
89
|
/**
|
|
@@ -96,11 +96,11 @@ export interface FargateTaskDefinitionArgs {
|
|
|
96
96
|
*/
|
|
97
97
|
memory?: pulumi.Input<string>;
|
|
98
98
|
/**
|
|
99
|
-
* Process namespace to use for the containers in the task. The valid values are `host` and `task
|
|
99
|
+
* Process namespace to use for the containers in the task. The valid values are <span pulumi-lang-nodejs="`host`" pulumi-lang-dotnet="`Host`" pulumi-lang-go="`host`" pulumi-lang-python="`host`" pulumi-lang-yaml="`host`" pulumi-lang-java="`host`">`host`</span> and <span pulumi-lang-nodejs="`task`" pulumi-lang-dotnet="`Task`" pulumi-lang-go="`task`" pulumi-lang-python="`task`" pulumi-lang-yaml="`task`" pulumi-lang-java="`task`">`task`</span>.
|
|
100
100
|
*/
|
|
101
101
|
pidMode?: pulumi.Input<string>;
|
|
102
102
|
/**
|
|
103
|
-
* Configuration block for rules that are taken into consideration during task placement. Maximum number of `placement_constraints` is `10
|
|
103
|
+
* Configuration block for rules that are taken into consideration during task placement. Maximum number of <span pulumi-lang-nodejs="`placementConstraints`" pulumi-lang-dotnet="`PlacementConstraints`" pulumi-lang-go="`placementConstraints`" pulumi-lang-python="`placement_constraints`" pulumi-lang-yaml="`placementConstraints`" pulumi-lang-java="`placementConstraints`">`placement_constraints`</span> is <span pulumi-lang-nodejs="`10`" pulumi-lang-dotnet="`10`" pulumi-lang-go="`10`" pulumi-lang-python="`10`" pulumi-lang-yaml="`10`" pulumi-lang-java="`10`">`10`</span>. Detailed below.
|
|
104
104
|
*/
|
|
105
105
|
placementConstraints?: pulumi.Input<pulumi.Input<pulumiAws.types.input.ecs.TaskDefinitionPlacementConstraint>[]>;
|
|
106
106
|
/**
|
|
@@ -112,15 +112,15 @@ export interface FargateTaskDefinitionArgs {
|
|
|
112
112
|
*/
|
|
113
113
|
region?: pulumi.Input<string>;
|
|
114
114
|
/**
|
|
115
|
-
* Configuration block for runtime_platform that containers in your task may use.
|
|
115
|
+
* Configuration block for<span pulumi-lang-nodejs=" runtimePlatform " pulumi-lang-dotnet=" RuntimePlatform " pulumi-lang-go=" runtimePlatform " pulumi-lang-python=" runtime_platform " pulumi-lang-yaml=" runtimePlatform " pulumi-lang-java=" runtimePlatform "> runtime_platform </span>that containers in your task may use.
|
|
116
116
|
*/
|
|
117
117
|
runtimePlatform?: pulumi.Input<pulumiAws.types.input.ecs.TaskDefinitionRuntimePlatform>;
|
|
118
118
|
/**
|
|
119
|
-
* Whether to retain the old revision when the resource is destroyed or replacement is necessary. Default is `false
|
|
119
|
+
* Whether to retain the old revision when the resource is destroyed or replacement is necessary. Default is <span pulumi-lang-nodejs="`false`" pulumi-lang-dotnet="`False`" pulumi-lang-go="`false`" pulumi-lang-python="`false`" pulumi-lang-yaml="`false`" pulumi-lang-java="`false`">`false`</span>.
|
|
120
120
|
*/
|
|
121
121
|
skipDestroy?: pulumi.Input<boolean>;
|
|
122
122
|
/**
|
|
123
|
-
* Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
123
|
+
* Key-value map of resource tags. If configured with a provider <span pulumi-lang-nodejs="`defaultTags`" pulumi-lang-dotnet="`DefaultTags`" pulumi-lang-go="`defaultTags`" pulumi-lang-python="`default_tags`" pulumi-lang-yaml="`defaultTags`" pulumi-lang-java="`defaultTags`">`default_tags`</span> configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
124
124
|
*/
|
|
125
125
|
tags?: pulumi.Input<{
|
|
126
126
|
[key: string]: pulumi.Input<string>;
|
|
@@ -131,15 +131,15 @@ export interface FargateTaskDefinitionArgs {
|
|
|
131
131
|
*/
|
|
132
132
|
taskRole?: inputs.awsx.DefaultRoleWithPolicyArgs;
|
|
133
133
|
/**
|
|
134
|
-
* Whether should track latest `ACTIVE` task definition on AWS or the one created with the resource stored in state. Default is `false
|
|
134
|
+
* Whether should track latest `ACTIVE` task definition on AWS or the one created with the resource stored in state. Default is <span pulumi-lang-nodejs="`false`" pulumi-lang-dotnet="`False`" pulumi-lang-go="`false`" pulumi-lang-python="`false`" pulumi-lang-yaml="`false`" pulumi-lang-java="`false`">`false`</span>. Useful in the event the task definition is modified outside of this resource.
|
|
135
135
|
*/
|
|
136
136
|
trackLatest?: pulumi.Input<boolean>;
|
|
137
137
|
/**
|
|
138
|
-
*
|
|
138
|
+
* Repeatable configuration block for volumes that containers in your task may use. Detailed below.
|
|
139
139
|
*
|
|
140
|
-
* > **NOTE:** Proper escaping is required for JSON field values containing quotes (`"`) such as `environment` values. If directly setting the JSON, they should be escaped as `\"` in the JSON, e.g., `"value": "I \"love\" escaped quotes"`. If using a variable value, they should be escaped as `\\\"` in the variable, e.g., `value = "I \\\"love\\\" escaped quotes"` in the variable and `"value": "${var.myvariable}"` in the JSON.
|
|
140
|
+
* > **NOTE:** Proper escaping is required for JSON field values containing quotes (`"`) such as <span pulumi-lang-nodejs="`environment`" pulumi-lang-dotnet="`Environment`" pulumi-lang-go="`environment`" pulumi-lang-python="`environment`" pulumi-lang-yaml="`environment`" pulumi-lang-java="`environment`">`environment`</span> values. If directly setting the JSON, they should be escaped as `\"` in the JSON, e.g., `"value": "I \"love\" escaped quotes"`. If using a variable value, they should be escaped as `\\\"` in the variable, e.g., `value = "I \\\"love\\\" escaped quotes"` in the variable and `"value": "${var.myvariable}"` in the JSON.
|
|
141
141
|
*
|
|
142
|
-
* > **Note:** Fault injection only works with tasks using the `awsvpc` or `host` network modes. Fault injection isn't available on Windows.
|
|
142
|
+
* > **Note:** Fault injection only works with tasks using the <span pulumi-lang-nodejs="`awsvpc`" pulumi-lang-dotnet="`Awsvpc`" pulumi-lang-go="`awsvpc`" pulumi-lang-python="`awsvpc`" pulumi-lang-yaml="`awsvpc`" pulumi-lang-java="`awsvpc`">`awsvpc`</span> or <span pulumi-lang-nodejs="`host`" pulumi-lang-dotnet="`Host`" pulumi-lang-go="`host`" pulumi-lang-python="`host`" pulumi-lang-yaml="`host`" pulumi-lang-java="`host`">`host`</span> network modes. Fault injection isn't available on Windows.
|
|
143
143
|
*/
|
|
144
144
|
volumes?: pulumi.Input<pulumi.Input<pulumiAws.types.input.ecs.TaskDefinitionVolume>[]>;
|
|
145
145
|
}
|