@pulumi/aws 6.83.0-alpha.1749735083 → 6.83.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) hide show
  1. package/amp/index.d.ts +3 -0
  2. package/amp/index.js +6 -1
  3. package/amp/index.js.map +1 -1
  4. package/amp/workspaceConfiguration.d.ts +149 -0
  5. package/amp/workspaceConfiguration.js +124 -0
  6. package/amp/workspaceConfiguration.js.map +1 -0
  7. package/cloudfront/keyvaluestoreKeysExclusive.d.ts +12 -0
  8. package/cloudfront/keyvaluestoreKeysExclusive.js +2 -0
  9. package/cloudfront/keyvaluestoreKeysExclusive.js.map +1 -1
  10. package/dsql/cluster.d.ts +170 -0
  11. package/dsql/cluster.js +94 -0
  12. package/dsql/cluster.js.map +1 -0
  13. package/dsql/clusterPeering.d.ts +114 -0
  14. package/dsql/clusterPeering.js +101 -0
  15. package/dsql/clusterPeering.js.map +1 -0
  16. package/dsql/index.d.ts +6 -0
  17. package/dsql/index.js +27 -0
  18. package/dsql/index.js.map +1 -0
  19. package/ec2/vpnConnection.d.ts +20 -0
  20. package/ec2/vpnConnection.js +4 -0
  21. package/ec2/vpnConnection.js.map +1 -1
  22. package/fsx/lustreFileSystem.d.ts +18 -3
  23. package/fsx/lustreFileSystem.js +4 -0
  24. package/fsx/lustreFileSystem.js.map +1 -1
  25. package/glue/job.d.ts +102 -5
  26. package/glue/job.js +102 -5
  27. package/glue/job.js.map +1 -1
  28. package/index.d.ts +3 -1
  29. package/index.js +7 -3
  30. package/index.js.map +1 -1
  31. package/lambda/codeSigningConfig.d.ts +2 -2
  32. package/lambda/codeSigningConfig.js +2 -2
  33. package/lightsail/bucket.d.ts +40 -28
  34. package/lightsail/bucket.js +4 -4
  35. package/lightsail/bucket.js.map +1 -1
  36. package/lightsail/bucketAccessKey.d.ts +16 -16
  37. package/lightsail/bucketAccessKey.js +5 -5
  38. package/lightsail/bucketResourceAccess.d.ts +30 -8
  39. package/lightsail/bucketResourceAccess.js +24 -2
  40. package/lightsail/bucketResourceAccess.js.map +1 -1
  41. package/lightsail/certificate.d.ts +29 -23
  42. package/lightsail/certificate.js +6 -6
  43. package/lightsail/certificate.js.map +1 -1
  44. package/lightsail/containerService.d.ts +62 -97
  45. package/lightsail/containerService.js +11 -15
  46. package/lightsail/containerService.js.map +1 -1
  47. package/lightsail/containerServiceDeploymentVersion.d.ts +22 -16
  48. package/lightsail/containerServiceDeploymentVersion.js +1 -1
  49. package/lightsail/containerServiceDeploymentVersion.js.map +1 -1
  50. package/lightsail/database.d.ts +113 -109
  51. package/lightsail/database.js +36 -38
  52. package/lightsail/database.js.map +1 -1
  53. package/lightsail/disk.d.ts +30 -24
  54. package/lightsail/disk.js +4 -4
  55. package/lightsail/disk.js.map +1 -1
  56. package/lightsail/disk_attachment.d.ts +19 -19
  57. package/lightsail/disk_attachment.js +10 -10
  58. package/lightsail/distribution.d.ts +84 -88
  59. package/lightsail/distribution.js +32 -38
  60. package/lightsail/distribution.js.map +1 -1
  61. package/lightsail/domain.d.ts +10 -12
  62. package/lightsail/domain.js +5 -7
  63. package/lightsail/domain.js.map +1 -1
  64. package/lightsail/domainEntry.d.ts +27 -21
  65. package/lightsail/domainEntry.js +6 -6
  66. package/lightsail/domainEntry.js.map +1 -1
  67. package/lightsail/instance.d.ts +60 -78
  68. package/lightsail/instance.js +9 -12
  69. package/lightsail/instance.js.map +1 -1
  70. package/lightsail/instancePublicPorts.d.ts +29 -14
  71. package/lightsail/instancePublicPorts.js +26 -11
  72. package/lightsail/instancePublicPorts.js.map +1 -1
  73. package/lightsail/keyPair.d.ts +44 -34
  74. package/lightsail/keyPair.js +6 -9
  75. package/lightsail/keyPair.js.map +1 -1
  76. package/lightsail/lb.d.ts +47 -30
  77. package/lightsail/lb.js +6 -4
  78. package/lightsail/lb.js.map +1 -1
  79. package/lightsail/lbAttachment.d.ts +15 -15
  80. package/lightsail/lbAttachment.js +9 -9
  81. package/lightsail/lbCertificate.d.ts +41 -21
  82. package/lightsail/lbCertificate.js +10 -8
  83. package/lightsail/lbCertificate.js.map +1 -1
  84. package/lightsail/lbCertificateAttachment.d.ts +19 -17
  85. package/lightsail/lbCertificateAttachment.js +13 -11
  86. package/lightsail/lbCertificateAttachment.js.map +1 -1
  87. package/lightsail/lbHttpsRedirectionPolicy.d.ts +21 -19
  88. package/lightsail/lbHttpsRedirectionPolicy.js +15 -13
  89. package/lightsail/lbHttpsRedirectionPolicy.js.map +1 -1
  90. package/lightsail/lbStickinessPolicy.d.ts +17 -15
  91. package/lightsail/lbStickinessPolicy.js +8 -6
  92. package/lightsail/lbStickinessPolicy.js.map +1 -1
  93. package/lightsail/staticIp.d.ts +22 -12
  94. package/lightsail/staticIp.js +13 -3
  95. package/lightsail/staticIp.js.map +1 -1
  96. package/lightsail/staticIpAttachment.d.ts +28 -19
  97. package/lightsail/staticIpAttachment.js +20 -11
  98. package/lightsail/staticIpAttachment.js.map +1 -1
  99. package/neptune/cluster.d.ts +81 -90
  100. package/neptune/cluster.js.map +1 -1
  101. package/neptune/getEngineVersion.d.ts +95 -13
  102. package/neptune/getEngineVersion.js +22 -6
  103. package/neptune/getEngineVersion.js.map +1 -1
  104. package/neptune/globalCluster.d.ts +11 -14
  105. package/neptune/globalCluster.js.map +1 -1
  106. package/networkfirewall/ruleGroup.d.ts +46 -0
  107. package/networkfirewall/ruleGroup.js +46 -0
  108. package/networkfirewall/ruleGroup.js.map +1 -1
  109. package/package.json +2 -2
  110. package/pinpoint/smsvoicev2PhoneNumber.d.ts +12 -0
  111. package/pinpoint/smsvoicev2PhoneNumber.js +2 -0
  112. package/pinpoint/smsvoicev2PhoneNumber.js.map +1 -1
  113. package/s3/accessPoint.d.ts +22 -1
  114. package/s3/accessPoint.js +22 -1
  115. package/s3/accessPoint.js.map +1 -1
  116. package/s3control/directoryBucketAccessPointScope.d.ts +120 -0
  117. package/s3control/directoryBucketAccessPointScope.js +102 -0
  118. package/s3control/directoryBucketAccessPointScope.js.map +1 -0
  119. package/s3control/index.d.ts +3 -0
  120. package/s3control/index.js +6 -1
  121. package/s3control/index.js.map +1 -1
  122. package/ssm/association.d.ts +155 -0
  123. package/ssm/association.js +155 -0
  124. package/ssm/association.js.map +1 -1
  125. package/types/input.d.ts +579 -56
  126. package/types/input.js.map +1 -1
  127. package/types/output.d.ts +579 -56
  128. package/types/output.js.map +1 -1
  129. package/vpc/index.d.ts +15 -0
  130. package/vpc/index.js +26 -1
  131. package/vpc/index.js.map +1 -1
  132. package/vpc/routeServer.d.ts +197 -0
  133. package/vpc/routeServer.js +114 -0
  134. package/vpc/routeServer.js.map +1 -0
  135. package/vpc/routeServerEndpoint.d.ts +173 -0
  136. package/vpc/routeServerEndpoint.js +101 -0
  137. package/vpc/routeServerEndpoint.js.map +1 -0
  138. package/vpc/routeServerPeer.d.ts +233 -0
  139. package/vpc/routeServerPeer.js +154 -0
  140. package/vpc/routeServerPeer.js.map +1 -0
  141. package/vpc/routeServerPropagation.d.ts +90 -0
  142. package/vpc/routeServerPropagation.js +84 -0
  143. package/vpc/routeServerPropagation.js.map +1 -0
  144. package/vpc/routeServerVpcAssociation.d.ts +90 -0
  145. package/vpc/routeServerVpcAssociation.js +84 -0
  146. package/vpc/routeServerVpcAssociation.js.map +1 -0
  147. package/workspaces/index.d.ts +9 -0
  148. package/workspaces/index.js +16 -1
  149. package/workspaces/index.js.map +1 -1
  150. package/workspaces/webBrowserSettings.d.ts +5 -2
  151. package/workspaces/webBrowserSettings.js +7 -2
  152. package/workspaces/webBrowserSettings.js.map +1 -1
  153. package/workspaces/webDataProtectionSettings.d.ts +264 -0
  154. package/workspaces/webDataProtectionSettings.js +174 -0
  155. package/workspaces/webDataProtectionSettings.js.map +1 -0
  156. package/workspaces/webIpAccessSettings.d.ts +245 -0
  157. package/workspaces/webIpAccessSettings.js +155 -0
  158. package/workspaces/webIpAccessSettings.js.map +1 -0
  159. package/workspaces/webNetworkSettings.d.ts +4 -1
  160. package/workspaces/webNetworkSettings.js +6 -1
  161. package/workspaces/webNetworkSettings.js.map +1 -1
  162. package/workspaces/webUserAccessLoggingSettings.d.ts +152 -0
  163. package/workspaces/webUserAccessLoggingSettings.js +110 -0
  164. package/workspaces/webUserAccessLoggingSettings.js.map +1 -0
  165. package/workspaces/webUserSettings.d.ts +6 -3
  166. package/workspaces/webUserSettings.js +8 -3
  167. package/workspaces/webUserSettings.js.map +1 -1
  168. package/workspacesweb/browserSettings.d.ts +190 -0
  169. package/workspacesweb/browserSettings.js +122 -0
  170. package/workspacesweb/browserSettings.js.map +1 -0
  171. package/workspacesweb/dataProtectionSettings.d.ts +261 -0
  172. package/workspacesweb/dataProtectionSettings.js +171 -0
  173. package/workspacesweb/dataProtectionSettings.js.map +1 -0
  174. package/workspacesweb/index.d.ts +18 -0
  175. package/workspacesweb/index.js +47 -0
  176. package/workspacesweb/index.js.map +1 -0
  177. package/workspacesweb/ipAccessSettings.d.ts +242 -0
  178. package/workspacesweb/ipAccessSettings.js +152 -0
  179. package/workspacesweb/ipAccessSettings.js.map +1 -0
  180. package/workspacesweb/networkSettings.d.ts +181 -0
  181. package/workspacesweb/networkSettings.js +125 -0
  182. package/workspacesweb/networkSettings.js.map +1 -0
  183. package/workspacesweb/userAccessLoggingSettings.d.ts +149 -0
  184. package/workspacesweb/userAccessLoggingSettings.js +107 -0
  185. package/workspacesweb/userAccessLoggingSettings.js.map +1 -0
  186. package/workspacesweb/userSettings.d.ts +342 -0
  187. package/workspacesweb/userSettings.js +194 -0
  188. package/workspacesweb/userSettings.js.map +1 -0
package/lightsail/lb.js CHANGED
@@ -6,7 +6,9 @@ exports.Lb = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Creates a Lightsail load balancer resource.
9
+ * Manages a Lightsail load balancer resource.
10
+ *
11
+ * Use this resource to distribute incoming traffic across multiple Lightsail instances to improve application availability and performance.
10
12
  *
11
13
  * ## Example Usage
12
14
  *
@@ -14,8 +16,8 @@ const utilities = require("../utilities");
14
16
  * import * as pulumi from "@pulumi/pulumi";
15
17
  * import * as aws from "@pulumi/aws";
16
18
  *
17
- * const test = new aws.lightsail.Lb("test", {
18
- * name: "test-load-balancer",
19
+ * const example = new aws.lightsail.Lb("example", {
20
+ * name: "example-load-balancer",
19
21
  * healthCheckPath: "/",
20
22
  * instancePort: 80,
21
23
  * tags: {
@@ -29,7 +31,7 @@ const utilities = require("../utilities");
29
31
  * Using `pulumi import`, import `aws_lightsail_lb` using the name attribute. For example:
30
32
  *
31
33
  * ```sh
32
- * $ pulumi import aws:lightsail/lb:Lb test example-load-balancer
34
+ * $ pulumi import aws:lightsail/lb:Lb example example-load-balancer
33
35
  * ```
34
36
  */
35
37
  class Lb extends pulumi.CustomResource {
@@ -1 +1 @@
1
- {"version":3,"file":"lb.js","sourceRoot":"","sources":["../../lightsail/lb.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"lb.js","sourceRoot":"","sources":["../../lightsail/lb.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Attaches a Lightsail Instance to a Lightsail Load Balancer.
3
+ * Manages a Lightsail Load Balancer Attachment. Use this resource to attach Lightsail instances to a load balancer for distributing traffic across multiple instances.
4
4
  *
5
5
  * ## Example Usage
6
6
  *
@@ -15,23 +15,23 @@ import * as pulumi from "@pulumi/pulumi";
15
15
  * values: ["opt-in-not-required"],
16
16
  * }],
17
17
  * });
18
- * const test = new aws.lightsail.Lb("test", {
19
- * name: "test-load-balancer",
18
+ * const example = new aws.lightsail.Lb("example", {
19
+ * name: "example-load-balancer",
20
20
  * healthCheckPath: "/",
21
21
  * instancePort: 80,
22
22
  * tags: {
23
23
  * foo: "bar",
24
24
  * },
25
25
  * });
26
- * const testInstance = new aws.lightsail.Instance("test", {
27
- * name: "test-instance",
26
+ * const exampleInstance = new aws.lightsail.Instance("example", {
27
+ * name: "example-instance",
28
28
  * availabilityZone: available.then(available => available.names?.[0]),
29
29
  * blueprintId: "amazon_linux_2",
30
30
  * bundleId: "nano_3_0",
31
31
  * });
32
- * const testLbAttachment = new aws.lightsail.LbAttachment("test", {
33
- * lbName: test.name,
34
- * instanceName: testInstance.name,
32
+ * const exampleLbAttachment = new aws.lightsail.LbAttachment("example", {
33
+ * lbName: example.name,
34
+ * instanceName: exampleInstance.name,
35
35
  * });
36
36
  * ```
37
37
  *
@@ -40,7 +40,7 @@ import * as pulumi from "@pulumi/pulumi";
40
40
  * Using `pulumi import`, import `aws_lightsail_lb_attachment` using the name attribute. For example:
41
41
  *
42
42
  * ```sh
43
- * $ pulumi import aws:lightsail/lbAttachment:LbAttachment test example-load-balancer,example-instance
43
+ * $ pulumi import aws:lightsail/lbAttachment:LbAttachment example example-load-balancer,example-instance
44
44
  * ```
45
45
  */
46
46
  export declare class LbAttachment extends pulumi.CustomResource {
@@ -60,11 +60,11 @@ export declare class LbAttachment extends pulumi.CustomResource {
60
60
  */
61
61
  static isInstance(obj: any): obj is LbAttachment;
62
62
  /**
63
- * The name of the instance to attach to the load balancer.
63
+ * Name of the instance to attach to the load balancer.
64
64
  */
65
65
  readonly instanceName: pulumi.Output<string>;
66
66
  /**
67
- * The name of the Lightsail load balancer.
67
+ * Name of the Lightsail load balancer.
68
68
  */
69
69
  readonly lbName: pulumi.Output<string>;
70
70
  /**
@@ -81,11 +81,11 @@ export declare class LbAttachment extends pulumi.CustomResource {
81
81
  */
82
82
  export interface LbAttachmentState {
83
83
  /**
84
- * The name of the instance to attach to the load balancer.
84
+ * Name of the instance to attach to the load balancer.
85
85
  */
86
86
  instanceName?: pulumi.Input<string>;
87
87
  /**
88
- * The name of the Lightsail load balancer.
88
+ * Name of the Lightsail load balancer.
89
89
  */
90
90
  lbName?: pulumi.Input<string>;
91
91
  }
@@ -94,11 +94,11 @@ export interface LbAttachmentState {
94
94
  */
95
95
  export interface LbAttachmentArgs {
96
96
  /**
97
- * The name of the instance to attach to the load balancer.
97
+ * Name of the instance to attach to the load balancer.
98
98
  */
99
99
  instanceName: pulumi.Input<string>;
100
100
  /**
101
- * The name of the Lightsail load balancer.
101
+ * Name of the Lightsail load balancer.
102
102
  */
103
103
  lbName: pulumi.Input<string>;
104
104
  }
@@ -6,7 +6,7 @@ exports.LbAttachment = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Attaches a Lightsail Instance to a Lightsail Load Balancer.
9
+ * Manages a Lightsail Load Balancer Attachment. Use this resource to attach Lightsail instances to a load balancer for distributing traffic across multiple instances.
10
10
  *
11
11
  * ## Example Usage
12
12
  *
@@ -21,23 +21,23 @@ const utilities = require("../utilities");
21
21
  * values: ["opt-in-not-required"],
22
22
  * }],
23
23
  * });
24
- * const test = new aws.lightsail.Lb("test", {
25
- * name: "test-load-balancer",
24
+ * const example = new aws.lightsail.Lb("example", {
25
+ * name: "example-load-balancer",
26
26
  * healthCheckPath: "/",
27
27
  * instancePort: 80,
28
28
  * tags: {
29
29
  * foo: "bar",
30
30
  * },
31
31
  * });
32
- * const testInstance = new aws.lightsail.Instance("test", {
33
- * name: "test-instance",
32
+ * const exampleInstance = new aws.lightsail.Instance("example", {
33
+ * name: "example-instance",
34
34
  * availabilityZone: available.then(available => available.names?.[0]),
35
35
  * blueprintId: "amazon_linux_2",
36
36
  * bundleId: "nano_3_0",
37
37
  * });
38
- * const testLbAttachment = new aws.lightsail.LbAttachment("test", {
39
- * lbName: test.name,
40
- * instanceName: testInstance.name,
38
+ * const exampleLbAttachment = new aws.lightsail.LbAttachment("example", {
39
+ * lbName: example.name,
40
+ * instanceName: exampleInstance.name,
41
41
  * });
42
42
  * ```
43
43
  *
@@ -46,7 +46,7 @@ const utilities = require("../utilities");
46
46
  * Using `pulumi import`, import `aws_lightsail_lb_attachment` using the name attribute. For example:
47
47
  *
48
48
  * ```sh
49
- * $ pulumi import aws:lightsail/lbAttachment:LbAttachment test example-load-balancer,example-instance
49
+ * $ pulumi import aws:lightsail/lbAttachment:LbAttachment example example-load-balancer,example-instance
50
50
  * ```
51
51
  */
52
52
  class LbAttachment extends pulumi.CustomResource {
@@ -2,7 +2,9 @@ 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
- * Creates a Lightsail load balancer Certificate resource.
5
+ * Manages a Lightsail Load Balancer Certificate.
6
+ *
7
+ * Use this resource to create and manage SSL/TLS certificates for Lightsail Load Balancers. The certificate must be validated before it can be attached to a load balancer to enable HTTPS traffic.
6
8
  *
7
9
  * ## Example Usage
8
10
  *
@@ -10,18 +12,18 @@ import * as outputs from "../types/output";
10
12
  * import * as pulumi from "@pulumi/pulumi";
11
13
  * import * as aws from "@pulumi/aws";
12
14
  *
13
- * const test = new aws.lightsail.Lb("test", {
14
- * name: "test-load-balancer",
15
+ * const example = new aws.lightsail.Lb("example", {
16
+ * name: "example-load-balancer",
15
17
  * healthCheckPath: "/",
16
18
  * instancePort: 80,
17
19
  * tags: {
18
20
  * foo: "bar",
19
21
  * },
20
22
  * });
21
- * const testLbCertificate = new aws.lightsail.LbCertificate("test", {
22
- * name: "test-load-balancer-certificate",
23
- * lbName: test.id,
24
- * domainName: "test.com",
23
+ * const exampleLbCertificate = new aws.lightsail.LbCertificate("example", {
24
+ * name: "example-load-balancer-certificate",
25
+ * lbName: example.id,
26
+ * domainName: "example.com",
25
27
  * });
26
28
  * ```
27
29
  *
@@ -30,7 +32,7 @@ import * as outputs from "../types/output";
30
32
  * Using `pulumi import`, import `aws_lightsail_lb_certificate` using the id attribute. For example:
31
33
  *
32
34
  * ```sh
33
- * $ pulumi import aws:lightsail/lbCertificate:LbCertificate test example-load-balancer,example-load-balancer-certificate
35
+ * $ pulumi import aws:lightsail/lbCertificate:LbCertificate example example-load-balancer,example-load-balancer-certificate
34
36
  * ```
35
37
  */
36
38
  export declare class LbCertificate extends pulumi.CustomResource {
@@ -50,30 +52,38 @@ export declare class LbCertificate extends pulumi.CustomResource {
50
52
  */
51
53
  static isInstance(obj: any): obj is LbCertificate;
52
54
  /**
53
- * The ARN of the lightsail certificate.
55
+ * ARN of the lightsail certificate.
54
56
  */
55
57
  readonly arn: pulumi.Output<string>;
56
58
  /**
57
- * The timestamp when the instance was created.
59
+ * Timestamp when the instance was created.
58
60
  */
59
61
  readonly createdAt: pulumi.Output<string>;
60
62
  /**
61
- * The domain name (e.g., example.com) for your SSL/TLS certificate.
63
+ * Domain name (e.g., example.com) for your SSL/TLS certificate.
62
64
  */
63
65
  readonly domainName: pulumi.Output<string>;
66
+ /**
67
+ * Set of domain validation objects which can be used to complete certificate validation. Can have more than one element, e.g., if SANs are defined.
68
+ */
64
69
  readonly domainValidationRecords: pulumi.Output<outputs.lightsail.LbCertificateDomainValidationRecord[]>;
65
70
  /**
66
- * The load balancer name where you want to create the SSL/TLS certificate.
71
+ * Load balancer name where you want to create the SSL/TLS certificate.
67
72
  */
68
73
  readonly lbName: pulumi.Output<string>;
69
74
  /**
70
- * The SSL/TLS certificate name.
75
+ * SSL/TLS certificate name.
76
+ *
77
+ * The following arguments are optional:
71
78
  */
72
79
  readonly name: pulumi.Output<string>;
73
80
  /**
74
81
  * Set of domains that should be SANs in the issued certificate. `domainName` attribute is automatically added as a Subject Alternative Name.
75
82
  */
76
83
  readonly subjectAlternativeNames: pulumi.Output<string[]>;
84
+ /**
85
+ * Support code for the certificate.
86
+ */
77
87
  readonly supportCode: pulumi.Output<string>;
78
88
  /**
79
89
  * Create a LbCertificate resource with the given unique name, arguments, and options.
@@ -89,30 +99,38 @@ export declare class LbCertificate extends pulumi.CustomResource {
89
99
  */
90
100
  export interface LbCertificateState {
91
101
  /**
92
- * The ARN of the lightsail certificate.
102
+ * ARN of the lightsail certificate.
93
103
  */
94
104
  arn?: pulumi.Input<string>;
95
105
  /**
96
- * The timestamp when the instance was created.
106
+ * Timestamp when the instance was created.
97
107
  */
98
108
  createdAt?: pulumi.Input<string>;
99
109
  /**
100
- * The domain name (e.g., example.com) for your SSL/TLS certificate.
110
+ * Domain name (e.g., example.com) for your SSL/TLS certificate.
101
111
  */
102
112
  domainName?: pulumi.Input<string>;
113
+ /**
114
+ * Set of domain validation objects which can be used to complete certificate validation. Can have more than one element, e.g., if SANs are defined.
115
+ */
103
116
  domainValidationRecords?: pulumi.Input<pulumi.Input<inputs.lightsail.LbCertificateDomainValidationRecord>[]>;
104
117
  /**
105
- * The load balancer name where you want to create the SSL/TLS certificate.
118
+ * Load balancer name where you want to create the SSL/TLS certificate.
106
119
  */
107
120
  lbName?: pulumi.Input<string>;
108
121
  /**
109
- * The SSL/TLS certificate name.
122
+ * SSL/TLS certificate name.
123
+ *
124
+ * The following arguments are optional:
110
125
  */
111
126
  name?: pulumi.Input<string>;
112
127
  /**
113
128
  * Set of domains that should be SANs in the issued certificate. `domainName` attribute is automatically added as a Subject Alternative Name.
114
129
  */
115
130
  subjectAlternativeNames?: pulumi.Input<pulumi.Input<string>[]>;
131
+ /**
132
+ * Support code for the certificate.
133
+ */
116
134
  supportCode?: pulumi.Input<string>;
117
135
  }
118
136
  /**
@@ -120,15 +138,17 @@ export interface LbCertificateState {
120
138
  */
121
139
  export interface LbCertificateArgs {
122
140
  /**
123
- * The domain name (e.g., example.com) for your SSL/TLS certificate.
141
+ * Domain name (e.g., example.com) for your SSL/TLS certificate.
124
142
  */
125
143
  domainName?: pulumi.Input<string>;
126
144
  /**
127
- * The load balancer name where you want to create the SSL/TLS certificate.
145
+ * Load balancer name where you want to create the SSL/TLS certificate.
128
146
  */
129
147
  lbName: pulumi.Input<string>;
130
148
  /**
131
- * The SSL/TLS certificate name.
149
+ * SSL/TLS certificate name.
150
+ *
151
+ * The following arguments are optional:
132
152
  */
133
153
  name?: pulumi.Input<string>;
134
154
  /**
@@ -6,7 +6,9 @@ exports.LbCertificate = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Creates a Lightsail load balancer Certificate resource.
9
+ * Manages a Lightsail Load Balancer Certificate.
10
+ *
11
+ * Use this resource to create and manage SSL/TLS certificates for Lightsail Load Balancers. The certificate must be validated before it can be attached to a load balancer to enable HTTPS traffic.
10
12
  *
11
13
  * ## Example Usage
12
14
  *
@@ -14,18 +16,18 @@ const utilities = require("../utilities");
14
16
  * import * as pulumi from "@pulumi/pulumi";
15
17
  * import * as aws from "@pulumi/aws";
16
18
  *
17
- * const test = new aws.lightsail.Lb("test", {
18
- * name: "test-load-balancer",
19
+ * const example = new aws.lightsail.Lb("example", {
20
+ * name: "example-load-balancer",
19
21
  * healthCheckPath: "/",
20
22
  * instancePort: 80,
21
23
  * tags: {
22
24
  * foo: "bar",
23
25
  * },
24
26
  * });
25
- * const testLbCertificate = new aws.lightsail.LbCertificate("test", {
26
- * name: "test-load-balancer-certificate",
27
- * lbName: test.id,
28
- * domainName: "test.com",
27
+ * const exampleLbCertificate = new aws.lightsail.LbCertificate("example", {
28
+ * name: "example-load-balancer-certificate",
29
+ * lbName: example.id,
30
+ * domainName: "example.com",
29
31
  * });
30
32
  * ```
31
33
  *
@@ -34,7 +36,7 @@ const utilities = require("../utilities");
34
36
  * Using `pulumi import`, import `aws_lightsail_lb_certificate` using the id attribute. For example:
35
37
  *
36
38
  * ```sh
37
- * $ pulumi import aws:lightsail/lbCertificate:LbCertificate test example-load-balancer,example-load-balancer-certificate
39
+ * $ pulumi import aws:lightsail/lbCertificate:LbCertificate example example-load-balancer,example-load-balancer-certificate
38
40
  * ```
39
41
  */
40
42
  class LbCertificate extends pulumi.CustomResource {
@@ -1 +1 @@
1
- {"version":3,"file":"lbCertificate.js","sourceRoot":"","sources":["../../lightsail/lbCertificate.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"lbCertificate.js","sourceRoot":"","sources":["../../lightsail/lbCertificate.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,8 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Attaches a Lightsail Load Balancer Certificate to a Lightsail Load Balancer.
3
+ * Manages a Lightsail Load Balancer Certificate attachment to a Lightsail Load Balancer.
4
+ *
5
+ * Use this resource to attach a validated SSL/TLS certificate to a Lightsail Load Balancer to enable HTTPS traffic. The certificate must be validated before it can be attached to the load balancer.
4
6
  *
5
7
  * ## Example Usage
6
8
  *
@@ -8,22 +10,22 @@ import * as pulumi from "@pulumi/pulumi";
8
10
  * import * as pulumi from "@pulumi/pulumi";
9
11
  * import * as aws from "@pulumi/aws";
10
12
  *
11
- * const test = new aws.lightsail.Lb("test", {
12
- * name: "test-load-balancer",
13
+ * const example = new aws.lightsail.Lb("example", {
14
+ * name: "example-load-balancer",
13
15
  * healthCheckPath: "/",
14
16
  * instancePort: 80,
15
17
  * tags: {
16
18
  * foo: "bar",
17
19
  * },
18
20
  * });
19
- * const testLbCertificate = new aws.lightsail.LbCertificate("test", {
20
- * name: "test-load-balancer-certificate",
21
- * lbName: test.id,
22
- * domainName: "test.com",
21
+ * const exampleLbCertificate = new aws.lightsail.LbCertificate("example", {
22
+ * name: "example-load-balancer-certificate",
23
+ * lbName: example.id,
24
+ * domainName: "example.com",
23
25
  * });
24
- * const testLbCertificateAttachment = new aws.lightsail.LbCertificateAttachment("test", {
25
- * lbName: test.name,
26
- * certificateName: testLbCertificate.name,
26
+ * const exampleLbCertificateAttachment = new aws.lightsail.LbCertificateAttachment("example", {
27
+ * lbName: example.name,
28
+ * certificateName: exampleLbCertificate.name,
27
29
  * });
28
30
  * ```
29
31
  *
@@ -32,7 +34,7 @@ import * as pulumi from "@pulumi/pulumi";
32
34
  * Using `pulumi import`, import `aws_lightsail_lb_certificate_attachment` using the name attribute. For example:
33
35
  *
34
36
  * ```sh
35
- * $ pulumi import aws:lightsail/lbCertificateAttachment:LbCertificateAttachment test example-load-balancer,example-certificate
37
+ * $ pulumi import aws:lightsail/lbCertificateAttachment:LbCertificateAttachment example example-load-balancer,example-certificate
36
38
  * ```
37
39
  */
38
40
  export declare class LbCertificateAttachment extends pulumi.CustomResource {
@@ -52,11 +54,11 @@ export declare class LbCertificateAttachment extends pulumi.CustomResource {
52
54
  */
53
55
  static isInstance(obj: any): obj is LbCertificateAttachment;
54
56
  /**
55
- * The name of your SSL/TLS certificate.
57
+ * Name of your SSL/TLS certificate.
56
58
  */
57
59
  readonly certificateName: pulumi.Output<string>;
58
60
  /**
59
- * The name of the load balancer to which you want to associate the SSL/TLS certificate.
61
+ * Name of the load balancer to which you want to associate the SSL/TLS certificate.
60
62
  */
61
63
  readonly lbName: pulumi.Output<string>;
62
64
  /**
@@ -73,11 +75,11 @@ export declare class LbCertificateAttachment extends pulumi.CustomResource {
73
75
  */
74
76
  export interface LbCertificateAttachmentState {
75
77
  /**
76
- * The name of your SSL/TLS certificate.
78
+ * Name of your SSL/TLS certificate.
77
79
  */
78
80
  certificateName?: pulumi.Input<string>;
79
81
  /**
80
- * The name of the load balancer to which you want to associate the SSL/TLS certificate.
82
+ * Name of the load balancer to which you want to associate the SSL/TLS certificate.
81
83
  */
82
84
  lbName?: pulumi.Input<string>;
83
85
  }
@@ -86,11 +88,11 @@ export interface LbCertificateAttachmentState {
86
88
  */
87
89
  export interface LbCertificateAttachmentArgs {
88
90
  /**
89
- * The name of your SSL/TLS certificate.
91
+ * Name of your SSL/TLS certificate.
90
92
  */
91
93
  certificateName: pulumi.Input<string>;
92
94
  /**
93
- * The name of the load balancer to which you want to associate the SSL/TLS certificate.
95
+ * Name of the load balancer to which you want to associate the SSL/TLS certificate.
94
96
  */
95
97
  lbName: pulumi.Input<string>;
96
98
  }
@@ -6,7 +6,9 @@ exports.LbCertificateAttachment = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Attaches a Lightsail Load Balancer Certificate to a Lightsail Load Balancer.
9
+ * Manages a Lightsail Load Balancer Certificate attachment to a Lightsail Load Balancer.
10
+ *
11
+ * Use this resource to attach a validated SSL/TLS certificate to a Lightsail Load Balancer to enable HTTPS traffic. The certificate must be validated before it can be attached to the load balancer.
10
12
  *
11
13
  * ## Example Usage
12
14
  *
@@ -14,22 +16,22 @@ const utilities = require("../utilities");
14
16
  * import * as pulumi from "@pulumi/pulumi";
15
17
  * import * as aws from "@pulumi/aws";
16
18
  *
17
- * const test = new aws.lightsail.Lb("test", {
18
- * name: "test-load-balancer",
19
+ * const example = new aws.lightsail.Lb("example", {
20
+ * name: "example-load-balancer",
19
21
  * healthCheckPath: "/",
20
22
  * instancePort: 80,
21
23
  * tags: {
22
24
  * foo: "bar",
23
25
  * },
24
26
  * });
25
- * const testLbCertificate = new aws.lightsail.LbCertificate("test", {
26
- * name: "test-load-balancer-certificate",
27
- * lbName: test.id,
28
- * domainName: "test.com",
27
+ * const exampleLbCertificate = new aws.lightsail.LbCertificate("example", {
28
+ * name: "example-load-balancer-certificate",
29
+ * lbName: example.id,
30
+ * domainName: "example.com",
29
31
  * });
30
- * const testLbCertificateAttachment = new aws.lightsail.LbCertificateAttachment("test", {
31
- * lbName: test.name,
32
- * certificateName: testLbCertificate.name,
32
+ * const exampleLbCertificateAttachment = new aws.lightsail.LbCertificateAttachment("example", {
33
+ * lbName: example.name,
34
+ * certificateName: exampleLbCertificate.name,
33
35
  * });
34
36
  * ```
35
37
  *
@@ -38,7 +40,7 @@ const utilities = require("../utilities");
38
40
  * Using `pulumi import`, import `aws_lightsail_lb_certificate_attachment` using the name attribute. For example:
39
41
  *
40
42
  * ```sh
41
- * $ pulumi import aws:lightsail/lbCertificateAttachment:LbCertificateAttachment test example-load-balancer,example-certificate
43
+ * $ pulumi import aws:lightsail/lbCertificateAttachment:LbCertificateAttachment example example-load-balancer,example-certificate
42
44
  * ```
43
45
  */
44
46
  class LbCertificateAttachment extends pulumi.CustomResource {
@@ -1 +1 @@
1
- {"version":3,"file":"lbCertificateAttachment.js","sourceRoot":"","sources":["../../lightsail/lbCertificateAttachment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoC,EAAE,IAAmC;QAClI,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9E,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,uBAAuB,CAAC,YAAY,CAAC;IACxE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAwE,EAAE,IAAmC;QACnI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuD,CAAC;YACtE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAAsD,CAAC;YACpE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,eAAe,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5D,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,uBAAuB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5E,CAAC;;AAjEL,0DAkEC;AApDG,gBAAgB;AACO,oCAAY,GAAG,+DAA+D,CAAC"}
1
+ {"version":3,"file":"lbCertificateAttachment.js","sourceRoot":"","sources":["../../lightsail/lbCertificateAttachment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoC,EAAE,IAAmC;QAClI,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9E,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,uBAAuB,CAAC,YAAY,CAAC;IACxE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAwE,EAAE,IAAmC;QACnI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuD,CAAC;YACtE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAAsD,CAAC;YACpE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,eAAe,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5D,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,uBAAuB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5E,CAAC;;AAjEL,0DAkEC;AApDG,gBAAgB;AACO,oCAAY,GAAG,+DAA+D,CAAC"}
@@ -1,6 +1,8 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Configures Https Redirection for a Lightsail Load Balancer. A valid Certificate must be attached to the load balancer in order to enable https redirection.
3
+ * Manages HTTPS redirection for a Lightsail Load Balancer.
4
+ *
5
+ * Use this resource to configure automatic redirection of HTTP traffic to HTTPS on a Lightsail Load Balancer. A valid certificate must be attached to the load balancer before enabling HTTPS redirection.
4
6
  *
5
7
  * ## Example Usage
6
8
  *
@@ -8,25 +10,25 @@ import * as pulumi from "@pulumi/pulumi";
8
10
  * import * as pulumi from "@pulumi/pulumi";
9
11
  * import * as aws from "@pulumi/aws";
10
12
  *
11
- * const test = new aws.lightsail.Lb("test", {
12
- * name: "test-load-balancer",
13
+ * const example = new aws.lightsail.Lb("example", {
14
+ * name: "example-load-balancer",
13
15
  * healthCheckPath: "/",
14
16
  * instancePort: 80,
15
17
  * tags: {
16
18
  * foo: "bar",
17
19
  * },
18
20
  * });
19
- * const testLbCertificate = new aws.lightsail.LbCertificate("test", {
20
- * name: "test-load-balancer-certificate",
21
- * lbName: test.id,
22
- * domainName: "test.com",
21
+ * const exampleLbCertificate = new aws.lightsail.LbCertificate("example", {
22
+ * name: "example-load-balancer-certificate",
23
+ * lbName: example.id,
24
+ * domainName: "example.com",
23
25
  * });
24
- * const testLbCertificateAttachment = new aws.lightsail.LbCertificateAttachment("test", {
25
- * lbName: test.name,
26
- * certificateName: testLbCertificate.name,
26
+ * const exampleLbCertificateAttachment = new aws.lightsail.LbCertificateAttachment("example", {
27
+ * lbName: example.name,
28
+ * certificateName: exampleLbCertificate.name,
27
29
  * });
28
- * const testLbHttpsRedirectionPolicy = new aws.lightsail.LbHttpsRedirectionPolicy("test", {
29
- * lbName: test.name,
30
+ * const exampleLbHttpsRedirectionPolicy = new aws.lightsail.LbHttpsRedirectionPolicy("example", {
31
+ * lbName: example.name,
30
32
  * enabled: true,
31
33
  * });
32
34
  * ```
@@ -36,7 +38,7 @@ import * as pulumi from "@pulumi/pulumi";
36
38
  * Using `pulumi import`, import `aws_lightsail_lb_https_redirection_policy` using the `lb_name` attribute. For example:
37
39
  *
38
40
  * ```sh
39
- * $ pulumi import aws:lightsail/lbHttpsRedirectionPolicy:LbHttpsRedirectionPolicy test example-load-balancer
41
+ * $ pulumi import aws:lightsail/lbHttpsRedirectionPolicy:LbHttpsRedirectionPolicy example example-load-balancer
40
42
  * ```
41
43
  */
42
44
  export declare class LbHttpsRedirectionPolicy extends pulumi.CustomResource {
@@ -56,11 +58,11 @@ export declare class LbHttpsRedirectionPolicy extends pulumi.CustomResource {
56
58
  */
57
59
  static isInstance(obj: any): obj is LbHttpsRedirectionPolicy;
58
60
  /**
59
- * The Https Redirection state of the load balancer. `true` to activate http to https redirection or `false` to deactivate http to https redirection.
61
+ * Whether to enable HTTP to HTTPS redirection. `true` to activate HTTP to HTTPS redirection or `false` to deactivate HTTP to HTTPS redirection.
60
62
  */
61
63
  readonly enabled: pulumi.Output<boolean>;
62
64
  /**
63
- * The name of the load balancer to which you want to enable http to https redirection.
65
+ * Name of the load balancer to which you want to enable HTTP to HTTPS redirection.
64
66
  */
65
67
  readonly lbName: pulumi.Output<string>;
66
68
  /**
@@ -77,11 +79,11 @@ export declare class LbHttpsRedirectionPolicy extends pulumi.CustomResource {
77
79
  */
78
80
  export interface LbHttpsRedirectionPolicyState {
79
81
  /**
80
- * The Https Redirection state of the load balancer. `true` to activate http to https redirection or `false` to deactivate http to https redirection.
82
+ * Whether to enable HTTP to HTTPS redirection. `true` to activate HTTP to HTTPS redirection or `false` to deactivate HTTP to HTTPS redirection.
81
83
  */
82
84
  enabled?: pulumi.Input<boolean>;
83
85
  /**
84
- * The name of the load balancer to which you want to enable http to https redirection.
86
+ * Name of the load balancer to which you want to enable HTTP to HTTPS redirection.
85
87
  */
86
88
  lbName?: pulumi.Input<string>;
87
89
  }
@@ -90,11 +92,11 @@ export interface LbHttpsRedirectionPolicyState {
90
92
  */
91
93
  export interface LbHttpsRedirectionPolicyArgs {
92
94
  /**
93
- * The Https Redirection state of the load balancer. `true` to activate http to https redirection or `false` to deactivate http to https redirection.
95
+ * Whether to enable HTTP to HTTPS redirection. `true` to activate HTTP to HTTPS redirection or `false` to deactivate HTTP to HTTPS redirection.
94
96
  */
95
97
  enabled: pulumi.Input<boolean>;
96
98
  /**
97
- * The name of the load balancer to which you want to enable http to https redirection.
99
+ * Name of the load balancer to which you want to enable HTTP to HTTPS redirection.
98
100
  */
99
101
  lbName: pulumi.Input<string>;
100
102
  }