@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
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Resource for managing an AWS WorkSpaces Web IP Access Settings resource. Once associated with a web portal, IP access settings control which IP addresses users can connect from.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ### Basic Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as aws from "@pulumi/aws";
|
|
14
|
+
*
|
|
15
|
+
* const example = new aws.workspacesweb.IpAccessSettings("example", {
|
|
16
|
+
* displayName: "example",
|
|
17
|
+
* ipRules: [{
|
|
18
|
+
* ipRange: "10.0.0.0/16",
|
|
19
|
+
* }],
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* ### With Multiple IP Rules
|
|
24
|
+
*
|
|
25
|
+
* ```typescript
|
|
26
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
27
|
+
* import * as aws from "@pulumi/aws";
|
|
28
|
+
*
|
|
29
|
+
* const example = new aws.workspacesweb.IpAccessSettings("example", {
|
|
30
|
+
* displayName: "example",
|
|
31
|
+
* description: "Example IP access settings",
|
|
32
|
+
* ipRules: [
|
|
33
|
+
* {
|
|
34
|
+
* ipRange: "10.0.0.0/16",
|
|
35
|
+
* description: "Main office",
|
|
36
|
+
* },
|
|
37
|
+
* {
|
|
38
|
+
* ipRange: "192.168.0.0/24",
|
|
39
|
+
* description: "Branch office",
|
|
40
|
+
* },
|
|
41
|
+
* ],
|
|
42
|
+
* });
|
|
43
|
+
* ```
|
|
44
|
+
*
|
|
45
|
+
* ### With All Arguments
|
|
46
|
+
*
|
|
47
|
+
* ```typescript
|
|
48
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
49
|
+
* import * as aws from "@pulumi/aws";
|
|
50
|
+
*
|
|
51
|
+
* const example = new aws.kms.Key("example", {
|
|
52
|
+
* description: "KMS key for WorkSpaces Web IP Access Settings",
|
|
53
|
+
* deletionWindowInDays: 7,
|
|
54
|
+
* });
|
|
55
|
+
* const exampleIpAccessSettings = new aws.workspacesweb.IpAccessSettings("example", {
|
|
56
|
+
* displayName: "example",
|
|
57
|
+
* description: "Example IP access settings",
|
|
58
|
+
* customerManagedKey: example.arn,
|
|
59
|
+
* additionalEncryptionContext: {
|
|
60
|
+
* Environment: "Production",
|
|
61
|
+
* },
|
|
62
|
+
* ipRules: [
|
|
63
|
+
* {
|
|
64
|
+
* ipRange: "10.0.0.0/16",
|
|
65
|
+
* description: "Main office",
|
|
66
|
+
* },
|
|
67
|
+
* {
|
|
68
|
+
* ipRange: "192.168.0.0/24",
|
|
69
|
+
* description: "Branch office",
|
|
70
|
+
* },
|
|
71
|
+
* ],
|
|
72
|
+
* tags: {
|
|
73
|
+
* Name: "example-ip-access-settings",
|
|
74
|
+
* },
|
|
75
|
+
* });
|
|
76
|
+
* ```
|
|
77
|
+
*
|
|
78
|
+
* ## Import
|
|
79
|
+
*
|
|
80
|
+
* Using `pulumi import`, import WorkSpaces Web IP Access Settings using the `ip_access_settings_arn`. For example:
|
|
81
|
+
*
|
|
82
|
+
* ```sh
|
|
83
|
+
* $ pulumi import aws:workspacesweb/ipAccessSettings:IpAccessSettings example arn:aws:workspaces-web:us-west-2:123456789012:ipAccessSettings/abcdef12345
|
|
84
|
+
* ```
|
|
85
|
+
*/
|
|
86
|
+
export declare class IpAccessSettings extends pulumi.CustomResource {
|
|
87
|
+
/**
|
|
88
|
+
* Get an existing IpAccessSettings resource's state with the given name, ID, and optional extra
|
|
89
|
+
* properties used to qualify the lookup.
|
|
90
|
+
*
|
|
91
|
+
* @param name The _unique_ name of the resulting resource.
|
|
92
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
93
|
+
* @param state Any extra arguments used during the lookup.
|
|
94
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
95
|
+
*/
|
|
96
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: IpAccessSettingsState, opts?: pulumi.CustomResourceOptions): IpAccessSettings;
|
|
97
|
+
/**
|
|
98
|
+
* Returns true if the given object is an instance of IpAccessSettings. This is designed to work even
|
|
99
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
100
|
+
*/
|
|
101
|
+
static isInstance(obj: any): obj is IpAccessSettings;
|
|
102
|
+
/**
|
|
103
|
+
* Additional encryption context for the IP access settings.
|
|
104
|
+
*/
|
|
105
|
+
readonly additionalEncryptionContext: pulumi.Output<{
|
|
106
|
+
[key: string]: string;
|
|
107
|
+
} | undefined>;
|
|
108
|
+
/**
|
|
109
|
+
* List of web portal ARNs that this IP access settings resource is associated with.
|
|
110
|
+
*/
|
|
111
|
+
readonly associatedPortalArns: pulumi.Output<string[]>;
|
|
112
|
+
/**
|
|
113
|
+
* ARN of the customer managed KMS key.
|
|
114
|
+
*/
|
|
115
|
+
readonly customerManagedKey: pulumi.Output<string | undefined>;
|
|
116
|
+
/**
|
|
117
|
+
* The description of the IP access settings.
|
|
118
|
+
*/
|
|
119
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
120
|
+
/**
|
|
121
|
+
* The display name of the IP access settings.
|
|
122
|
+
*/
|
|
123
|
+
readonly displayName: pulumi.Output<string>;
|
|
124
|
+
/**
|
|
125
|
+
* ARN of the IP access settings resource.
|
|
126
|
+
*/
|
|
127
|
+
readonly ipAccessSettingsArn: pulumi.Output<string>;
|
|
128
|
+
/**
|
|
129
|
+
* The IP rules of the IP access settings. See IP Rule below.
|
|
130
|
+
*
|
|
131
|
+
* The following arguments are optional:
|
|
132
|
+
*/
|
|
133
|
+
readonly ipRules: pulumi.Output<outputs.workspacesweb.IpAccessSettingsIpRule[] | undefined>;
|
|
134
|
+
/**
|
|
135
|
+
* Map of tags assigned to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
136
|
+
*/
|
|
137
|
+
readonly tags: pulumi.Output<{
|
|
138
|
+
[key: string]: string;
|
|
139
|
+
} | undefined>;
|
|
140
|
+
/**
|
|
141
|
+
* Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
142
|
+
*
|
|
143
|
+
* @deprecated Please use `tags` instead.
|
|
144
|
+
*/
|
|
145
|
+
readonly tagsAll: pulumi.Output<{
|
|
146
|
+
[key: string]: string;
|
|
147
|
+
}>;
|
|
148
|
+
/**
|
|
149
|
+
* Create a IpAccessSettings resource with the given unique name, arguments, and options.
|
|
150
|
+
*
|
|
151
|
+
* @param name The _unique_ name of the resource.
|
|
152
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
153
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
154
|
+
*/
|
|
155
|
+
constructor(name: string, args: IpAccessSettingsArgs, opts?: pulumi.CustomResourceOptions);
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* Input properties used for looking up and filtering IpAccessSettings resources.
|
|
159
|
+
*/
|
|
160
|
+
export interface IpAccessSettingsState {
|
|
161
|
+
/**
|
|
162
|
+
* Additional encryption context for the IP access settings.
|
|
163
|
+
*/
|
|
164
|
+
additionalEncryptionContext?: pulumi.Input<{
|
|
165
|
+
[key: string]: pulumi.Input<string>;
|
|
166
|
+
}>;
|
|
167
|
+
/**
|
|
168
|
+
* List of web portal ARNs that this IP access settings resource is associated with.
|
|
169
|
+
*/
|
|
170
|
+
associatedPortalArns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
171
|
+
/**
|
|
172
|
+
* ARN of the customer managed KMS key.
|
|
173
|
+
*/
|
|
174
|
+
customerManagedKey?: pulumi.Input<string>;
|
|
175
|
+
/**
|
|
176
|
+
* The description of the IP access settings.
|
|
177
|
+
*/
|
|
178
|
+
description?: pulumi.Input<string>;
|
|
179
|
+
/**
|
|
180
|
+
* The display name of the IP access settings.
|
|
181
|
+
*/
|
|
182
|
+
displayName?: pulumi.Input<string>;
|
|
183
|
+
/**
|
|
184
|
+
* ARN of the IP access settings resource.
|
|
185
|
+
*/
|
|
186
|
+
ipAccessSettingsArn?: pulumi.Input<string>;
|
|
187
|
+
/**
|
|
188
|
+
* The IP rules of the IP access settings. See IP Rule below.
|
|
189
|
+
*
|
|
190
|
+
* The following arguments are optional:
|
|
191
|
+
*/
|
|
192
|
+
ipRules?: pulumi.Input<pulumi.Input<inputs.workspacesweb.IpAccessSettingsIpRule>[]>;
|
|
193
|
+
/**
|
|
194
|
+
* Map of tags assigned to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
195
|
+
*/
|
|
196
|
+
tags?: pulumi.Input<{
|
|
197
|
+
[key: string]: pulumi.Input<string>;
|
|
198
|
+
}>;
|
|
199
|
+
/**
|
|
200
|
+
* Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
201
|
+
*
|
|
202
|
+
* @deprecated Please use `tags` instead.
|
|
203
|
+
*/
|
|
204
|
+
tagsAll?: pulumi.Input<{
|
|
205
|
+
[key: string]: pulumi.Input<string>;
|
|
206
|
+
}>;
|
|
207
|
+
}
|
|
208
|
+
/**
|
|
209
|
+
* The set of arguments for constructing a IpAccessSettings resource.
|
|
210
|
+
*/
|
|
211
|
+
export interface IpAccessSettingsArgs {
|
|
212
|
+
/**
|
|
213
|
+
* Additional encryption context for the IP access settings.
|
|
214
|
+
*/
|
|
215
|
+
additionalEncryptionContext?: pulumi.Input<{
|
|
216
|
+
[key: string]: pulumi.Input<string>;
|
|
217
|
+
}>;
|
|
218
|
+
/**
|
|
219
|
+
* ARN of the customer managed KMS key.
|
|
220
|
+
*/
|
|
221
|
+
customerManagedKey?: pulumi.Input<string>;
|
|
222
|
+
/**
|
|
223
|
+
* The description of the IP access settings.
|
|
224
|
+
*/
|
|
225
|
+
description?: pulumi.Input<string>;
|
|
226
|
+
/**
|
|
227
|
+
* The display name of the IP access settings.
|
|
228
|
+
*/
|
|
229
|
+
displayName: pulumi.Input<string>;
|
|
230
|
+
/**
|
|
231
|
+
* The IP rules of the IP access settings. See IP Rule below.
|
|
232
|
+
*
|
|
233
|
+
* The following arguments are optional:
|
|
234
|
+
*/
|
|
235
|
+
ipRules?: pulumi.Input<pulumi.Input<inputs.workspacesweb.IpAccessSettingsIpRule>[]>;
|
|
236
|
+
/**
|
|
237
|
+
* Map of tags assigned to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
238
|
+
*/
|
|
239
|
+
tags?: pulumi.Input<{
|
|
240
|
+
[key: string]: pulumi.Input<string>;
|
|
241
|
+
}>;
|
|
242
|
+
}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.IpAccessSettings = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource for managing an AWS WorkSpaces Web IP Access Settings resource. Once associated with a web portal, IP access settings control which IP addresses users can connect from.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ### Basic Usage
|
|
14
|
+
*
|
|
15
|
+
* ```typescript
|
|
16
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
+
* import * as aws from "@pulumi/aws";
|
|
18
|
+
*
|
|
19
|
+
* const example = new aws.workspacesweb.IpAccessSettings("example", {
|
|
20
|
+
* displayName: "example",
|
|
21
|
+
* ipRules: [{
|
|
22
|
+
* ipRange: "10.0.0.0/16",
|
|
23
|
+
* }],
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*
|
|
27
|
+
* ### With Multiple IP Rules
|
|
28
|
+
*
|
|
29
|
+
* ```typescript
|
|
30
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
31
|
+
* import * as aws from "@pulumi/aws";
|
|
32
|
+
*
|
|
33
|
+
* const example = new aws.workspacesweb.IpAccessSettings("example", {
|
|
34
|
+
* displayName: "example",
|
|
35
|
+
* description: "Example IP access settings",
|
|
36
|
+
* ipRules: [
|
|
37
|
+
* {
|
|
38
|
+
* ipRange: "10.0.0.0/16",
|
|
39
|
+
* description: "Main office",
|
|
40
|
+
* },
|
|
41
|
+
* {
|
|
42
|
+
* ipRange: "192.168.0.0/24",
|
|
43
|
+
* description: "Branch office",
|
|
44
|
+
* },
|
|
45
|
+
* ],
|
|
46
|
+
* });
|
|
47
|
+
* ```
|
|
48
|
+
*
|
|
49
|
+
* ### With All Arguments
|
|
50
|
+
*
|
|
51
|
+
* ```typescript
|
|
52
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
53
|
+
* import * as aws from "@pulumi/aws";
|
|
54
|
+
*
|
|
55
|
+
* const example = new aws.kms.Key("example", {
|
|
56
|
+
* description: "KMS key for WorkSpaces Web IP Access Settings",
|
|
57
|
+
* deletionWindowInDays: 7,
|
|
58
|
+
* });
|
|
59
|
+
* const exampleIpAccessSettings = new aws.workspacesweb.IpAccessSettings("example", {
|
|
60
|
+
* displayName: "example",
|
|
61
|
+
* description: "Example IP access settings",
|
|
62
|
+
* customerManagedKey: example.arn,
|
|
63
|
+
* additionalEncryptionContext: {
|
|
64
|
+
* Environment: "Production",
|
|
65
|
+
* },
|
|
66
|
+
* ipRules: [
|
|
67
|
+
* {
|
|
68
|
+
* ipRange: "10.0.0.0/16",
|
|
69
|
+
* description: "Main office",
|
|
70
|
+
* },
|
|
71
|
+
* {
|
|
72
|
+
* ipRange: "192.168.0.0/24",
|
|
73
|
+
* description: "Branch office",
|
|
74
|
+
* },
|
|
75
|
+
* ],
|
|
76
|
+
* tags: {
|
|
77
|
+
* Name: "example-ip-access-settings",
|
|
78
|
+
* },
|
|
79
|
+
* });
|
|
80
|
+
* ```
|
|
81
|
+
*
|
|
82
|
+
* ## Import
|
|
83
|
+
*
|
|
84
|
+
* Using `pulumi import`, import WorkSpaces Web IP Access Settings using the `ip_access_settings_arn`. For example:
|
|
85
|
+
*
|
|
86
|
+
* ```sh
|
|
87
|
+
* $ pulumi import aws:workspacesweb/ipAccessSettings:IpAccessSettings example arn:aws:workspaces-web:us-west-2:123456789012:ipAccessSettings/abcdef12345
|
|
88
|
+
* ```
|
|
89
|
+
*/
|
|
90
|
+
class IpAccessSettings extends pulumi.CustomResource {
|
|
91
|
+
/**
|
|
92
|
+
* Get an existing IpAccessSettings resource's state with the given name, ID, and optional extra
|
|
93
|
+
* properties used to qualify the lookup.
|
|
94
|
+
*
|
|
95
|
+
* @param name The _unique_ name of the resulting resource.
|
|
96
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
97
|
+
* @param state Any extra arguments used during the lookup.
|
|
98
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
99
|
+
*/
|
|
100
|
+
static get(name, id, state, opts) {
|
|
101
|
+
return new IpAccessSettings(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Returns true if the given object is an instance of IpAccessSettings. This is designed to work even
|
|
105
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
106
|
+
*/
|
|
107
|
+
static isInstance(obj) {
|
|
108
|
+
if (obj === undefined || obj === null) {
|
|
109
|
+
return false;
|
|
110
|
+
}
|
|
111
|
+
return obj['__pulumiType'] === IpAccessSettings.__pulumiType;
|
|
112
|
+
}
|
|
113
|
+
constructor(name, argsOrState, opts) {
|
|
114
|
+
let resourceInputs = {};
|
|
115
|
+
opts = opts || {};
|
|
116
|
+
if (opts.id) {
|
|
117
|
+
const state = argsOrState;
|
|
118
|
+
resourceInputs["additionalEncryptionContext"] = state ? state.additionalEncryptionContext : undefined;
|
|
119
|
+
resourceInputs["associatedPortalArns"] = state ? state.associatedPortalArns : undefined;
|
|
120
|
+
resourceInputs["customerManagedKey"] = state ? state.customerManagedKey : undefined;
|
|
121
|
+
resourceInputs["description"] = state ? state.description : undefined;
|
|
122
|
+
resourceInputs["displayName"] = state ? state.displayName : undefined;
|
|
123
|
+
resourceInputs["ipAccessSettingsArn"] = state ? state.ipAccessSettingsArn : undefined;
|
|
124
|
+
resourceInputs["ipRules"] = state ? state.ipRules : undefined;
|
|
125
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
126
|
+
resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
|
|
127
|
+
}
|
|
128
|
+
else {
|
|
129
|
+
const args = argsOrState;
|
|
130
|
+
if ((!args || args.displayName === undefined) && !opts.urn) {
|
|
131
|
+
throw new Error("Missing required property 'displayName'");
|
|
132
|
+
}
|
|
133
|
+
resourceInputs["additionalEncryptionContext"] = args ? args.additionalEncryptionContext : undefined;
|
|
134
|
+
resourceInputs["customerManagedKey"] = args ? args.customerManagedKey : undefined;
|
|
135
|
+
resourceInputs["description"] = args ? args.description : undefined;
|
|
136
|
+
resourceInputs["displayName"] = args ? args.displayName : undefined;
|
|
137
|
+
resourceInputs["ipRules"] = args ? args.ipRules : undefined;
|
|
138
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
139
|
+
resourceInputs["associatedPortalArns"] = undefined /*out*/;
|
|
140
|
+
resourceInputs["ipAccessSettingsArn"] = undefined /*out*/;
|
|
141
|
+
resourceInputs["tagsAll"] = undefined /*out*/;
|
|
142
|
+
}
|
|
143
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
144
|
+
const aliasOpts = { aliases: [{ type: "aws:workspaces/webIpAccessSettings:WebIpAccessSettings" }] };
|
|
145
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
146
|
+
super(IpAccessSettings.__pulumiType, name, resourceInputs, opts);
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
exports.IpAccessSettings = IpAccessSettings;
|
|
150
|
+
/** @internal */
|
|
151
|
+
IpAccessSettings.__pulumiType = 'aws:workspacesweb/ipAccessSettings:IpAccessSettings';
|
|
152
|
+
//# sourceMappingURL=ipAccessSettings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ipAccessSettings.js","sourceRoot":"","sources":["../../workspacesweb/ipAccessSettings.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Resource for managing an AWS WorkSpaces Web Network Settings resource. Once associated with a web portal, network settings define how streaming instances will connect with your specified VPC.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ### Basic Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as aws from "@pulumi/aws";
|
|
12
|
+
* import * as std from "@pulumi/std";
|
|
13
|
+
*
|
|
14
|
+
* const example = new aws.ec2.Vpc("example", {cidrBlock: "10.0.0.0/16"});
|
|
15
|
+
* const exampleSubnet: aws.ec2.Subnet[] = [];
|
|
16
|
+
* for (const range = {value: 0}; range.value < 2; range.value++) {
|
|
17
|
+
* exampleSubnet.push(new aws.ec2.Subnet(`example-${range.value}`, {
|
|
18
|
+
* vpcId: example.id,
|
|
19
|
+
* cidrBlock: example.cidrBlock.apply(cidrBlock => std.cidrsubnetOutput({
|
|
20
|
+
* input: cidrBlock,
|
|
21
|
+
* newbits: 8,
|
|
22
|
+
* netnum: range.value,
|
|
23
|
+
* })).apply(invoke => invoke.result),
|
|
24
|
+
* availabilityZone: available.names[range.value],
|
|
25
|
+
* }));
|
|
26
|
+
* }
|
|
27
|
+
* const example1: aws.ec2.SecurityGroup[] = [];
|
|
28
|
+
* for (const range = {value: 0}; range.value < 2; range.value++) {
|
|
29
|
+
* example1.push(new aws.ec2.SecurityGroup(`example1-${range.value}`, {
|
|
30
|
+
* vpcId: example.id,
|
|
31
|
+
* name: `example-sg-${range.value}$`,
|
|
32
|
+
* }));
|
|
33
|
+
* }
|
|
34
|
+
* const exampleNetworkSettings = new aws.workspacesweb.NetworkSettings("example", {
|
|
35
|
+
* vpcId: example.id,
|
|
36
|
+
* subnetIds: [
|
|
37
|
+
* exampleSubnet[0].id,
|
|
38
|
+
* exampleSubnet[1].id,
|
|
39
|
+
* ],
|
|
40
|
+
* securityGroupIds: [
|
|
41
|
+
* exampleAwsSecurityGroup[0].id,
|
|
42
|
+
* exampleAwsSecurityGroup[1].id,
|
|
43
|
+
* ],
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
47
|
+
* ## Import
|
|
48
|
+
*
|
|
49
|
+
* Using `pulumi import`, import WorkSpaces Web Network Settings using the `network_settings_arn`. For example:
|
|
50
|
+
*
|
|
51
|
+
* ```sh
|
|
52
|
+
* $ pulumi import aws:workspacesweb/networkSettings:NetworkSettings example arn:aws:workspacesweb:us-west-2:123456789012:networksettings/abcdef12345
|
|
53
|
+
* ```
|
|
54
|
+
*/
|
|
55
|
+
export declare class NetworkSettings extends pulumi.CustomResource {
|
|
56
|
+
/**
|
|
57
|
+
* Get an existing NetworkSettings resource's state with the given name, ID, and optional extra
|
|
58
|
+
* properties used to qualify the lookup.
|
|
59
|
+
*
|
|
60
|
+
* @param name The _unique_ name of the resulting resource.
|
|
61
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
62
|
+
* @param state Any extra arguments used during the lookup.
|
|
63
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
64
|
+
*/
|
|
65
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: NetworkSettingsState, opts?: pulumi.CustomResourceOptions): NetworkSettings;
|
|
66
|
+
/**
|
|
67
|
+
* Returns true if the given object is an instance of NetworkSettings. This is designed to work even
|
|
68
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
69
|
+
*/
|
|
70
|
+
static isInstance(obj: any): obj is NetworkSettings;
|
|
71
|
+
/**
|
|
72
|
+
* List of web portal ARNs associated with the network settings.
|
|
73
|
+
*/
|
|
74
|
+
readonly associatedPortalArns: pulumi.Output<string[]>;
|
|
75
|
+
/**
|
|
76
|
+
* ARN of the network settings resource.
|
|
77
|
+
*/
|
|
78
|
+
readonly networkSettingsArn: pulumi.Output<string>;
|
|
79
|
+
/**
|
|
80
|
+
* One or more security groups used to control access from streaming instances to your VPC.
|
|
81
|
+
*/
|
|
82
|
+
readonly securityGroupIds: pulumi.Output<string[]>;
|
|
83
|
+
/**
|
|
84
|
+
* The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two subnet ids must be specified.
|
|
85
|
+
*/
|
|
86
|
+
readonly subnetIds: pulumi.Output<string[]>;
|
|
87
|
+
/**
|
|
88
|
+
* Map of tags assigned to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
89
|
+
*/
|
|
90
|
+
readonly tags: pulumi.Output<{
|
|
91
|
+
[key: string]: string;
|
|
92
|
+
} | undefined>;
|
|
93
|
+
/**
|
|
94
|
+
* Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
95
|
+
*
|
|
96
|
+
* @deprecated Please use `tags` instead.
|
|
97
|
+
*/
|
|
98
|
+
readonly tagsAll: pulumi.Output<{
|
|
99
|
+
[key: string]: string;
|
|
100
|
+
}>;
|
|
101
|
+
/**
|
|
102
|
+
* The VPC that streaming instances will connect to.
|
|
103
|
+
*
|
|
104
|
+
* The following arguments are optional:
|
|
105
|
+
*/
|
|
106
|
+
readonly vpcId: pulumi.Output<string>;
|
|
107
|
+
/**
|
|
108
|
+
* Create a NetworkSettings resource with the given unique name, arguments, and options.
|
|
109
|
+
*
|
|
110
|
+
* @param name The _unique_ name of the resource.
|
|
111
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
112
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
113
|
+
*/
|
|
114
|
+
constructor(name: string, args: NetworkSettingsArgs, opts?: pulumi.CustomResourceOptions);
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* Input properties used for looking up and filtering NetworkSettings resources.
|
|
118
|
+
*/
|
|
119
|
+
export interface NetworkSettingsState {
|
|
120
|
+
/**
|
|
121
|
+
* List of web portal ARNs associated with the network settings.
|
|
122
|
+
*/
|
|
123
|
+
associatedPortalArns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
124
|
+
/**
|
|
125
|
+
* ARN of the network settings resource.
|
|
126
|
+
*/
|
|
127
|
+
networkSettingsArn?: pulumi.Input<string>;
|
|
128
|
+
/**
|
|
129
|
+
* One or more security groups used to control access from streaming instances to your VPC.
|
|
130
|
+
*/
|
|
131
|
+
securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
132
|
+
/**
|
|
133
|
+
* The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two subnet ids must be specified.
|
|
134
|
+
*/
|
|
135
|
+
subnetIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
136
|
+
/**
|
|
137
|
+
* Map of tags assigned to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
138
|
+
*/
|
|
139
|
+
tags?: pulumi.Input<{
|
|
140
|
+
[key: string]: pulumi.Input<string>;
|
|
141
|
+
}>;
|
|
142
|
+
/**
|
|
143
|
+
* Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
144
|
+
*
|
|
145
|
+
* @deprecated Please use `tags` instead.
|
|
146
|
+
*/
|
|
147
|
+
tagsAll?: pulumi.Input<{
|
|
148
|
+
[key: string]: pulumi.Input<string>;
|
|
149
|
+
}>;
|
|
150
|
+
/**
|
|
151
|
+
* The VPC that streaming instances will connect to.
|
|
152
|
+
*
|
|
153
|
+
* The following arguments are optional:
|
|
154
|
+
*/
|
|
155
|
+
vpcId?: pulumi.Input<string>;
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* The set of arguments for constructing a NetworkSettings resource.
|
|
159
|
+
*/
|
|
160
|
+
export interface NetworkSettingsArgs {
|
|
161
|
+
/**
|
|
162
|
+
* One or more security groups used to control access from streaming instances to your VPC.
|
|
163
|
+
*/
|
|
164
|
+
securityGroupIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
165
|
+
/**
|
|
166
|
+
* The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two subnet ids must be specified.
|
|
167
|
+
*/
|
|
168
|
+
subnetIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
169
|
+
/**
|
|
170
|
+
* Map of tags assigned to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
171
|
+
*/
|
|
172
|
+
tags?: pulumi.Input<{
|
|
173
|
+
[key: string]: pulumi.Input<string>;
|
|
174
|
+
}>;
|
|
175
|
+
/**
|
|
176
|
+
* The VPC that streaming instances will connect to.
|
|
177
|
+
*
|
|
178
|
+
* The following arguments are optional:
|
|
179
|
+
*/
|
|
180
|
+
vpcId: pulumi.Input<string>;
|
|
181
|
+
}
|