@awboost/cfn-resource-types 0.1.57 → 0.1.59

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.
@@ -142,6 +142,7 @@ export type EksContainerResourceRequirements = {
142
142
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainersecuritycontext.html}
143
143
  */
144
144
  export type EksContainerSecurityContext = {
145
+ AllowPrivilegeEscalation?: boolean;
145
146
  Privileged?: boolean;
146
147
  ReadOnlyRootFilesystem?: boolean;
147
148
  RunAsGroup?: number;
@@ -229,6 +230,13 @@ export type EvaluateOnExit = {
229
230
  export type FargatePlatformConfiguration = {
230
231
  PlatformVersion?: string;
231
232
  };
233
+ /**
234
+ * Type definition for `AWS::Batch::JobDefinition.ImagePullSecret`.
235
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-imagepullsecret.html}
236
+ */
237
+ export type ImagePullSecret = {
238
+ Name: string;
239
+ };
232
240
  /**
233
241
  * Type definition for `AWS::Batch::JobDefinition.LinuxParameters`.
234
242
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-linuxparameters.html}
@@ -300,6 +308,7 @@ export type PodProperties = {
300
308
  Containers?: EksContainer[];
301
309
  DnsPolicy?: string;
302
310
  HostNetwork?: boolean;
311
+ ImagePullSecrets?: ImagePullSecret[];
303
312
  InitContainers?: EksContainer[];
304
313
  Metadata?: Metadata;
305
314
  ServiceAccountName?: string;
@@ -7,6 +7,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
7
7
  export type CloudWatchAnomalyDetectorProperties = {
8
8
  Configuration?: Configuration;
9
9
  Dimensions?: Dimension[];
10
+ MetricCharacteristics?: MetricCharacteristics;
10
11
  MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
11
12
  MetricName?: string;
12
13
  Namespace?: string;
@@ -45,6 +46,13 @@ export type Metric = {
45
46
  MetricName: string;
46
47
  Namespace: string;
47
48
  };
49
+ /**
50
+ * Type definition for `AWS::CloudWatch::AnomalyDetector.MetricCharacteristics`.
51
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-anomalydetector-metriccharacteristics.html}
52
+ */
53
+ export type MetricCharacteristics = {
54
+ PeriodicSpikes?: boolean;
55
+ };
48
56
  /**
49
57
  * Type definition for `AWS::CloudWatch::AnomalyDetector.MetricDataQuery`.
50
58
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-anomalydetector-metricdataquery.html}
@@ -331,7 +331,7 @@ export type IamInstanceProfile = {
331
331
  /**
332
332
  * Type definition for `AWS::EC2::LaunchTemplate.InstanceMarketOptions`.
333
333
  * Specifies the market (purchasing) option for an instance.
334
- ``InstanceMarketOptions`` is a property of the [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
334
+ ``InstanceMarketOptions`` is a property of the [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
335
335
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancemarketoptions.html}
336
336
  */
337
337
  export type InstanceMarketOptions = {
@@ -544,7 +544,7 @@ export type InstanceRequirements = {
544
544
  /**
545
545
  * Type definition for `AWS::EC2::LaunchTemplate.Ipv4PrefixSpecification`.
546
546
  * Specifies an IPv4 prefix for a network interface.
547
- ``Ipv4PrefixSpecification`` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html).
547
+ ``Ipv4PrefixSpecification`` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html).
548
548
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ipv4prefixspecification.html}
549
549
  */
550
550
  export type Ipv4PrefixSpecification = {
@@ -556,7 +556,7 @@ export type Ipv4PrefixSpecification = {
556
556
  /**
557
557
  * Type definition for `AWS::EC2::LaunchTemplate.Ipv6Add`.
558
558
  * Specifies an IPv6 address in an Amazon EC2 launch template.
559
- ``Ipv6Add`` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html).
559
+ ``Ipv6Add`` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html).
560
560
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ipv6add.html}
561
561
  */
562
562
  export type Ipv6Add = {
@@ -568,7 +568,7 @@ export type Ipv6Add = {
568
568
  /**
569
569
  * Type definition for `AWS::EC2::LaunchTemplate.Ipv6PrefixSpecification`.
570
570
  * Specifies an IPv6 prefix for a network interface.
571
- ``Ipv6PrefixSpecification`` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html).
571
+ ``Ipv6PrefixSpecification`` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html).
572
572
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ipv6prefixspecification.html}
573
573
  */
574
574
  export type Ipv6PrefixSpecification = {
@@ -701,7 +701,7 @@ export type LaunchTemplateData = {
701
701
  */
702
702
  Monitoring?: Monitoring;
703
703
  /**
704
- * One or more network interfaces. If you specify a network interface, you must specify any security groups and subnets as part of the network interface.
704
+ * The network interfaces for the instance.
705
705
  */
706
706
  NetworkInterfaces?: NetworkInterface[];
707
707
  /**
@@ -718,12 +718,14 @@ export type LaunchTemplateData = {
718
718
  */
719
719
  RamDiskId?: string;
720
720
  /**
721
- * The IDs of the security groups. You can specify the IDs of existing security groups and references to resources created by the stack template.
722
- */
721
+ * The IDs of the security groups. You can specify the IDs of existing security groups and references to resources created by the stack template.
722
+ If you specify a network interface, you must specify any security groups as part of the network interface instead.
723
+ */
723
724
  SecurityGroupIds?: string[];
724
725
  /**
725
- * One or more security group names. For a nondefault VPC, you must use security group IDs instead.
726
- */
726
+ * The names of the security groups. For a nondefault VPC, you must use security group IDs instead.
727
+ If you specify a network interface, you must specify any security groups as part of the network interface instead of using this parameter.
728
+ */
727
729
  SecurityGroups?: string[];
728
730
  /**
729
731
  * The tags to apply to the resources that are created during instance launch.
@@ -740,7 +742,7 @@ export type LaunchTemplateData = {
740
742
  /**
741
743
  * Type definition for `AWS::EC2::LaunchTemplate.LaunchTemplateElasticInferenceAccelerator`.
742
744
  * Specifies an elastic inference accelerator.
743
- ``LaunchTemplateElasticInferenceAccelerator`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
745
+ ``LaunchTemplateElasticInferenceAccelerator`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
744
746
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplateelasticinferenceaccelerator.html}
745
747
  */
746
748
  export type LaunchTemplateElasticInferenceAccelerator = {
@@ -757,7 +759,7 @@ export type LaunchTemplateElasticInferenceAccelerator = {
757
759
  /**
758
760
  * Type definition for `AWS::EC2::LaunchTemplate.LaunchTemplateTagSpecification`.
759
761
  * Specifies the tags to apply to the launch template during creation.
760
- ``LaunchTemplateTagSpecification`` is a property of [AWS::EC2::LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html).
762
+ ``LaunchTemplateTagSpecification`` is a property of [AWS::EC2::LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html).
761
763
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatetagspecification.html}
762
764
  */
763
765
  export type LaunchTemplateTagSpecification = {
@@ -773,7 +775,7 @@ export type LaunchTemplateTagSpecification = {
773
775
  /**
774
776
  * Type definition for `AWS::EC2::LaunchTemplate.LicenseSpecification`.
775
777
  * Specifies a license configuration for an instance.
776
- ``LicenseSpecification`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
778
+ ``LicenseSpecification`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
777
779
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-licensespecification.html}
778
780
  */
779
781
  export type LicenseSpecification = {
@@ -826,7 +828,7 @@ export type MemoryMiB = {
826
828
  /**
827
829
  * Type definition for `AWS::EC2::LaunchTemplate.MetadataOptions`.
828
830
  * The metadata options for the instance. For more information, see [Instance metadata and user data](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) in the *Amazon EC2 User Guide*.
829
- ``MetadataOptions`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
831
+ ``MetadataOptions`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
830
832
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-metadataoptions.html}
831
833
  */
832
834
  export type MetadataOptions = {
@@ -863,7 +865,7 @@ export type MetadataOptions = {
863
865
  /**
864
866
  * Type definition for `AWS::EC2::LaunchTemplate.Monitoring`.
865
867
  * Specifies whether detailed monitoring is enabled for an instance. For more information about detailed monitoring, see [Enable or turn off detailed monitoring for your instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch-new.html) in the *User Guide*.
866
- ``Monitoring`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
868
+ ``Monitoring`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
867
869
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-monitoring.html}
868
870
  */
869
871
  export type Monitoring = {
@@ -891,7 +893,7 @@ export type NetworkBandwidthGbps = {
891
893
  /**
892
894
  * Type definition for `AWS::EC2::LaunchTemplate.NetworkInterface`.
893
895
  * Specifies the parameters for a network interface.
894
- ``NetworkInterface`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
896
+ ``NetworkInterface`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
895
897
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html}
896
898
  */
897
899
  export type NetworkInterface = {
@@ -1006,7 +1008,7 @@ export type NetworkInterfaceCount = {
1006
1008
  /**
1007
1009
  * Type definition for `AWS::EC2::LaunchTemplate.Placement`.
1008
1010
  * Specifies the placement of an instance.
1009
- ``Placement`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
1011
+ ``Placement`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
1010
1012
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-placement.html}
1011
1013
  */
1012
1014
  export type Placement = {
@@ -1069,7 +1071,7 @@ export type PrivateDnsNameOptions = {
1069
1071
  /**
1070
1072
  * Type definition for `AWS::EC2::LaunchTemplate.PrivateIpAdd`.
1071
1073
  * Specifies a secondary private IPv4 address for a network interface.
1072
- ``PrivateIpAdd`` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html).
1074
+ ``PrivateIpAdd`` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html).
1073
1075
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-privateipadd.html}
1074
1076
  */
1075
1077
  export type PrivateIpAdd = {
@@ -1085,7 +1087,7 @@ export type PrivateIpAdd = {
1085
1087
  /**
1086
1088
  * Type definition for `AWS::EC2::LaunchTemplate.SpotOptions`.
1087
1089
  * Specifies options for Spot Instances.
1088
- ``SpotOptions`` is a property of [AWS::EC2::LaunchTemplate InstanceMarketOptions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html).
1090
+ ``SpotOptions`` is a property of [AWS::EC2::LaunchTemplate InstanceMarketOptions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html).
1089
1091
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-spotoptions.html}
1090
1092
  */
1091
1093
  export type SpotOptions = {
@@ -1134,7 +1136,7 @@ export type Tag = {
1134
1136
  /**
1135
1137
  * Type definition for `AWS::EC2::LaunchTemplate.TagSpecification`.
1136
1138
  * Specifies the tags to apply to a resource when the resource is created for the launch template.
1137
- ``TagSpecification`` is a property type of [TagSpecifications](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications). [TagSpecifications](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications) is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
1139
+ ``TagSpecification`` is a property type of [TagSpecifications](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications). [TagSpecifications](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications) is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
1138
1140
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-tagspecification.html}
1139
1141
  */
1140
1142
  export type TagSpecification = {
@@ -1,7 +1,8 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
3
  /**
4
- * Definition of AWS::VerifiedPermissions::PolicyStore Resource Type
4
+ * Resource type definition for `AWS::VerifiedPermissions::PolicyStore`.
5
+ * Represents a policy store that you can place schema, policies, and policy templates in to validate authorization requests
5
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-verifiedpermissions-policystore.html}
6
7
  */
7
8
  export type VerifiedPermissionsPolicyStoreProperties = {
@@ -51,7 +52,8 @@ export type ValidationSettings = {
51
52
  Mode: ValidationMode;
52
53
  };
53
54
  /**
54
- * Definition of AWS::VerifiedPermissions::PolicyStore Resource Type
55
+ * Resource type definition for `AWS::VerifiedPermissions::PolicyStore`.
56
+ * Represents a policy store that you can place schema, policies, and policy templates in to validate authorization requests
55
57
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-verifiedpermissions-policystore.html}
56
58
  */
57
59
  export declare class VerifiedPermissionsPolicyStore extends $Resource<"AWS::VerifiedPermissions::PolicyStore", VerifiedPermissionsPolicyStoreProperties, VerifiedPermissionsPolicyStoreAttributes> {
@@ -1,6 +1,7 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * Definition of AWS::VerifiedPermissions::PolicyStore Resource Type
3
+ * Resource type definition for `AWS::VerifiedPermissions::PolicyStore`.
4
+ * Represents a policy store that you can place schema, policies, and policy templates in to validate authorization requests
4
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-verifiedpermissions-policystore.html}
5
6
  */
6
7
  export class VerifiedPermissionsPolicyStore extends $Resource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.57",
3
+ "version": "0.1.59",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },