@pulumi/aws 6.83.0-alpha.1749735083 → 6.83.0

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.
Files changed (188) hide show
  1. package/amp/index.d.ts +3 -0
  2. package/amp/index.js +6 -1
  3. package/amp/index.js.map +1 -1
  4. package/amp/workspaceConfiguration.d.ts +149 -0
  5. package/amp/workspaceConfiguration.js +124 -0
  6. package/amp/workspaceConfiguration.js.map +1 -0
  7. package/cloudfront/keyvaluestoreKeysExclusive.d.ts +12 -0
  8. package/cloudfront/keyvaluestoreKeysExclusive.js +2 -0
  9. package/cloudfront/keyvaluestoreKeysExclusive.js.map +1 -1
  10. package/dsql/cluster.d.ts +170 -0
  11. package/dsql/cluster.js +94 -0
  12. package/dsql/cluster.js.map +1 -0
  13. package/dsql/clusterPeering.d.ts +114 -0
  14. package/dsql/clusterPeering.js +101 -0
  15. package/dsql/clusterPeering.js.map +1 -0
  16. package/dsql/index.d.ts +6 -0
  17. package/dsql/index.js +27 -0
  18. package/dsql/index.js.map +1 -0
  19. package/ec2/vpnConnection.d.ts +20 -0
  20. package/ec2/vpnConnection.js +4 -0
  21. package/ec2/vpnConnection.js.map +1 -1
  22. package/fsx/lustreFileSystem.d.ts +18 -3
  23. package/fsx/lustreFileSystem.js +4 -0
  24. package/fsx/lustreFileSystem.js.map +1 -1
  25. package/glue/job.d.ts +102 -5
  26. package/glue/job.js +102 -5
  27. package/glue/job.js.map +1 -1
  28. package/index.d.ts +3 -1
  29. package/index.js +7 -3
  30. package/index.js.map +1 -1
  31. package/lambda/codeSigningConfig.d.ts +2 -2
  32. package/lambda/codeSigningConfig.js +2 -2
  33. package/lightsail/bucket.d.ts +40 -28
  34. package/lightsail/bucket.js +4 -4
  35. package/lightsail/bucket.js.map +1 -1
  36. package/lightsail/bucketAccessKey.d.ts +16 -16
  37. package/lightsail/bucketAccessKey.js +5 -5
  38. package/lightsail/bucketResourceAccess.d.ts +30 -8
  39. package/lightsail/bucketResourceAccess.js +24 -2
  40. package/lightsail/bucketResourceAccess.js.map +1 -1
  41. package/lightsail/certificate.d.ts +29 -23
  42. package/lightsail/certificate.js +6 -6
  43. package/lightsail/certificate.js.map +1 -1
  44. package/lightsail/containerService.d.ts +62 -97
  45. package/lightsail/containerService.js +11 -15
  46. package/lightsail/containerService.js.map +1 -1
  47. package/lightsail/containerServiceDeploymentVersion.d.ts +22 -16
  48. package/lightsail/containerServiceDeploymentVersion.js +1 -1
  49. package/lightsail/containerServiceDeploymentVersion.js.map +1 -1
  50. package/lightsail/database.d.ts +113 -109
  51. package/lightsail/database.js +36 -38
  52. package/lightsail/database.js.map +1 -1
  53. package/lightsail/disk.d.ts +30 -24
  54. package/lightsail/disk.js +4 -4
  55. package/lightsail/disk.js.map +1 -1
  56. package/lightsail/disk_attachment.d.ts +19 -19
  57. package/lightsail/disk_attachment.js +10 -10
  58. package/lightsail/distribution.d.ts +84 -88
  59. package/lightsail/distribution.js +32 -38
  60. package/lightsail/distribution.js.map +1 -1
  61. package/lightsail/domain.d.ts +10 -12
  62. package/lightsail/domain.js +5 -7
  63. package/lightsail/domain.js.map +1 -1
  64. package/lightsail/domainEntry.d.ts +27 -21
  65. package/lightsail/domainEntry.js +6 -6
  66. package/lightsail/domainEntry.js.map +1 -1
  67. package/lightsail/instance.d.ts +60 -78
  68. package/lightsail/instance.js +9 -12
  69. package/lightsail/instance.js.map +1 -1
  70. package/lightsail/instancePublicPorts.d.ts +29 -14
  71. package/lightsail/instancePublicPorts.js +26 -11
  72. package/lightsail/instancePublicPorts.js.map +1 -1
  73. package/lightsail/keyPair.d.ts +44 -34
  74. package/lightsail/keyPair.js +6 -9
  75. package/lightsail/keyPair.js.map +1 -1
  76. package/lightsail/lb.d.ts +47 -30
  77. package/lightsail/lb.js +6 -4
  78. package/lightsail/lb.js.map +1 -1
  79. package/lightsail/lbAttachment.d.ts +15 -15
  80. package/lightsail/lbAttachment.js +9 -9
  81. package/lightsail/lbCertificate.d.ts +41 -21
  82. package/lightsail/lbCertificate.js +10 -8
  83. package/lightsail/lbCertificate.js.map +1 -1
  84. package/lightsail/lbCertificateAttachment.d.ts +19 -17
  85. package/lightsail/lbCertificateAttachment.js +13 -11
  86. package/lightsail/lbCertificateAttachment.js.map +1 -1
  87. package/lightsail/lbHttpsRedirectionPolicy.d.ts +21 -19
  88. package/lightsail/lbHttpsRedirectionPolicy.js +15 -13
  89. package/lightsail/lbHttpsRedirectionPolicy.js.map +1 -1
  90. package/lightsail/lbStickinessPolicy.d.ts +17 -15
  91. package/lightsail/lbStickinessPolicy.js +8 -6
  92. package/lightsail/lbStickinessPolicy.js.map +1 -1
  93. package/lightsail/staticIp.d.ts +22 -12
  94. package/lightsail/staticIp.js +13 -3
  95. package/lightsail/staticIp.js.map +1 -1
  96. package/lightsail/staticIpAttachment.d.ts +28 -19
  97. package/lightsail/staticIpAttachment.js +20 -11
  98. package/lightsail/staticIpAttachment.js.map +1 -1
  99. package/neptune/cluster.d.ts +81 -90
  100. package/neptune/cluster.js.map +1 -1
  101. package/neptune/getEngineVersion.d.ts +95 -13
  102. package/neptune/getEngineVersion.js +22 -6
  103. package/neptune/getEngineVersion.js.map +1 -1
  104. package/neptune/globalCluster.d.ts +11 -14
  105. package/neptune/globalCluster.js.map +1 -1
  106. package/networkfirewall/ruleGroup.d.ts +46 -0
  107. package/networkfirewall/ruleGroup.js +46 -0
  108. package/networkfirewall/ruleGroup.js.map +1 -1
  109. package/package.json +2 -2
  110. package/pinpoint/smsvoicev2PhoneNumber.d.ts +12 -0
  111. package/pinpoint/smsvoicev2PhoneNumber.js +2 -0
  112. package/pinpoint/smsvoicev2PhoneNumber.js.map +1 -1
  113. package/s3/accessPoint.d.ts +22 -1
  114. package/s3/accessPoint.js +22 -1
  115. package/s3/accessPoint.js.map +1 -1
  116. package/s3control/directoryBucketAccessPointScope.d.ts +120 -0
  117. package/s3control/directoryBucketAccessPointScope.js +102 -0
  118. package/s3control/directoryBucketAccessPointScope.js.map +1 -0
  119. package/s3control/index.d.ts +3 -0
  120. package/s3control/index.js +6 -1
  121. package/s3control/index.js.map +1 -1
  122. package/ssm/association.d.ts +155 -0
  123. package/ssm/association.js +155 -0
  124. package/ssm/association.js.map +1 -1
  125. package/types/input.d.ts +579 -56
  126. package/types/input.js.map +1 -1
  127. package/types/output.d.ts +579 -56
  128. package/types/output.js.map +1 -1
  129. package/vpc/index.d.ts +15 -0
  130. package/vpc/index.js +26 -1
  131. package/vpc/index.js.map +1 -1
  132. package/vpc/routeServer.d.ts +197 -0
  133. package/vpc/routeServer.js +114 -0
  134. package/vpc/routeServer.js.map +1 -0
  135. package/vpc/routeServerEndpoint.d.ts +173 -0
  136. package/vpc/routeServerEndpoint.js +101 -0
  137. package/vpc/routeServerEndpoint.js.map +1 -0
  138. package/vpc/routeServerPeer.d.ts +233 -0
  139. package/vpc/routeServerPeer.js +154 -0
  140. package/vpc/routeServerPeer.js.map +1 -0
  141. package/vpc/routeServerPropagation.d.ts +90 -0
  142. package/vpc/routeServerPropagation.js +84 -0
  143. package/vpc/routeServerPropagation.js.map +1 -0
  144. package/vpc/routeServerVpcAssociation.d.ts +90 -0
  145. package/vpc/routeServerVpcAssociation.js +84 -0
  146. package/vpc/routeServerVpcAssociation.js.map +1 -0
  147. package/workspaces/index.d.ts +9 -0
  148. package/workspaces/index.js +16 -1
  149. package/workspaces/index.js.map +1 -1
  150. package/workspaces/webBrowserSettings.d.ts +5 -2
  151. package/workspaces/webBrowserSettings.js +7 -2
  152. package/workspaces/webBrowserSettings.js.map +1 -1
  153. package/workspaces/webDataProtectionSettings.d.ts +264 -0
  154. package/workspaces/webDataProtectionSettings.js +174 -0
  155. package/workspaces/webDataProtectionSettings.js.map +1 -0
  156. package/workspaces/webIpAccessSettings.d.ts +245 -0
  157. package/workspaces/webIpAccessSettings.js +155 -0
  158. package/workspaces/webIpAccessSettings.js.map +1 -0
  159. package/workspaces/webNetworkSettings.d.ts +4 -1
  160. package/workspaces/webNetworkSettings.js +6 -1
  161. package/workspaces/webNetworkSettings.js.map +1 -1
  162. package/workspaces/webUserAccessLoggingSettings.d.ts +152 -0
  163. package/workspaces/webUserAccessLoggingSettings.js +110 -0
  164. package/workspaces/webUserAccessLoggingSettings.js.map +1 -0
  165. package/workspaces/webUserSettings.d.ts +6 -3
  166. package/workspaces/webUserSettings.js +8 -3
  167. package/workspaces/webUserSettings.js.map +1 -1
  168. package/workspacesweb/browserSettings.d.ts +190 -0
  169. package/workspacesweb/browserSettings.js +122 -0
  170. package/workspacesweb/browserSettings.js.map +1 -0
  171. package/workspacesweb/dataProtectionSettings.d.ts +261 -0
  172. package/workspacesweb/dataProtectionSettings.js +171 -0
  173. package/workspacesweb/dataProtectionSettings.js.map +1 -0
  174. package/workspacesweb/index.d.ts +18 -0
  175. package/workspacesweb/index.js +47 -0
  176. package/workspacesweb/index.js.map +1 -0
  177. package/workspacesweb/ipAccessSettings.d.ts +242 -0
  178. package/workspacesweb/ipAccessSettings.js +152 -0
  179. package/workspacesweb/ipAccessSettings.js.map +1 -0
  180. package/workspacesweb/networkSettings.d.ts +181 -0
  181. package/workspacesweb/networkSettings.js +125 -0
  182. package/workspacesweb/networkSettings.js.map +1 -0
  183. package/workspacesweb/userAccessLoggingSettings.d.ts +149 -0
  184. package/workspacesweb/userAccessLoggingSettings.js +107 -0
  185. package/workspacesweb/userAccessLoggingSettings.js.map +1 -0
  186. package/workspacesweb/userSettings.d.ts +342 -0
  187. package/workspacesweb/userSettings.js +194 -0
  188. package/workspacesweb/userSettings.js.map +1 -0
@@ -2,15 +2,11 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "../types/input";
3
3
  import * as outputs from "../types/output";
4
4
  /**
5
- * An Amazon Lightsail container service is a highly scalable compute and networking resource on which you can deploy, run,
6
- * and manage containers. For more information, see
7
- * [Container services in Amazon Lightsail](https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-services).
5
+ * Manages a Lightsail container service. Use this resource to create and manage a scalable compute and networking platform for deploying, running, and managing containerized applications in Lightsail.
8
6
  *
9
- * > **Note:** For more information about the AWS Regions in which you can create Amazon Lightsail container services,
10
- * see ["Regions and Availability Zones in Amazon Lightsail"](https://lightsail.aws.amazon.com/ls/docs/overview/article/understanding-regions-and-availability-zones-in-amazon-lightsail).
7
+ * > **Note:** For more information about the AWS Regions in which you can create Amazon Lightsail container services, see ["Regions and Availability Zones in Amazon Lightsail"](https://lightsail.aws.amazon.com/ls/docs/overview/article/understanding-regions-and-availability-zones-in-amazon-lightsail).
11
8
  *
12
- * > **NOTE:** You must create and validate an SSL/TLS certificate before you can use `publicDomainNames` with your container service. For more information, see
13
- * [Enabling and managing custom domains for your Amazon Lightsail container services](https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-creating-container-services-certificates).
9
+ * > **NOTE:** You must create and validate an SSL/TLS certificate before you can use `publicDomainNames` with your container service. For more information, see [Enabling and managing custom domains for your Amazon Lightsail container services](https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-creating-container-services-certificates).
14
10
  *
15
11
  * ## Example Usage
16
12
  *
@@ -20,7 +16,7 @@ import * as outputs from "../types/output";
20
16
  * import * as pulumi from "@pulumi/pulumi";
21
17
  * import * as aws from "@pulumi/aws";
22
18
  *
23
- * const myContainerService = new aws.lightsail.ContainerService("my_container_service", {
19
+ * const example = new aws.lightsail.ContainerService("example", {
24
20
  * name: "container-service-1",
25
21
  * power: "nano",
26
22
  * scale: 1,
@@ -38,7 +34,7 @@ import * as outputs from "../types/output";
38
34
  * import * as pulumi from "@pulumi/pulumi";
39
35
  * import * as aws from "@pulumi/aws";
40
36
  *
41
- * const myContainerService = new aws.lightsail.ContainerService("my_container_service", {publicDomainNames: {
37
+ * const example = new aws.lightsail.ContainerService("example", {publicDomainNames: {
42
38
  * certificates: [{
43
39
  * certificateName: "example-certificate",
44
40
  * domainNames: ["www.example.com"],
@@ -52,12 +48,12 @@ import * as outputs from "../types/output";
52
48
  * import * as pulumi from "@pulumi/pulumi";
53
49
  * import * as aws from "@pulumi/aws";
54
50
  *
55
- * const defaultContainerService = new aws.lightsail.ContainerService("default", {privateRegistryAccess: {
51
+ * const exampleContainerService = new aws.lightsail.ContainerService("example", {privateRegistryAccess: {
56
52
  * ecrImagePullerRole: {
57
53
  * isActive: true,
58
54
  * },
59
55
  * }});
60
- * const _default = defaultContainerService.privateRegistryAccess.apply(privateRegistryAccess => aws.iam.getPolicyDocumentOutput({
56
+ * const example = exampleContainerService.privateRegistryAccess.apply(privateRegistryAccess => aws.iam.getPolicyDocumentOutput({
61
57
  * statements: [{
62
58
  * effect: "Allow",
63
59
  * principals: [{
@@ -70,9 +66,9 @@ import * as outputs from "../types/output";
70
66
  * ],
71
67
  * }],
72
68
  * }));
73
- * const defaultRepositoryPolicy = new aws.ecr.RepositoryPolicy("default", {
74
- * repository: defaultAwsEcrRepository.name,
75
- * policy: _default.apply(_default => _default.json),
69
+ * const exampleRepositoryPolicy = new aws.ecr.RepositoryPolicy("example", {
70
+ * repository: exampleAwsEcrRepository.name,
71
+ * policy: example.apply(example => example.json),
76
72
  * });
77
73
  * ```
78
74
  *
@@ -81,7 +77,7 @@ import * as outputs from "../types/output";
81
77
  * Using `pulumi import`, import Lightsail Container Service using the `name`. For example:
82
78
  *
83
79
  * ```sh
84
- * $ pulumi import aws:lightsail/containerService:ContainerService my_container_service container-service-1
80
+ * $ pulumi import aws:lightsail/containerService:ContainerService example container-service-1
85
81
  * ```
86
82
  */
87
83
  export declare class ContainerService extends pulumi.CustomResource {
@@ -101,81 +97,71 @@ export declare class ContainerService extends pulumi.CustomResource {
101
97
  */
102
98
  static isInstance(obj: any): obj is ContainerService;
103
99
  /**
104
- * The Amazon Resource Name (ARN) of the container service.
100
+ * ARN of the container service.
105
101
  */
106
102
  readonly arn: pulumi.Output<string>;
107
103
  /**
108
- * The Availability Zone. Follows the format us-east-2a (case-sensitive).
104
+ * Availability Zone. Follows the format us-east-2a (case-sensitive).
109
105
  */
110
106
  readonly availabilityZone: pulumi.Output<string>;
107
+ /**
108
+ * Date and time when the container service was created.
109
+ */
111
110
  readonly createdAt: pulumi.Output<string>;
112
111
  /**
113
- * A Boolean value indicating whether the container service is disabled. Defaults to `false`.
112
+ * Whether to disable the container service. Defaults to `false`.
114
113
  */
115
114
  readonly isDisabled: pulumi.Output<boolean | undefined>;
116
115
  /**
117
- * The name for the container service. Names must be of length 1 to 63, and be
118
- * unique within each AWS Region in your Lightsail account.
116
+ * Name of the container service. Names must be of length 1 to 63, and be unique within each AWS Region in your Lightsail account.
119
117
  */
120
118
  readonly name: pulumi.Output<string>;
121
119
  /**
122
- * The power specification for the container service. The power specifies the amount of memory,
123
- * the number of vCPUs, and the monthly price of each node of the container service.
124
- * Possible values: `nano`, `micro`, `small`, `medium`, `large`, `xlarge`.
120
+ * Power specification for the container service. The power specifies the amount of memory, the number of vCPUs, and the monthly price of each node of the container service. Possible values: `nano`, `micro`, `small`, `medium`, `large`, `xlarge`.
125
121
  */
126
122
  readonly power: pulumi.Output<string>;
127
123
  /**
128
- * The ID of the power of the container service.
124
+ * Power ID of the container service.
129
125
  */
130
126
  readonly powerId: pulumi.Output<string>;
131
127
  /**
132
- * The principal ARN of the container service. The principal ARN can be used to create a trust
133
- * relationship between your standard AWS account and your Lightsail container service. This allows you to give your
134
- * service permission to access resources in your standard AWS account.
128
+ * Principal ARN of the container service. The principal ARN can be used to create a trust relationship between your standard AWS account and your Lightsail container service.
135
129
  */
136
130
  readonly principalArn: pulumi.Output<string>;
137
131
  /**
138
- * The private domain name of the container service. The private domain name is accessible only
139
- * by other resources within the default virtual private cloud (VPC) of your Lightsail account.
132
+ * Private domain name of the container service. The private domain name is accessible only by other resources within the default virtual private cloud (VPC) of your Lightsail account.
140
133
  */
141
134
  readonly privateDomainName: pulumi.Output<string>;
142
135
  /**
143
- * An object to describe the configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories. See Private Registry Access below for more details.
136
+ * Configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories. See below.
144
137
  */
145
138
  readonly privateRegistryAccess: pulumi.Output<outputs.lightsail.ContainerServicePrivateRegistryAccess>;
146
139
  /**
147
- * The public domain names to use with the container service, such as example.com
148
- * and www.example.com. You can specify up to four public domain names for a container service. The domain names that you
149
- * specify are used when you create a deployment with a container configured as the public endpoint of your container
150
- * service. If you don't specify public domain names, then you can use the default domain of the container service.
151
- * Defined below.
140
+ * Public domain names to use with the container service, such as example.com and www.example.com. You can specify up to four public domain names for a container service. The domain names that you specify are used when you create a deployment with a container configured as the public endpoint of your container service. If you don't specify public domain names, then you can use the default domain of the container service. See below.
152
141
  */
153
142
  readonly publicDomainNames: pulumi.Output<outputs.lightsail.ContainerServicePublicDomainNames | undefined>;
154
143
  /**
155
- * The Lightsail resource type of the container service (i.e., ContainerService).
144
+ * Lightsail resource type of the container service (i.e., ContainerService).
156
145
  */
157
146
  readonly resourceType: pulumi.Output<string>;
158
147
  /**
159
- * The scale specification for the container service. The scale specifies the allocated compute
160
- * nodes of the container service.
148
+ * Scale specification for the container service. The scale specifies the allocated compute nodes of the container service.
149
+ *
150
+ * The following arguments are optional:
161
151
  */
162
152
  readonly scale: pulumi.Output<number>;
163
153
  /**
164
- * The current state of the container service.
154
+ * Current state of the container service.
165
155
  */
166
156
  readonly state: pulumi.Output<string>;
167
157
  /**
168
- * Map of container service tags. To create a key-only tag, use an empty string as the value. To tag at launch, specify the tags in the Launch Template. If
169
- * configured with a provider
170
- * `defaultTags` configuration block
171
- * present, tags with matching keys will overwrite those defined at the provider-level.
158
+ * Map of tags to assign to the resource. To create a key-only tag, use an empty string as the value. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
172
159
  */
173
160
  readonly tags: pulumi.Output<{
174
161
  [key: string]: string;
175
162
  } | undefined>;
176
163
  /**
177
- * A map of tags assigned to the resource, including those inherited from the provider
178
- * `defaultTags` configuration block.
164
+ * Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
179
165
  *
180
166
  * @deprecated Please use `tags` instead.
181
167
  */
@@ -183,8 +169,7 @@ export declare class ContainerService extends pulumi.CustomResource {
183
169
  [key: string]: string;
184
170
  }>;
185
171
  /**
186
- * The publicly accessible URL of the container service. If no public endpoint is specified in the
187
- * currentDeployment, this URL returns a 404 response.
172
+ * Publicly accessible URL of the container service. If no public endpoint is specified in the currentDeployment, this URL returns a 404 response.
188
173
  */
189
174
  readonly url: pulumi.Output<string>;
190
175
  /**
@@ -201,81 +186,71 @@ export declare class ContainerService extends pulumi.CustomResource {
201
186
  */
202
187
  export interface ContainerServiceState {
203
188
  /**
204
- * The Amazon Resource Name (ARN) of the container service.
189
+ * ARN of the container service.
205
190
  */
206
191
  arn?: pulumi.Input<string>;
207
192
  /**
208
- * The Availability Zone. Follows the format us-east-2a (case-sensitive).
193
+ * Availability Zone. Follows the format us-east-2a (case-sensitive).
209
194
  */
210
195
  availabilityZone?: pulumi.Input<string>;
196
+ /**
197
+ * Date and time when the container service was created.
198
+ */
211
199
  createdAt?: pulumi.Input<string>;
212
200
  /**
213
- * A Boolean value indicating whether the container service is disabled. Defaults to `false`.
201
+ * Whether to disable the container service. Defaults to `false`.
214
202
  */
215
203
  isDisabled?: pulumi.Input<boolean>;
216
204
  /**
217
- * The name for the container service. Names must be of length 1 to 63, and be
218
- * unique within each AWS Region in your Lightsail account.
205
+ * Name of the container service. Names must be of length 1 to 63, and be unique within each AWS Region in your Lightsail account.
219
206
  */
220
207
  name?: pulumi.Input<string>;
221
208
  /**
222
- * The power specification for the container service. The power specifies the amount of memory,
223
- * the number of vCPUs, and the monthly price of each node of the container service.
224
- * Possible values: `nano`, `micro`, `small`, `medium`, `large`, `xlarge`.
209
+ * Power specification for the container service. The power specifies the amount of memory, the number of vCPUs, and the monthly price of each node of the container service. Possible values: `nano`, `micro`, `small`, `medium`, `large`, `xlarge`.
225
210
  */
226
211
  power?: pulumi.Input<string>;
227
212
  /**
228
- * The ID of the power of the container service.
213
+ * Power ID of the container service.
229
214
  */
230
215
  powerId?: pulumi.Input<string>;
231
216
  /**
232
- * The principal ARN of the container service. The principal ARN can be used to create a trust
233
- * relationship between your standard AWS account and your Lightsail container service. This allows you to give your
234
- * service permission to access resources in your standard AWS account.
217
+ * Principal ARN of the container service. The principal ARN can be used to create a trust relationship between your standard AWS account and your Lightsail container service.
235
218
  */
236
219
  principalArn?: pulumi.Input<string>;
237
220
  /**
238
- * The private domain name of the container service. The private domain name is accessible only
239
- * by other resources within the default virtual private cloud (VPC) of your Lightsail account.
221
+ * Private domain name of the container service. The private domain name is accessible only by other resources within the default virtual private cloud (VPC) of your Lightsail account.
240
222
  */
241
223
  privateDomainName?: pulumi.Input<string>;
242
224
  /**
243
- * An object to describe the configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories. See Private Registry Access below for more details.
225
+ * Configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories. See below.
244
226
  */
245
227
  privateRegistryAccess?: pulumi.Input<inputs.lightsail.ContainerServicePrivateRegistryAccess>;
246
228
  /**
247
- * The public domain names to use with the container service, such as example.com
248
- * and www.example.com. You can specify up to four public domain names for a container service. The domain names that you
249
- * specify are used when you create a deployment with a container configured as the public endpoint of your container
250
- * service. If you don't specify public domain names, then you can use the default domain of the container service.
251
- * Defined below.
229
+ * Public domain names to use with the container service, such as example.com and www.example.com. You can specify up to four public domain names for a container service. The domain names that you specify are used when you create a deployment with a container configured as the public endpoint of your container service. If you don't specify public domain names, then you can use the default domain of the container service. See below.
252
230
  */
253
231
  publicDomainNames?: pulumi.Input<inputs.lightsail.ContainerServicePublicDomainNames>;
254
232
  /**
255
- * The Lightsail resource type of the container service (i.e., ContainerService).
233
+ * Lightsail resource type of the container service (i.e., ContainerService).
256
234
  */
257
235
  resourceType?: pulumi.Input<string>;
258
236
  /**
259
- * The scale specification for the container service. The scale specifies the allocated compute
260
- * nodes of the container service.
237
+ * Scale specification for the container service. The scale specifies the allocated compute nodes of the container service.
238
+ *
239
+ * The following arguments are optional:
261
240
  */
262
241
  scale?: pulumi.Input<number>;
263
242
  /**
264
- * The current state of the container service.
243
+ * Current state of the container service.
265
244
  */
266
245
  state?: pulumi.Input<string>;
267
246
  /**
268
- * Map of container service tags. To create a key-only tag, use an empty string as the value. To tag at launch, specify the tags in the Launch Template. If
269
- * configured with a provider
270
- * `defaultTags` configuration block
271
- * present, tags with matching keys will overwrite those defined at the provider-level.
247
+ * Map of tags to assign to the resource. To create a key-only tag, use an empty string as the value. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
272
248
  */
273
249
  tags?: pulumi.Input<{
274
250
  [key: string]: pulumi.Input<string>;
275
251
  }>;
276
252
  /**
277
- * A map of tags assigned to the resource, including those inherited from the provider
278
- * `defaultTags` configuration block.
253
+ * Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
279
254
  *
280
255
  * @deprecated Please use `tags` instead.
281
256
  */
@@ -283,8 +258,7 @@ export interface ContainerServiceState {
283
258
  [key: string]: pulumi.Input<string>;
284
259
  }>;
285
260
  /**
286
- * The publicly accessible URL of the container service. If no public endpoint is specified in the
287
- * currentDeployment, this URL returns a 404 response.
261
+ * Publicly accessible URL of the container service. If no public endpoint is specified in the currentDeployment, this URL returns a 404 response.
288
262
  */
289
263
  url?: pulumi.Input<string>;
290
264
  }
@@ -293,42 +267,33 @@ export interface ContainerServiceState {
293
267
  */
294
268
  export interface ContainerServiceArgs {
295
269
  /**
296
- * A Boolean value indicating whether the container service is disabled. Defaults to `false`.
270
+ * Whether to disable the container service. Defaults to `false`.
297
271
  */
298
272
  isDisabled?: pulumi.Input<boolean>;
299
273
  /**
300
- * The name for the container service. Names must be of length 1 to 63, and be
301
- * unique within each AWS Region in your Lightsail account.
274
+ * Name of the container service. Names must be of length 1 to 63, and be unique within each AWS Region in your Lightsail account.
302
275
  */
303
276
  name?: pulumi.Input<string>;
304
277
  /**
305
- * The power specification for the container service. The power specifies the amount of memory,
306
- * the number of vCPUs, and the monthly price of each node of the container service.
307
- * Possible values: `nano`, `micro`, `small`, `medium`, `large`, `xlarge`.
278
+ * Power specification for the container service. The power specifies the amount of memory, the number of vCPUs, and the monthly price of each node of the container service. Possible values: `nano`, `micro`, `small`, `medium`, `large`, `xlarge`.
308
279
  */
309
280
  power: pulumi.Input<string>;
310
281
  /**
311
- * An object to describe the configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories. See Private Registry Access below for more details.
282
+ * Configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories. See below.
312
283
  */
313
284
  privateRegistryAccess?: pulumi.Input<inputs.lightsail.ContainerServicePrivateRegistryAccess>;
314
285
  /**
315
- * The public domain names to use with the container service, such as example.com
316
- * and www.example.com. You can specify up to four public domain names for a container service. The domain names that you
317
- * specify are used when you create a deployment with a container configured as the public endpoint of your container
318
- * service. If you don't specify public domain names, then you can use the default domain of the container service.
319
- * Defined below.
286
+ * Public domain names to use with the container service, such as example.com and www.example.com. You can specify up to four public domain names for a container service. The domain names that you specify are used when you create a deployment with a container configured as the public endpoint of your container service. If you don't specify public domain names, then you can use the default domain of the container service. See below.
320
287
  */
321
288
  publicDomainNames?: pulumi.Input<inputs.lightsail.ContainerServicePublicDomainNames>;
322
289
  /**
323
- * The scale specification for the container service. The scale specifies the allocated compute
324
- * nodes of the container service.
290
+ * Scale specification for the container service. The scale specifies the allocated compute nodes of the container service.
291
+ *
292
+ * The following arguments are optional:
325
293
  */
326
294
  scale: pulumi.Input<number>;
327
295
  /**
328
- * Map of container service tags. To create a key-only tag, use an empty string as the value. To tag at launch, specify the tags in the Launch Template. If
329
- * configured with a provider
330
- * `defaultTags` configuration block
331
- * present, tags with matching keys will overwrite those defined at the provider-level.
296
+ * Map of tags to assign to the resource. To create a key-only tag, use an empty string as the value. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
332
297
  */
333
298
  tags?: pulumi.Input<{
334
299
  [key: string]: pulumi.Input<string>;
@@ -6,15 +6,11 @@ exports.ContainerService = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * An Amazon Lightsail container service is a highly scalable compute and networking resource on which you can deploy, run,
10
- * and manage containers. For more information, see
11
- * [Container services in Amazon Lightsail](https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-services).
9
+ * Manages a Lightsail container service. Use this resource to create and manage a scalable compute and networking platform for deploying, running, and managing containerized applications in Lightsail.
12
10
  *
13
- * > **Note:** For more information about the AWS Regions in which you can create Amazon Lightsail container services,
14
- * see ["Regions and Availability Zones in Amazon Lightsail"](https://lightsail.aws.amazon.com/ls/docs/overview/article/understanding-regions-and-availability-zones-in-amazon-lightsail).
11
+ * > **Note:** For more information about the AWS Regions in which you can create Amazon Lightsail container services, see ["Regions and Availability Zones in Amazon Lightsail"](https://lightsail.aws.amazon.com/ls/docs/overview/article/understanding-regions-and-availability-zones-in-amazon-lightsail).
15
12
  *
16
- * > **NOTE:** You must create and validate an SSL/TLS certificate before you can use `publicDomainNames` with your container service. For more information, see
17
- * [Enabling and managing custom domains for your Amazon Lightsail container services](https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-creating-container-services-certificates).
13
+ * > **NOTE:** You must create and validate an SSL/TLS certificate before you can use `publicDomainNames` with your container service. For more information, see [Enabling and managing custom domains for your Amazon Lightsail container services](https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-creating-container-services-certificates).
18
14
  *
19
15
  * ## Example Usage
20
16
  *
@@ -24,7 +20,7 @@ const utilities = require("../utilities");
24
20
  * import * as pulumi from "@pulumi/pulumi";
25
21
  * import * as aws from "@pulumi/aws";
26
22
  *
27
- * const myContainerService = new aws.lightsail.ContainerService("my_container_service", {
23
+ * const example = new aws.lightsail.ContainerService("example", {
28
24
  * name: "container-service-1",
29
25
  * power: "nano",
30
26
  * scale: 1,
@@ -42,7 +38,7 @@ const utilities = require("../utilities");
42
38
  * import * as pulumi from "@pulumi/pulumi";
43
39
  * import * as aws from "@pulumi/aws";
44
40
  *
45
- * const myContainerService = new aws.lightsail.ContainerService("my_container_service", {publicDomainNames: {
41
+ * const example = new aws.lightsail.ContainerService("example", {publicDomainNames: {
46
42
  * certificates: [{
47
43
  * certificateName: "example-certificate",
48
44
  * domainNames: ["www.example.com"],
@@ -56,12 +52,12 @@ const utilities = require("../utilities");
56
52
  * import * as pulumi from "@pulumi/pulumi";
57
53
  * import * as aws from "@pulumi/aws";
58
54
  *
59
- * const defaultContainerService = new aws.lightsail.ContainerService("default", {privateRegistryAccess: {
55
+ * const exampleContainerService = new aws.lightsail.ContainerService("example", {privateRegistryAccess: {
60
56
  * ecrImagePullerRole: {
61
57
  * isActive: true,
62
58
  * },
63
59
  * }});
64
- * const _default = defaultContainerService.privateRegistryAccess.apply(privateRegistryAccess => aws.iam.getPolicyDocumentOutput({
60
+ * const example = exampleContainerService.privateRegistryAccess.apply(privateRegistryAccess => aws.iam.getPolicyDocumentOutput({
65
61
  * statements: [{
66
62
  * effect: "Allow",
67
63
  * principals: [{
@@ -74,9 +70,9 @@ const utilities = require("../utilities");
74
70
  * ],
75
71
  * }],
76
72
  * }));
77
- * const defaultRepositoryPolicy = new aws.ecr.RepositoryPolicy("default", {
78
- * repository: defaultAwsEcrRepository.name,
79
- * policy: _default.apply(_default => _default.json),
73
+ * const exampleRepositoryPolicy = new aws.ecr.RepositoryPolicy("example", {
74
+ * repository: exampleAwsEcrRepository.name,
75
+ * policy: example.apply(example => example.json),
80
76
  * });
81
77
  * ```
82
78
  *
@@ -85,7 +81,7 @@ const utilities = require("../utilities");
85
81
  * Using `pulumi import`, import Lightsail Container Service using the `name`. For example:
86
82
  *
87
83
  * ```sh
88
- * $ pulumi import aws:lightsail/containerService:ContainerService my_container_service container-service-1
84
+ * $ pulumi import aws:lightsail/containerService:ContainerService example container-service-1
89
85
  * ```
90
86
  */
91
87
  class ContainerService extends pulumi.CustomResource {
@@ -1 +1 @@
1
- {"version":3,"file":"containerService.js","sourceRoot":"","sources":["../../lightsail/containerService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"containerService.js","sourceRoot":"","sources":["../../lightsail/containerService.ts"],"names":[],"mappings":"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"}
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "../types/input";
3
3
  import * as outputs from "../types/output";
4
4
  /**
5
- * Provides a resource to manage a deployment version for your Amazon Lightsail container service.
5
+ * Manages a Lightsail container service deployment version. Use this resource to deploy containerized applications to your Lightsail container service with specific container configurations and settings.
6
6
  *
7
7
  * > **NOTE:** The Amazon Lightsail container service must be enabled to create a deployment.
8
8
  *
@@ -69,27 +69,29 @@ export declare class ContainerServiceDeploymentVersion extends pulumi.CustomReso
69
69
  */
70
70
  static isInstance(obj: any): obj is ContainerServiceDeploymentVersion;
71
71
  /**
72
- * A set of configuration blocks that describe the settings of the containers that will be launched on the container service. Maximum of 53. Detailed below.
72
+ * Set of configuration blocks that describe the settings of the containers that will be launched on the container service. Maximum of 53. See below.
73
73
  */
74
74
  readonly containers: pulumi.Output<outputs.lightsail.ContainerServiceDeploymentVersionContainer[]>;
75
75
  /**
76
- * The timestamp when the deployment was created.
76
+ * Date and time when the deployment was created.
77
77
  */
78
78
  readonly createdAt: pulumi.Output<string>;
79
79
  /**
80
- * A configuration block that describes the settings of the public endpoint for the container service. Detailed below.
80
+ * Configuration block that describes the settings of the public endpoint for the container service. See below.
81
81
  */
82
82
  readonly publicEndpoint: pulumi.Output<outputs.lightsail.ContainerServiceDeploymentVersionPublicEndpoint | undefined>;
83
83
  /**
84
- * The name for the container service.
84
+ * Name of the container service.
85
+ *
86
+ * The following arguments are optional:
85
87
  */
86
88
  readonly serviceName: pulumi.Output<string>;
87
89
  /**
88
- * The current state of the container service.
90
+ * Current state of the container service.
89
91
  */
90
92
  readonly state: pulumi.Output<string>;
91
93
  /**
92
- * The version number of the deployment.
94
+ * Version number of the deployment.
93
95
  */
94
96
  readonly version: pulumi.Output<number>;
95
97
  /**
@@ -106,27 +108,29 @@ export declare class ContainerServiceDeploymentVersion extends pulumi.CustomReso
106
108
  */
107
109
  export interface ContainerServiceDeploymentVersionState {
108
110
  /**
109
- * A set of configuration blocks that describe the settings of the containers that will be launched on the container service. Maximum of 53. Detailed below.
111
+ * Set of configuration blocks that describe the settings of the containers that will be launched on the container service. Maximum of 53. See below.
110
112
  */
111
113
  containers?: pulumi.Input<pulumi.Input<inputs.lightsail.ContainerServiceDeploymentVersionContainer>[]>;
112
114
  /**
113
- * The timestamp when the deployment was created.
115
+ * Date and time when the deployment was created.
114
116
  */
115
117
  createdAt?: pulumi.Input<string>;
116
118
  /**
117
- * A configuration block that describes the settings of the public endpoint for the container service. Detailed below.
119
+ * Configuration block that describes the settings of the public endpoint for the container service. See below.
118
120
  */
119
121
  publicEndpoint?: pulumi.Input<inputs.lightsail.ContainerServiceDeploymentVersionPublicEndpoint>;
120
122
  /**
121
- * The name for the container service.
123
+ * Name of the container service.
124
+ *
125
+ * The following arguments are optional:
122
126
  */
123
127
  serviceName?: pulumi.Input<string>;
124
128
  /**
125
- * The current state of the container service.
129
+ * Current state of the container service.
126
130
  */
127
131
  state?: pulumi.Input<string>;
128
132
  /**
129
- * The version number of the deployment.
133
+ * Version number of the deployment.
130
134
  */
131
135
  version?: pulumi.Input<number>;
132
136
  }
@@ -135,15 +139,17 @@ export interface ContainerServiceDeploymentVersionState {
135
139
  */
136
140
  export interface ContainerServiceDeploymentVersionArgs {
137
141
  /**
138
- * A set of configuration blocks that describe the settings of the containers that will be launched on the container service. Maximum of 53. Detailed below.
142
+ * Set of configuration blocks that describe the settings of the containers that will be launched on the container service. Maximum of 53. See below.
139
143
  */
140
144
  containers: pulumi.Input<pulumi.Input<inputs.lightsail.ContainerServiceDeploymentVersionContainer>[]>;
141
145
  /**
142
- * A configuration block that describes the settings of the public endpoint for the container service. Detailed below.
146
+ * Configuration block that describes the settings of the public endpoint for the container service. See below.
143
147
  */
144
148
  publicEndpoint?: pulumi.Input<inputs.lightsail.ContainerServiceDeploymentVersionPublicEndpoint>;
145
149
  /**
146
- * The name for the container service.
150
+ * Name of the container service.
151
+ *
152
+ * The following arguments are optional:
147
153
  */
148
154
  serviceName: pulumi.Input<string>;
149
155
  }
@@ -6,7 +6,7 @@ exports.ContainerServiceDeploymentVersion = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Provides a resource to manage a deployment version for your Amazon Lightsail container service.
9
+ * Manages a Lightsail container service deployment version. Use this resource to deploy containerized applications to your Lightsail container service with specific container configurations and settings.
10
10
  *
11
11
  * > **NOTE:** The Amazon Lightsail container service must be enabled to create a deployment.
12
12
  *
@@ -1 +1 @@
1
- {"version":3,"file":"containerServiceDeploymentVersion.js","sourceRoot":"","sources":["../../lightsail/containerServiceDeploymentVersion.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"containerServiceDeploymentVersion.js","sourceRoot":"","sources":["../../lightsail/containerServiceDeploymentVersion.ts"],"names":[],"mappings":"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"}