@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.
- package/amp/index.d.ts +3 -0
- package/amp/index.js +6 -1
- package/amp/index.js.map +1 -1
- package/amp/workspaceConfiguration.d.ts +149 -0
- package/amp/workspaceConfiguration.js +124 -0
- package/amp/workspaceConfiguration.js.map +1 -0
- package/cloudfront/keyvaluestoreKeysExclusive.d.ts +12 -0
- package/cloudfront/keyvaluestoreKeysExclusive.js +2 -0
- package/cloudfront/keyvaluestoreKeysExclusive.js.map +1 -1
- package/dsql/cluster.d.ts +170 -0
- package/dsql/cluster.js +94 -0
- package/dsql/cluster.js.map +1 -0
- package/dsql/clusterPeering.d.ts +114 -0
- package/dsql/clusterPeering.js +101 -0
- package/dsql/clusterPeering.js.map +1 -0
- package/dsql/index.d.ts +6 -0
- package/dsql/index.js +27 -0
- package/dsql/index.js.map +1 -0
- package/ec2/vpnConnection.d.ts +20 -0
- package/ec2/vpnConnection.js +4 -0
- package/ec2/vpnConnection.js.map +1 -1
- package/fsx/lustreFileSystem.d.ts +18 -3
- package/fsx/lustreFileSystem.js +4 -0
- package/fsx/lustreFileSystem.js.map +1 -1
- package/glue/job.d.ts +102 -5
- package/glue/job.js +102 -5
- package/glue/job.js.map +1 -1
- package/index.d.ts +3 -1
- package/index.js +7 -3
- package/index.js.map +1 -1
- package/lambda/codeSigningConfig.d.ts +2 -2
- package/lambda/codeSigningConfig.js +2 -2
- package/lightsail/bucket.d.ts +40 -28
- package/lightsail/bucket.js +4 -4
- package/lightsail/bucket.js.map +1 -1
- package/lightsail/bucketAccessKey.d.ts +16 -16
- package/lightsail/bucketAccessKey.js +5 -5
- package/lightsail/bucketResourceAccess.d.ts +30 -8
- package/lightsail/bucketResourceAccess.js +24 -2
- package/lightsail/bucketResourceAccess.js.map +1 -1
- package/lightsail/certificate.d.ts +29 -23
- package/lightsail/certificate.js +6 -6
- package/lightsail/certificate.js.map +1 -1
- package/lightsail/containerService.d.ts +62 -97
- package/lightsail/containerService.js +11 -15
- package/lightsail/containerService.js.map +1 -1
- package/lightsail/containerServiceDeploymentVersion.d.ts +22 -16
- package/lightsail/containerServiceDeploymentVersion.js +1 -1
- package/lightsail/containerServiceDeploymentVersion.js.map +1 -1
- package/lightsail/database.d.ts +113 -109
- package/lightsail/database.js +36 -38
- package/lightsail/database.js.map +1 -1
- package/lightsail/disk.d.ts +30 -24
- package/lightsail/disk.js +4 -4
- package/lightsail/disk.js.map +1 -1
- package/lightsail/disk_attachment.d.ts +19 -19
- package/lightsail/disk_attachment.js +10 -10
- package/lightsail/distribution.d.ts +84 -88
- package/lightsail/distribution.js +32 -38
- package/lightsail/distribution.js.map +1 -1
- package/lightsail/domain.d.ts +10 -12
- package/lightsail/domain.js +5 -7
- package/lightsail/domain.js.map +1 -1
- package/lightsail/domainEntry.d.ts +27 -21
- package/lightsail/domainEntry.js +6 -6
- package/lightsail/domainEntry.js.map +1 -1
- package/lightsail/instance.d.ts +60 -78
- package/lightsail/instance.js +9 -12
- package/lightsail/instance.js.map +1 -1
- package/lightsail/instancePublicPorts.d.ts +29 -14
- package/lightsail/instancePublicPorts.js +26 -11
- package/lightsail/instancePublicPorts.js.map +1 -1
- package/lightsail/keyPair.d.ts +44 -34
- package/lightsail/keyPair.js +6 -9
- package/lightsail/keyPair.js.map +1 -1
- package/lightsail/lb.d.ts +47 -30
- package/lightsail/lb.js +6 -4
- package/lightsail/lb.js.map +1 -1
- package/lightsail/lbAttachment.d.ts +15 -15
- package/lightsail/lbAttachment.js +9 -9
- package/lightsail/lbCertificate.d.ts +41 -21
- package/lightsail/lbCertificate.js +10 -8
- package/lightsail/lbCertificate.js.map +1 -1
- package/lightsail/lbCertificateAttachment.d.ts +19 -17
- package/lightsail/lbCertificateAttachment.js +13 -11
- package/lightsail/lbCertificateAttachment.js.map +1 -1
- package/lightsail/lbHttpsRedirectionPolicy.d.ts +21 -19
- package/lightsail/lbHttpsRedirectionPolicy.js +15 -13
- package/lightsail/lbHttpsRedirectionPolicy.js.map +1 -1
- package/lightsail/lbStickinessPolicy.d.ts +17 -15
- package/lightsail/lbStickinessPolicy.js +8 -6
- package/lightsail/lbStickinessPolicy.js.map +1 -1
- package/lightsail/staticIp.d.ts +22 -12
- package/lightsail/staticIp.js +13 -3
- package/lightsail/staticIp.js.map +1 -1
- package/lightsail/staticIpAttachment.d.ts +28 -19
- package/lightsail/staticIpAttachment.js +20 -11
- package/lightsail/staticIpAttachment.js.map +1 -1
- package/neptune/cluster.d.ts +81 -90
- package/neptune/cluster.js.map +1 -1
- package/neptune/getEngineVersion.d.ts +95 -13
- package/neptune/getEngineVersion.js +22 -6
- package/neptune/getEngineVersion.js.map +1 -1
- package/neptune/globalCluster.d.ts +11 -14
- package/neptune/globalCluster.js.map +1 -1
- package/networkfirewall/ruleGroup.d.ts +46 -0
- package/networkfirewall/ruleGroup.js +46 -0
- package/networkfirewall/ruleGroup.js.map +1 -1
- package/package.json +2 -2
- package/pinpoint/smsvoicev2PhoneNumber.d.ts +12 -0
- package/pinpoint/smsvoicev2PhoneNumber.js +2 -0
- package/pinpoint/smsvoicev2PhoneNumber.js.map +1 -1
- package/s3/accessPoint.d.ts +22 -1
- package/s3/accessPoint.js +22 -1
- package/s3/accessPoint.js.map +1 -1
- package/s3control/directoryBucketAccessPointScope.d.ts +120 -0
- package/s3control/directoryBucketAccessPointScope.js +102 -0
- package/s3control/directoryBucketAccessPointScope.js.map +1 -0
- package/s3control/index.d.ts +3 -0
- package/s3control/index.js +6 -1
- package/s3control/index.js.map +1 -1
- package/ssm/association.d.ts +155 -0
- package/ssm/association.js +155 -0
- package/ssm/association.js.map +1 -1
- package/types/input.d.ts +579 -56
- package/types/input.js.map +1 -1
- package/types/output.d.ts +579 -56
- package/types/output.js.map +1 -1
- package/vpc/index.d.ts +15 -0
- package/vpc/index.js +26 -1
- package/vpc/index.js.map +1 -1
- package/vpc/routeServer.d.ts +197 -0
- package/vpc/routeServer.js +114 -0
- package/vpc/routeServer.js.map +1 -0
- package/vpc/routeServerEndpoint.d.ts +173 -0
- package/vpc/routeServerEndpoint.js +101 -0
- package/vpc/routeServerEndpoint.js.map +1 -0
- package/vpc/routeServerPeer.d.ts +233 -0
- package/vpc/routeServerPeer.js +154 -0
- package/vpc/routeServerPeer.js.map +1 -0
- package/vpc/routeServerPropagation.d.ts +90 -0
- package/vpc/routeServerPropagation.js +84 -0
- package/vpc/routeServerPropagation.js.map +1 -0
- package/vpc/routeServerVpcAssociation.d.ts +90 -0
- package/vpc/routeServerVpcAssociation.js +84 -0
- package/vpc/routeServerVpcAssociation.js.map +1 -0
- package/workspaces/index.d.ts +9 -0
- package/workspaces/index.js +16 -1
- package/workspaces/index.js.map +1 -1
- package/workspaces/webBrowserSettings.d.ts +5 -2
- package/workspaces/webBrowserSettings.js +7 -2
- package/workspaces/webBrowserSettings.js.map +1 -1
- package/workspaces/webDataProtectionSettings.d.ts +264 -0
- package/workspaces/webDataProtectionSettings.js +174 -0
- package/workspaces/webDataProtectionSettings.js.map +1 -0
- package/workspaces/webIpAccessSettings.d.ts +245 -0
- package/workspaces/webIpAccessSettings.js +155 -0
- package/workspaces/webIpAccessSettings.js.map +1 -0
- package/workspaces/webNetworkSettings.d.ts +4 -1
- package/workspaces/webNetworkSettings.js +6 -1
- package/workspaces/webNetworkSettings.js.map +1 -1
- package/workspaces/webUserAccessLoggingSettings.d.ts +152 -0
- package/workspaces/webUserAccessLoggingSettings.js +110 -0
- package/workspaces/webUserAccessLoggingSettings.js.map +1 -0
- package/workspaces/webUserSettings.d.ts +6 -3
- package/workspaces/webUserSettings.js +8 -3
- package/workspaces/webUserSettings.js.map +1 -1
- package/workspacesweb/browserSettings.d.ts +190 -0
- package/workspacesweb/browserSettings.js +122 -0
- package/workspacesweb/browserSettings.js.map +1 -0
- package/workspacesweb/dataProtectionSettings.d.ts +261 -0
- package/workspacesweb/dataProtectionSettings.js +171 -0
- package/workspacesweb/dataProtectionSettings.js.map +1 -0
- package/workspacesweb/index.d.ts +18 -0
- package/workspacesweb/index.js +47 -0
- package/workspacesweb/index.js.map +1 -0
- package/workspacesweb/ipAccessSettings.d.ts +242 -0
- package/workspacesweb/ipAccessSettings.js +152 -0
- package/workspacesweb/ipAccessSettings.js.map +1 -0
- package/workspacesweb/networkSettings.d.ts +181 -0
- package/workspacesweb/networkSettings.js +125 -0
- package/workspacesweb/networkSettings.js.map +1 -0
- package/workspacesweb/userAccessLoggingSettings.d.ts +149 -0
- package/workspacesweb/userAccessLoggingSettings.js +107 -0
- package/workspacesweb/userAccessLoggingSettings.js.map +1 -0
- package/workspacesweb/userSettings.d.ts +342 -0
- package/workspacesweb/userSettings.js +194 -0
- 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
|
-
*
|
|
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
|
|
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
|
|
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
|
|
51
|
+
* const exampleContainerService = new aws.lightsail.ContainerService("example", {privateRegistryAccess: {
|
|
56
52
|
* ecrImagePullerRole: {
|
|
57
53
|
* isActive: true,
|
|
58
54
|
* },
|
|
59
55
|
* }});
|
|
60
|
-
* const
|
|
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
|
|
74
|
-
* repository:
|
|
75
|
-
* policy:
|
|
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
|
|
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
|
-
*
|
|
100
|
+
* ARN of the container service.
|
|
105
101
|
*/
|
|
106
102
|
readonly arn: pulumi.Output<string>;
|
|
107
103
|
/**
|
|
108
|
-
*
|
|
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
|
-
*
|
|
112
|
+
* Whether to disable the container service. Defaults to `false`.
|
|
114
113
|
*/
|
|
115
114
|
readonly isDisabled: pulumi.Output<boolean | undefined>;
|
|
116
115
|
/**
|
|
117
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
124
|
+
* Power ID of the container service.
|
|
129
125
|
*/
|
|
130
126
|
readonly powerId: pulumi.Output<string>;
|
|
131
127
|
/**
|
|
132
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
144
|
+
* Lightsail resource type of the container service (i.e., ContainerService).
|
|
156
145
|
*/
|
|
157
146
|
readonly resourceType: pulumi.Output<string>;
|
|
158
147
|
/**
|
|
159
|
-
*
|
|
160
|
-
*
|
|
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
|
-
*
|
|
154
|
+
* Current state of the container service.
|
|
165
155
|
*/
|
|
166
156
|
readonly state: pulumi.Output<string>;
|
|
167
157
|
/**
|
|
168
|
-
* Map of
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
189
|
+
* ARN of the container service.
|
|
205
190
|
*/
|
|
206
191
|
arn?: pulumi.Input<string>;
|
|
207
192
|
/**
|
|
208
|
-
*
|
|
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
|
-
*
|
|
201
|
+
* Whether to disable the container service. Defaults to `false`.
|
|
214
202
|
*/
|
|
215
203
|
isDisabled?: pulumi.Input<boolean>;
|
|
216
204
|
/**
|
|
217
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
213
|
+
* Power ID of the container service.
|
|
229
214
|
*/
|
|
230
215
|
powerId?: pulumi.Input<string>;
|
|
231
216
|
/**
|
|
232
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
233
|
+
* Lightsail resource type of the container service (i.e., ContainerService).
|
|
256
234
|
*/
|
|
257
235
|
resourceType?: pulumi.Input<string>;
|
|
258
236
|
/**
|
|
259
|
-
*
|
|
260
|
-
*
|
|
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
|
-
*
|
|
243
|
+
* Current state of the container service.
|
|
265
244
|
*/
|
|
266
245
|
state?: pulumi.Input<string>;
|
|
267
246
|
/**
|
|
268
|
-
* Map of
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
270
|
+
* Whether to disable the container service. Defaults to `false`.
|
|
297
271
|
*/
|
|
298
272
|
isDisabled?: pulumi.Input<boolean>;
|
|
299
273
|
/**
|
|
300
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
324
|
-
*
|
|
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
|
|
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
|
-
*
|
|
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
|
|
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
|
|
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
|
|
55
|
+
* const exampleContainerService = new aws.lightsail.ContainerService("example", {privateRegistryAccess: {
|
|
60
56
|
* ecrImagePullerRole: {
|
|
61
57
|
* isActive: true,
|
|
62
58
|
* },
|
|
63
59
|
* }});
|
|
64
|
-
* const
|
|
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
|
|
78
|
-
* repository:
|
|
79
|
-
* policy:
|
|
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
|
|
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":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
76
|
+
* Date and time when the deployment was created.
|
|
77
77
|
*/
|
|
78
78
|
readonly createdAt: pulumi.Output<string>;
|
|
79
79
|
/**
|
|
80
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
90
|
+
* Current state of the container service.
|
|
89
91
|
*/
|
|
90
92
|
readonly state: pulumi.Output<string>;
|
|
91
93
|
/**
|
|
92
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
115
|
+
* Date and time when the deployment was created.
|
|
114
116
|
*/
|
|
115
117
|
createdAt?: pulumi.Input<string>;
|
|
116
118
|
/**
|
|
117
|
-
*
|
|
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
|
-
*
|
|
123
|
+
* Name of the container service.
|
|
124
|
+
*
|
|
125
|
+
* The following arguments are optional:
|
|
122
126
|
*/
|
|
123
127
|
serviceName?: pulumi.Input<string>;
|
|
124
128
|
/**
|
|
125
|
-
*
|
|
129
|
+
* Current state of the container service.
|
|
126
130
|
*/
|
|
127
131
|
state?: pulumi.Input<string>;
|
|
128
132
|
/**
|
|
129
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkDG;AACH,MAAa,iCAAkC,SAAQ,MAAM,CAAC,cAAc;IACxE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8C,EAAE,IAAmC;QAC5I,OAAO,IAAI,iCAAiC,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACxF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iCAAiC,CAAC,YAAY,CAAC;IAClF,CAAC;
|
|
1
|
+
{"version":3,"file":"containerServiceDeploymentVersion.js","sourceRoot":"","sources":["../../lightsail/containerServiceDeploymentVersion.ts"],"names":[],"mappings":"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"}
|