@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,342 @@
|
|
|
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 User Settings resource. Once associated with a web portal, user settings control how users can transfer data between a streaming session and their local devices.
|
|
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.UserSettings("example", {
|
|
16
|
+
* copyAllowed: "Enabled",
|
|
17
|
+
* downloadAllowed: "Enabled",
|
|
18
|
+
* pasteAllowed: "Enabled",
|
|
19
|
+
* printAllowed: "Enabled",
|
|
20
|
+
* uploadAllowed: "Enabled",
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* ### With Toolbar Configuration
|
|
25
|
+
*
|
|
26
|
+
* ```typescript
|
|
27
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
28
|
+
* import * as aws from "@pulumi/aws";
|
|
29
|
+
*
|
|
30
|
+
* const example = new aws.workspacesweb.UserSettings("example", {
|
|
31
|
+
* copyAllowed: "Enabled",
|
|
32
|
+
* downloadAllowed: "Enabled",
|
|
33
|
+
* pasteAllowed: "Enabled",
|
|
34
|
+
* printAllowed: "Enabled",
|
|
35
|
+
* uploadAllowed: "Enabled",
|
|
36
|
+
* toolbarConfiguration: {
|
|
37
|
+
* toolbarType: "Docked",
|
|
38
|
+
* visualMode: "Dark",
|
|
39
|
+
* hiddenToolbarItems: [
|
|
40
|
+
* "Webcam",
|
|
41
|
+
* "Microphone",
|
|
42
|
+
* ],
|
|
43
|
+
* },
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
47
|
+
* ### Complete Example
|
|
48
|
+
*
|
|
49
|
+
* ```typescript
|
|
50
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
51
|
+
* import * as aws from "@pulumi/aws";
|
|
52
|
+
*
|
|
53
|
+
* const example = new aws.kms.Key("example", {
|
|
54
|
+
* description: "KMS key for WorkSpaces Web User Settings",
|
|
55
|
+
* deletionWindowInDays: 7,
|
|
56
|
+
* });
|
|
57
|
+
* const exampleUserSettings = new aws.workspacesweb.UserSettings("example", {
|
|
58
|
+
* copyAllowed: "Enabled",
|
|
59
|
+
* downloadAllowed: "Enabled",
|
|
60
|
+
* pasteAllowed: "Enabled",
|
|
61
|
+
* printAllowed: "Enabled",
|
|
62
|
+
* uploadAllowed: "Enabled",
|
|
63
|
+
* deepLinkAllowed: "Enabled",
|
|
64
|
+
* disconnectTimeoutInMinutes: 30,
|
|
65
|
+
* idleDisconnectTimeoutInMinutes: 15,
|
|
66
|
+
* customerManagedKey: example.arn,
|
|
67
|
+
* additionalEncryptionContext: {
|
|
68
|
+
* Environment: "Production",
|
|
69
|
+
* },
|
|
70
|
+
* toolbarConfiguration: {
|
|
71
|
+
* toolbarType: "Docked",
|
|
72
|
+
* visualMode: "Dark",
|
|
73
|
+
* hiddenToolbarItems: [
|
|
74
|
+
* "Webcam",
|
|
75
|
+
* "Microphone",
|
|
76
|
+
* ],
|
|
77
|
+
* maxDisplayResolution: "size1920X1080",
|
|
78
|
+
* },
|
|
79
|
+
* cookieSynchronizationConfiguration: {
|
|
80
|
+
* allowlists: [{
|
|
81
|
+
* domain: "example.com",
|
|
82
|
+
* path: "/path",
|
|
83
|
+
* }],
|
|
84
|
+
* blocklists: [{
|
|
85
|
+
* domain: "blocked.com",
|
|
86
|
+
* }],
|
|
87
|
+
* },
|
|
88
|
+
* tags: {
|
|
89
|
+
* Name: "example-user-settings",
|
|
90
|
+
* },
|
|
91
|
+
* });
|
|
92
|
+
* ```
|
|
93
|
+
*
|
|
94
|
+
* ## Import
|
|
95
|
+
*
|
|
96
|
+
* Using `pulumi import`, import WorkSpaces Web User Settings using the `user_settings_arn`. For example:
|
|
97
|
+
*
|
|
98
|
+
* ```sh
|
|
99
|
+
* $ pulumi import aws:workspacesweb/userSettings:UserSettings example arn:aws:workspacesweb:us-west-2:123456789012:usersettings/abcdef12345
|
|
100
|
+
* ```
|
|
101
|
+
*/
|
|
102
|
+
export declare class UserSettings extends pulumi.CustomResource {
|
|
103
|
+
/**
|
|
104
|
+
* Get an existing UserSettings resource's state with the given name, ID, and optional extra
|
|
105
|
+
* properties used to qualify the lookup.
|
|
106
|
+
*
|
|
107
|
+
* @param name The _unique_ name of the resulting resource.
|
|
108
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
109
|
+
* @param state Any extra arguments used during the lookup.
|
|
110
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
111
|
+
*/
|
|
112
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: UserSettingsState, opts?: pulumi.CustomResourceOptions): UserSettings;
|
|
113
|
+
/**
|
|
114
|
+
* Returns true if the given object is an instance of UserSettings. This is designed to work even
|
|
115
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
116
|
+
*/
|
|
117
|
+
static isInstance(obj: any): obj is UserSettings;
|
|
118
|
+
/**
|
|
119
|
+
* Additional encryption context for the user settings.
|
|
120
|
+
*/
|
|
121
|
+
readonly additionalEncryptionContext: pulumi.Output<{
|
|
122
|
+
[key: string]: string;
|
|
123
|
+
} | undefined>;
|
|
124
|
+
/**
|
|
125
|
+
* List of web portal ARNs to associate with the user settings.
|
|
126
|
+
*/
|
|
127
|
+
readonly associatedPortalArns: pulumi.Output<string[]>;
|
|
128
|
+
/**
|
|
129
|
+
* Configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser. Detailed below.
|
|
130
|
+
*/
|
|
131
|
+
readonly cookieSynchronizationConfiguration: pulumi.Output<outputs.workspacesweb.UserSettingsCookieSynchronizationConfiguration | undefined>;
|
|
132
|
+
/**
|
|
133
|
+
* Specifies whether the user can copy text from the streaming session to the local device. Valid values are `Enabled` or `Disabled`.
|
|
134
|
+
*/
|
|
135
|
+
readonly copyAllowed: pulumi.Output<string>;
|
|
136
|
+
/**
|
|
137
|
+
* ARN of the customer managed KMS key.
|
|
138
|
+
*/
|
|
139
|
+
readonly customerManagedKey: pulumi.Output<string | undefined>;
|
|
140
|
+
/**
|
|
141
|
+
* Specifies whether the user can use deep links that open automatically when connecting to a session. Valid values are `Enabled` or `Disabled`.
|
|
142
|
+
*/
|
|
143
|
+
readonly deepLinkAllowed: pulumi.Output<string>;
|
|
144
|
+
/**
|
|
145
|
+
* Amount of time that a streaming session remains active after users disconnect. Value must be between 1 and 600 minutes.
|
|
146
|
+
*/
|
|
147
|
+
readonly disconnectTimeoutInMinutes: pulumi.Output<number | undefined>;
|
|
148
|
+
/**
|
|
149
|
+
* Specifies whether the user can download files from the streaming session to the local device. Valid values are `Enabled` or `Disabled`.
|
|
150
|
+
*/
|
|
151
|
+
readonly downloadAllowed: pulumi.Output<string>;
|
|
152
|
+
/**
|
|
153
|
+
* Amount of time that users can be idle before they are disconnected from their streaming session. Value must be between 0 and 60 minutes.
|
|
154
|
+
*/
|
|
155
|
+
readonly idleDisconnectTimeoutInMinutes: pulumi.Output<number | undefined>;
|
|
156
|
+
/**
|
|
157
|
+
* Specifies whether the user can paste text from the local device to the streaming session. Valid values are `Enabled` or `Disabled`.
|
|
158
|
+
*/
|
|
159
|
+
readonly pasteAllowed: pulumi.Output<string>;
|
|
160
|
+
/**
|
|
161
|
+
* Specifies whether the user can print to the local device. Valid values are `Enabled` or `Disabled`.
|
|
162
|
+
*/
|
|
163
|
+
readonly printAllowed: pulumi.Output<string>;
|
|
164
|
+
/**
|
|
165
|
+
* 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.
|
|
166
|
+
*/
|
|
167
|
+
readonly tags: pulumi.Output<{
|
|
168
|
+
[key: string]: string;
|
|
169
|
+
} | undefined>;
|
|
170
|
+
/**
|
|
171
|
+
* Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
172
|
+
*
|
|
173
|
+
* @deprecated Please use `tags` instead.
|
|
174
|
+
*/
|
|
175
|
+
readonly tagsAll: pulumi.Output<{
|
|
176
|
+
[key: string]: string;
|
|
177
|
+
}>;
|
|
178
|
+
/**
|
|
179
|
+
* Configuration of the toolbar. Detailed below.
|
|
180
|
+
*/
|
|
181
|
+
readonly toolbarConfiguration: pulumi.Output<outputs.workspacesweb.UserSettingsToolbarConfiguration | undefined>;
|
|
182
|
+
/**
|
|
183
|
+
* Specifies whether the user can upload files from the local device to the streaming session. Valid values are `Enabled` or `Disabled`.
|
|
184
|
+
*
|
|
185
|
+
* The following arguments are optional:
|
|
186
|
+
*/
|
|
187
|
+
readonly uploadAllowed: pulumi.Output<string>;
|
|
188
|
+
/**
|
|
189
|
+
* ARN of the user settings resource.
|
|
190
|
+
*/
|
|
191
|
+
readonly userSettingsArn: pulumi.Output<string>;
|
|
192
|
+
/**
|
|
193
|
+
* Create a UserSettings resource with the given unique name, arguments, and options.
|
|
194
|
+
*
|
|
195
|
+
* @param name The _unique_ name of the resource.
|
|
196
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
197
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
198
|
+
*/
|
|
199
|
+
constructor(name: string, args: UserSettingsArgs, opts?: pulumi.CustomResourceOptions);
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* Input properties used for looking up and filtering UserSettings resources.
|
|
203
|
+
*/
|
|
204
|
+
export interface UserSettingsState {
|
|
205
|
+
/**
|
|
206
|
+
* Additional encryption context for the user settings.
|
|
207
|
+
*/
|
|
208
|
+
additionalEncryptionContext?: pulumi.Input<{
|
|
209
|
+
[key: string]: pulumi.Input<string>;
|
|
210
|
+
}>;
|
|
211
|
+
/**
|
|
212
|
+
* List of web portal ARNs to associate with the user settings.
|
|
213
|
+
*/
|
|
214
|
+
associatedPortalArns?: pulumi.Input<pulumi.Input<string>[]>;
|
|
215
|
+
/**
|
|
216
|
+
* Configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser. Detailed below.
|
|
217
|
+
*/
|
|
218
|
+
cookieSynchronizationConfiguration?: pulumi.Input<inputs.workspacesweb.UserSettingsCookieSynchronizationConfiguration>;
|
|
219
|
+
/**
|
|
220
|
+
* Specifies whether the user can copy text from the streaming session to the local device. Valid values are `Enabled` or `Disabled`.
|
|
221
|
+
*/
|
|
222
|
+
copyAllowed?: pulumi.Input<string>;
|
|
223
|
+
/**
|
|
224
|
+
* ARN of the customer managed KMS key.
|
|
225
|
+
*/
|
|
226
|
+
customerManagedKey?: pulumi.Input<string>;
|
|
227
|
+
/**
|
|
228
|
+
* Specifies whether the user can use deep links that open automatically when connecting to a session. Valid values are `Enabled` or `Disabled`.
|
|
229
|
+
*/
|
|
230
|
+
deepLinkAllowed?: pulumi.Input<string>;
|
|
231
|
+
/**
|
|
232
|
+
* Amount of time that a streaming session remains active after users disconnect. Value must be between 1 and 600 minutes.
|
|
233
|
+
*/
|
|
234
|
+
disconnectTimeoutInMinutes?: pulumi.Input<number>;
|
|
235
|
+
/**
|
|
236
|
+
* Specifies whether the user can download files from the streaming session to the local device. Valid values are `Enabled` or `Disabled`.
|
|
237
|
+
*/
|
|
238
|
+
downloadAllowed?: pulumi.Input<string>;
|
|
239
|
+
/**
|
|
240
|
+
* Amount of time that users can be idle before they are disconnected from their streaming session. Value must be between 0 and 60 minutes.
|
|
241
|
+
*/
|
|
242
|
+
idleDisconnectTimeoutInMinutes?: pulumi.Input<number>;
|
|
243
|
+
/**
|
|
244
|
+
* Specifies whether the user can paste text from the local device to the streaming session. Valid values are `Enabled` or `Disabled`.
|
|
245
|
+
*/
|
|
246
|
+
pasteAllowed?: pulumi.Input<string>;
|
|
247
|
+
/**
|
|
248
|
+
* Specifies whether the user can print to the local device. Valid values are `Enabled` or `Disabled`.
|
|
249
|
+
*/
|
|
250
|
+
printAllowed?: pulumi.Input<string>;
|
|
251
|
+
/**
|
|
252
|
+
* 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.
|
|
253
|
+
*/
|
|
254
|
+
tags?: pulumi.Input<{
|
|
255
|
+
[key: string]: pulumi.Input<string>;
|
|
256
|
+
}>;
|
|
257
|
+
/**
|
|
258
|
+
* Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
259
|
+
*
|
|
260
|
+
* @deprecated Please use `tags` instead.
|
|
261
|
+
*/
|
|
262
|
+
tagsAll?: pulumi.Input<{
|
|
263
|
+
[key: string]: pulumi.Input<string>;
|
|
264
|
+
}>;
|
|
265
|
+
/**
|
|
266
|
+
* Configuration of the toolbar. Detailed below.
|
|
267
|
+
*/
|
|
268
|
+
toolbarConfiguration?: pulumi.Input<inputs.workspacesweb.UserSettingsToolbarConfiguration>;
|
|
269
|
+
/**
|
|
270
|
+
* Specifies whether the user can upload files from the local device to the streaming session. Valid values are `Enabled` or `Disabled`.
|
|
271
|
+
*
|
|
272
|
+
* The following arguments are optional:
|
|
273
|
+
*/
|
|
274
|
+
uploadAllowed?: pulumi.Input<string>;
|
|
275
|
+
/**
|
|
276
|
+
* ARN of the user settings resource.
|
|
277
|
+
*/
|
|
278
|
+
userSettingsArn?: pulumi.Input<string>;
|
|
279
|
+
}
|
|
280
|
+
/**
|
|
281
|
+
* The set of arguments for constructing a UserSettings resource.
|
|
282
|
+
*/
|
|
283
|
+
export interface UserSettingsArgs {
|
|
284
|
+
/**
|
|
285
|
+
* Additional encryption context for the user settings.
|
|
286
|
+
*/
|
|
287
|
+
additionalEncryptionContext?: pulumi.Input<{
|
|
288
|
+
[key: string]: pulumi.Input<string>;
|
|
289
|
+
}>;
|
|
290
|
+
/**
|
|
291
|
+
* Configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser. Detailed below.
|
|
292
|
+
*/
|
|
293
|
+
cookieSynchronizationConfiguration?: pulumi.Input<inputs.workspacesweb.UserSettingsCookieSynchronizationConfiguration>;
|
|
294
|
+
/**
|
|
295
|
+
* Specifies whether the user can copy text from the streaming session to the local device. Valid values are `Enabled` or `Disabled`.
|
|
296
|
+
*/
|
|
297
|
+
copyAllowed: pulumi.Input<string>;
|
|
298
|
+
/**
|
|
299
|
+
* ARN of the customer managed KMS key.
|
|
300
|
+
*/
|
|
301
|
+
customerManagedKey?: pulumi.Input<string>;
|
|
302
|
+
/**
|
|
303
|
+
* Specifies whether the user can use deep links that open automatically when connecting to a session. Valid values are `Enabled` or `Disabled`.
|
|
304
|
+
*/
|
|
305
|
+
deepLinkAllowed?: pulumi.Input<string>;
|
|
306
|
+
/**
|
|
307
|
+
* Amount of time that a streaming session remains active after users disconnect. Value must be between 1 and 600 minutes.
|
|
308
|
+
*/
|
|
309
|
+
disconnectTimeoutInMinutes?: pulumi.Input<number>;
|
|
310
|
+
/**
|
|
311
|
+
* Specifies whether the user can download files from the streaming session to the local device. Valid values are `Enabled` or `Disabled`.
|
|
312
|
+
*/
|
|
313
|
+
downloadAllowed: pulumi.Input<string>;
|
|
314
|
+
/**
|
|
315
|
+
* Amount of time that users can be idle before they are disconnected from their streaming session. Value must be between 0 and 60 minutes.
|
|
316
|
+
*/
|
|
317
|
+
idleDisconnectTimeoutInMinutes?: pulumi.Input<number>;
|
|
318
|
+
/**
|
|
319
|
+
* Specifies whether the user can paste text from the local device to the streaming session. Valid values are `Enabled` or `Disabled`.
|
|
320
|
+
*/
|
|
321
|
+
pasteAllowed: pulumi.Input<string>;
|
|
322
|
+
/**
|
|
323
|
+
* Specifies whether the user can print to the local device. Valid values are `Enabled` or `Disabled`.
|
|
324
|
+
*/
|
|
325
|
+
printAllowed: pulumi.Input<string>;
|
|
326
|
+
/**
|
|
327
|
+
* 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.
|
|
328
|
+
*/
|
|
329
|
+
tags?: pulumi.Input<{
|
|
330
|
+
[key: string]: pulumi.Input<string>;
|
|
331
|
+
}>;
|
|
332
|
+
/**
|
|
333
|
+
* Configuration of the toolbar. Detailed below.
|
|
334
|
+
*/
|
|
335
|
+
toolbarConfiguration?: pulumi.Input<inputs.workspacesweb.UserSettingsToolbarConfiguration>;
|
|
336
|
+
/**
|
|
337
|
+
* Specifies whether the user can upload files from the local device to the streaming session. Valid values are `Enabled` or `Disabled`.
|
|
338
|
+
*
|
|
339
|
+
* The following arguments are optional:
|
|
340
|
+
*/
|
|
341
|
+
uploadAllowed: pulumi.Input<string>;
|
|
342
|
+
}
|
|
@@ -0,0 +1,194 @@
|
|
|
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.UserSettings = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Resource for managing an AWS WorkSpaces Web User Settings resource. Once associated with a web portal, user settings control how users can transfer data between a streaming session and their local devices.
|
|
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.UserSettings("example", {
|
|
20
|
+
* copyAllowed: "Enabled",
|
|
21
|
+
* downloadAllowed: "Enabled",
|
|
22
|
+
* pasteAllowed: "Enabled",
|
|
23
|
+
* printAllowed: "Enabled",
|
|
24
|
+
* uploadAllowed: "Enabled",
|
|
25
|
+
* });
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
28
|
+
* ### With Toolbar Configuration
|
|
29
|
+
*
|
|
30
|
+
* ```typescript
|
|
31
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
32
|
+
* import * as aws from "@pulumi/aws";
|
|
33
|
+
*
|
|
34
|
+
* const example = new aws.workspacesweb.UserSettings("example", {
|
|
35
|
+
* copyAllowed: "Enabled",
|
|
36
|
+
* downloadAllowed: "Enabled",
|
|
37
|
+
* pasteAllowed: "Enabled",
|
|
38
|
+
* printAllowed: "Enabled",
|
|
39
|
+
* uploadAllowed: "Enabled",
|
|
40
|
+
* toolbarConfiguration: {
|
|
41
|
+
* toolbarType: "Docked",
|
|
42
|
+
* visualMode: "Dark",
|
|
43
|
+
* hiddenToolbarItems: [
|
|
44
|
+
* "Webcam",
|
|
45
|
+
* "Microphone",
|
|
46
|
+
* ],
|
|
47
|
+
* },
|
|
48
|
+
* });
|
|
49
|
+
* ```
|
|
50
|
+
*
|
|
51
|
+
* ### Complete Example
|
|
52
|
+
*
|
|
53
|
+
* ```typescript
|
|
54
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
55
|
+
* import * as aws from "@pulumi/aws";
|
|
56
|
+
*
|
|
57
|
+
* const example = new aws.kms.Key("example", {
|
|
58
|
+
* description: "KMS key for WorkSpaces Web User Settings",
|
|
59
|
+
* deletionWindowInDays: 7,
|
|
60
|
+
* });
|
|
61
|
+
* const exampleUserSettings = new aws.workspacesweb.UserSettings("example", {
|
|
62
|
+
* copyAllowed: "Enabled",
|
|
63
|
+
* downloadAllowed: "Enabled",
|
|
64
|
+
* pasteAllowed: "Enabled",
|
|
65
|
+
* printAllowed: "Enabled",
|
|
66
|
+
* uploadAllowed: "Enabled",
|
|
67
|
+
* deepLinkAllowed: "Enabled",
|
|
68
|
+
* disconnectTimeoutInMinutes: 30,
|
|
69
|
+
* idleDisconnectTimeoutInMinutes: 15,
|
|
70
|
+
* customerManagedKey: example.arn,
|
|
71
|
+
* additionalEncryptionContext: {
|
|
72
|
+
* Environment: "Production",
|
|
73
|
+
* },
|
|
74
|
+
* toolbarConfiguration: {
|
|
75
|
+
* toolbarType: "Docked",
|
|
76
|
+
* visualMode: "Dark",
|
|
77
|
+
* hiddenToolbarItems: [
|
|
78
|
+
* "Webcam",
|
|
79
|
+
* "Microphone",
|
|
80
|
+
* ],
|
|
81
|
+
* maxDisplayResolution: "size1920X1080",
|
|
82
|
+
* },
|
|
83
|
+
* cookieSynchronizationConfiguration: {
|
|
84
|
+
* allowlists: [{
|
|
85
|
+
* domain: "example.com",
|
|
86
|
+
* path: "/path",
|
|
87
|
+
* }],
|
|
88
|
+
* blocklists: [{
|
|
89
|
+
* domain: "blocked.com",
|
|
90
|
+
* }],
|
|
91
|
+
* },
|
|
92
|
+
* tags: {
|
|
93
|
+
* Name: "example-user-settings",
|
|
94
|
+
* },
|
|
95
|
+
* });
|
|
96
|
+
* ```
|
|
97
|
+
*
|
|
98
|
+
* ## Import
|
|
99
|
+
*
|
|
100
|
+
* Using `pulumi import`, import WorkSpaces Web User Settings using the `user_settings_arn`. For example:
|
|
101
|
+
*
|
|
102
|
+
* ```sh
|
|
103
|
+
* $ pulumi import aws:workspacesweb/userSettings:UserSettings example arn:aws:workspacesweb:us-west-2:123456789012:usersettings/abcdef12345
|
|
104
|
+
* ```
|
|
105
|
+
*/
|
|
106
|
+
class UserSettings extends pulumi.CustomResource {
|
|
107
|
+
/**
|
|
108
|
+
* Get an existing UserSettings resource's state with the given name, ID, and optional extra
|
|
109
|
+
* properties used to qualify the lookup.
|
|
110
|
+
*
|
|
111
|
+
* @param name The _unique_ name of the resulting resource.
|
|
112
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
113
|
+
* @param state Any extra arguments used during the lookup.
|
|
114
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
115
|
+
*/
|
|
116
|
+
static get(name, id, state, opts) {
|
|
117
|
+
return new UserSettings(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* Returns true if the given object is an instance of UserSettings. This is designed to work even
|
|
121
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
122
|
+
*/
|
|
123
|
+
static isInstance(obj) {
|
|
124
|
+
if (obj === undefined || obj === null) {
|
|
125
|
+
return false;
|
|
126
|
+
}
|
|
127
|
+
return obj['__pulumiType'] === UserSettings.__pulumiType;
|
|
128
|
+
}
|
|
129
|
+
constructor(name, argsOrState, opts) {
|
|
130
|
+
let resourceInputs = {};
|
|
131
|
+
opts = opts || {};
|
|
132
|
+
if (opts.id) {
|
|
133
|
+
const state = argsOrState;
|
|
134
|
+
resourceInputs["additionalEncryptionContext"] = state ? state.additionalEncryptionContext : undefined;
|
|
135
|
+
resourceInputs["associatedPortalArns"] = state ? state.associatedPortalArns : undefined;
|
|
136
|
+
resourceInputs["cookieSynchronizationConfiguration"] = state ? state.cookieSynchronizationConfiguration : undefined;
|
|
137
|
+
resourceInputs["copyAllowed"] = state ? state.copyAllowed : undefined;
|
|
138
|
+
resourceInputs["customerManagedKey"] = state ? state.customerManagedKey : undefined;
|
|
139
|
+
resourceInputs["deepLinkAllowed"] = state ? state.deepLinkAllowed : undefined;
|
|
140
|
+
resourceInputs["disconnectTimeoutInMinutes"] = state ? state.disconnectTimeoutInMinutes : undefined;
|
|
141
|
+
resourceInputs["downloadAllowed"] = state ? state.downloadAllowed : undefined;
|
|
142
|
+
resourceInputs["idleDisconnectTimeoutInMinutes"] = state ? state.idleDisconnectTimeoutInMinutes : undefined;
|
|
143
|
+
resourceInputs["pasteAllowed"] = state ? state.pasteAllowed : undefined;
|
|
144
|
+
resourceInputs["printAllowed"] = state ? state.printAllowed : undefined;
|
|
145
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
146
|
+
resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
|
|
147
|
+
resourceInputs["toolbarConfiguration"] = state ? state.toolbarConfiguration : undefined;
|
|
148
|
+
resourceInputs["uploadAllowed"] = state ? state.uploadAllowed : undefined;
|
|
149
|
+
resourceInputs["userSettingsArn"] = state ? state.userSettingsArn : undefined;
|
|
150
|
+
}
|
|
151
|
+
else {
|
|
152
|
+
const args = argsOrState;
|
|
153
|
+
if ((!args || args.copyAllowed === undefined) && !opts.urn) {
|
|
154
|
+
throw new Error("Missing required property 'copyAllowed'");
|
|
155
|
+
}
|
|
156
|
+
if ((!args || args.downloadAllowed === undefined) && !opts.urn) {
|
|
157
|
+
throw new Error("Missing required property 'downloadAllowed'");
|
|
158
|
+
}
|
|
159
|
+
if ((!args || args.pasteAllowed === undefined) && !opts.urn) {
|
|
160
|
+
throw new Error("Missing required property 'pasteAllowed'");
|
|
161
|
+
}
|
|
162
|
+
if ((!args || args.printAllowed === undefined) && !opts.urn) {
|
|
163
|
+
throw new Error("Missing required property 'printAllowed'");
|
|
164
|
+
}
|
|
165
|
+
if ((!args || args.uploadAllowed === undefined) && !opts.urn) {
|
|
166
|
+
throw new Error("Missing required property 'uploadAllowed'");
|
|
167
|
+
}
|
|
168
|
+
resourceInputs["additionalEncryptionContext"] = args ? args.additionalEncryptionContext : undefined;
|
|
169
|
+
resourceInputs["cookieSynchronizationConfiguration"] = args ? args.cookieSynchronizationConfiguration : undefined;
|
|
170
|
+
resourceInputs["copyAllowed"] = args ? args.copyAllowed : undefined;
|
|
171
|
+
resourceInputs["customerManagedKey"] = args ? args.customerManagedKey : undefined;
|
|
172
|
+
resourceInputs["deepLinkAllowed"] = args ? args.deepLinkAllowed : undefined;
|
|
173
|
+
resourceInputs["disconnectTimeoutInMinutes"] = args ? args.disconnectTimeoutInMinutes : undefined;
|
|
174
|
+
resourceInputs["downloadAllowed"] = args ? args.downloadAllowed : undefined;
|
|
175
|
+
resourceInputs["idleDisconnectTimeoutInMinutes"] = args ? args.idleDisconnectTimeoutInMinutes : undefined;
|
|
176
|
+
resourceInputs["pasteAllowed"] = args ? args.pasteAllowed : undefined;
|
|
177
|
+
resourceInputs["printAllowed"] = args ? args.printAllowed : undefined;
|
|
178
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
179
|
+
resourceInputs["toolbarConfiguration"] = args ? args.toolbarConfiguration : undefined;
|
|
180
|
+
resourceInputs["uploadAllowed"] = args ? args.uploadAllowed : undefined;
|
|
181
|
+
resourceInputs["associatedPortalArns"] = undefined /*out*/;
|
|
182
|
+
resourceInputs["tagsAll"] = undefined /*out*/;
|
|
183
|
+
resourceInputs["userSettingsArn"] = undefined /*out*/;
|
|
184
|
+
}
|
|
185
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
186
|
+
const aliasOpts = { aliases: [{ type: "aws:workspaces/webUserSettings:WebUserSettings" }] };
|
|
187
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
188
|
+
super(UserSettings.__pulumiType, name, resourceInputs, opts);
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
exports.UserSettings = UserSettings;
|
|
192
|
+
/** @internal */
|
|
193
|
+
UserSettings.__pulumiType = 'aws:workspacesweb/userSettings:UserSettings';
|
|
194
|
+
//# sourceMappingURL=userSettings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"userSettings.js","sourceRoot":"","sources":["../../workspacesweb/userSettings.ts"],"names":[],"mappings":"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"}
|