@awboost/cfn-resource-types 0.1.71 → 0.1.73

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.
@@ -5,7 +5,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
5
5
  * Specifies the properties for creating a launch template.
6
6
  The minimum required properties for specifying a launch template are as follows:
7
7
  + You must specify at least one property for the launch template data.
8
- + You do not need to specify a name for the launch template. If you do not specify a name, CFN creates the name for you.
8
+ + You can optionally specify a name for the launch template. If you do not specify a name, CFN creates a name for you.
9
9
 
10
10
  A launch template can contain some or all of the configuration information to launch an instance. When you launch an instance using a launch template, instance properties that are not specified in the launch template use default values, except the ``ImageId`` property, which has no default value. If you do not specify an AMI ID for the launch template ``ImageId`` property, you must specify an AMI ID for the instance ``ImageId`` property.
11
11
  For more information, see [Launch an instance from a launch template](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html) in the *Amazon EC2 User Guide*.
@@ -920,7 +920,7 @@ export type NetworkInterface = {
920
920
  */
921
921
  Description?: string;
922
922
  /**
923
- * The device index for the network interface attachment.
923
+ * The device index for the network interface attachment. Each network interface requires a device index. If the launch template includes network interfaces with a device index other than 0, you must add a primary network interface when you launch a instance using this launch template,
924
924
  */
925
925
  DeviceIndex?: number;
926
926
  /**
@@ -1186,7 +1186,7 @@ export type VCpuCount = {
1186
1186
  * Specifies the properties for creating a launch template.
1187
1187
  The minimum required properties for specifying a launch template are as follows:
1188
1188
  + You must specify at least one property for the launch template data.
1189
- + You do not need to specify a name for the launch template. If you do not specify a name, CFN creates the name for you.
1189
+ + You can optionally specify a name for the launch template. If you do not specify a name, CFN creates a name for you.
1190
1190
 
1191
1191
  A launch template can contain some or all of the configuration information to launch an instance. When you launch an instance using a launch template, instance properties that are not specified in the launch template use default values, except the ``ImageId`` property, which has no default value. If you do not specify an AMI ID for the launch template ``ImageId`` property, you must specify an AMI ID for the instance ``ImageId`` property.
1192
1192
  For more information, see [Launch an instance from a launch template](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html) in the *Amazon EC2 User Guide*.
@@ -4,7 +4,7 @@ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/re
4
4
  * Specifies the properties for creating a launch template.
5
5
  The minimum required properties for specifying a launch template are as follows:
6
6
  + You must specify at least one property for the launch template data.
7
- + You do not need to specify a name for the launch template. If you do not specify a name, CFN creates the name for you.
7
+ + You can optionally specify a name for the launch template. If you do not specify a name, CFN creates a name for you.
8
8
 
9
9
  A launch template can contain some or all of the configuration information to launch an instance. When you launch an instance using a launch template, instance properties that are not specified in the launch template use default values, except the ``ImageId`` property, which has no default value. If you do not specify an AMI ID for the launch template ``ImageId`` property, you must specify an AMI ID for the instance ``ImageId`` property.
10
10
  For more information, see [Launch an instance from a launch template](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html) in the *Amazon EC2 User Guide*.
@@ -115,6 +115,10 @@ export type FirewallRule = {
115
115
  * @maxLength `64`
116
116
  */
117
117
  FirewallDomainListId: string;
118
+ /**
119
+ * FirewallDomainRedirectionAction
120
+ */
121
+ FirewallDomainRedirectionAction?: "INSPECT_REDIRECTION_DOMAIN" | "TRUST_REDIRECTION_DOMAIN";
118
122
  /**
119
123
  * Rule Priority
120
124
  */
@@ -0,0 +1,80 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
+ /**
4
+ * Resource type definition for `AWS::SSO::Instance`.
5
+ * Resource Type definition for Identity Center (SSO) Instance
6
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sso-instance.html}
7
+ */
8
+ export type SSOInstanceProperties = {
9
+ /**
10
+ * The name you want to assign to this Identity Center (SSO) Instance
11
+ * @minLength `1`
12
+ * @maxLength `32`
13
+ * @pattern `^[\w+=,.@-]+$`
14
+ */
15
+ Name?: string;
16
+ /**
17
+ * @maxLength `75`
18
+ */
19
+ Tags?: Tag[];
20
+ };
21
+ /**
22
+ * Attribute type definition for `AWS::SSO::Instance`.
23
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sso-instance.html#aws-resource-sso-instance-return-values}
24
+ */
25
+ export type SSOInstanceAttributes = {
26
+ /**
27
+ * The ID of the identity store associated with the created Identity Center (SSO) Instance
28
+ * @minLength `1`
29
+ * @maxLength `64`
30
+ * @pattern `^[a-zA-Z0-9-]*$`
31
+ */
32
+ IdentityStoreId: string;
33
+ /**
34
+ * The SSO Instance ARN that is returned upon creation of the Identity Center (SSO) Instance
35
+ * @minLength `10`
36
+ * @maxLength `1224`
37
+ * @pattern `^arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):sso:::instance/(sso)?ins-[a-zA-Z0-9-.]{16}$`
38
+ */
39
+ InstanceArn: string;
40
+ /**
41
+ * The AWS accountId of the owner of the Identity Center (SSO) Instance
42
+ * @minLength `12`
43
+ * @maxLength `12`
44
+ * @pattern `^\d{12}?$`
45
+ */
46
+ OwnerAccountId: string;
47
+ /**
48
+ * The status of the Identity Center (SSO) Instance, create_in_progress/delete_in_progress/active
49
+ */
50
+ Status: "CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "ACTIVE";
51
+ };
52
+ /**
53
+ * Type definition for `AWS::SSO::Instance.Tag`.
54
+ * The metadata that you apply to the Identity Center (SSO) Instance to help you categorize and organize them.
55
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sso-instance-tag.html}
56
+ */
57
+ export type Tag = {
58
+ /**
59
+ * @minLength `1`
60
+ * @maxLength `128`
61
+ * @pattern `[\w+=,.@-]+`
62
+ */
63
+ Key: string;
64
+ /**
65
+ * @minLength `0`
66
+ * @maxLength `256`
67
+ * @pattern `[\w+=,.@-]+`
68
+ */
69
+ Value: string;
70
+ };
71
+ /**
72
+ * Resource type definition for `AWS::SSO::Instance`.
73
+ * Resource Type definition for Identity Center (SSO) Instance
74
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sso-instance.html}
75
+ */
76
+ export declare class SSOInstance extends $Resource<"AWS::SSO::Instance", SSOInstanceProperties, SSOInstanceAttributes> {
77
+ static readonly Type = "AWS::SSO::Instance";
78
+ constructor(logicalId: string, properties: SSOInstanceProperties, options?: $ResourceOptions);
79
+ }
80
+ //# sourceMappingURL=AWS-SSO-Instance.d.ts.map
@@ -0,0 +1,13 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource type definition for `AWS::SSO::Instance`.
4
+ * Resource Type definition for Identity Center (SSO) Instance
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sso-instance.html}
6
+ */
7
+ export class SSOInstance extends $Resource {
8
+ static Type = "AWS::SSO::Instance";
9
+ constructor(logicalId, properties, options) {
10
+ super(logicalId, SSOInstance.Type, properties, options);
11
+ }
12
+ }
13
+ //# sourceMappingURL=AWS-SSO-Instance.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.71",
3
+ "version": "0.1.73",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },