@awboost/cfn-resource-types 0.1.343 → 0.1.345

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 (28) hide show
  1. package/lib/AWS-CloudFront-VpcOrigin.d.ts +4 -0
  2. package/lib/AWS-CodeBuild-Project.d.ts +9 -0
  3. package/lib/AWS-DataZone-ProjectProfile.d.ts +98 -0
  4. package/lib/AWS-DataZone-ProjectProfile.js +12 -0
  5. package/lib/AWS-EC2-IPAM.d.ts +4 -0
  6. package/lib/AWS-ECR-ReplicationConfiguration.d.ts +1 -1
  7. package/lib/AWS-EMR-Cluster.d.ts +2 -0
  8. package/lib/AWS-EntityResolution-IdNamespace.d.ts +1 -1
  9. package/lib/AWS-FSx-FileSystem.d.ts +10 -0
  10. package/lib/AWS-IAM-Role.d.ts +1 -1
  11. package/lib/AWS-IoT-ThingPrincipalAttachment.d.ts +1 -0
  12. package/lib/AWS-MediaLive-Channel.d.ts +17 -0
  13. package/lib/AWS-MediaLive-Input.d.ts +33 -0
  14. package/lib/AWS-Notifications-ChannelAssociation.d.ts +2 -2
  15. package/lib/AWS-Notifications-ChannelAssociation.js +1 -1
  16. package/lib/AWS-Notifications-EventRule.d.ts +2 -2
  17. package/lib/AWS-Notifications-EventRule.js +1 -1
  18. package/lib/AWS-Notifications-ManagedNotificationAccountContactAssociation.d.ts +2 -2
  19. package/lib/AWS-Notifications-ManagedNotificationAccountContactAssociation.js +1 -1
  20. package/lib/AWS-Notifications-ManagedNotificationAdditionalChannelAssociation.d.ts +2 -2
  21. package/lib/AWS-Notifications-ManagedNotificationAdditionalChannelAssociation.js +1 -1
  22. package/lib/AWS-Notifications-NotificationConfiguration.d.ts +2 -2
  23. package/lib/AWS-Notifications-NotificationConfiguration.js +1 -1
  24. package/lib/AWS-Notifications-NotificationHub.d.ts +2 -2
  25. package/lib/AWS-Notifications-NotificationHub.js +1 -1
  26. package/lib/AWS-Route53Resolver-ResolverEndpoint.d.ts +59 -3
  27. package/lib/AWS-Route53Resolver-ResolverEndpoint.js +1 -1
  28. package/package.json +1 -1
@@ -69,6 +69,10 @@ export type VpcOriginEndpointConfig = {
69
69
  * The origin protocol policy for the CloudFront VPC origin endpoint configuration.
70
70
  */
71
71
  OriginProtocolPolicy?: string;
72
+ /**
73
+ * Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS. Valid values include ``SSLv3``, ``TLSv1``, ``TLSv1.1``, and ``TLSv1.2``.
74
+ For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginSSLProtocols) in the *Amazon CloudFront Developer Guide*.
75
+ */
72
76
  OriginSSLProtocols?: string[];
73
77
  };
74
78
  /**
@@ -79,6 +79,14 @@ export type CloudWatchLogsConfig = {
79
79
  Status: string;
80
80
  StreamName?: string;
81
81
  };
82
+ /**
83
+ * Type definition for `AWS::CodeBuild::Project.DockerServer`.
84
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-dockerserver.html}
85
+ */
86
+ export type DockerServer = {
87
+ ComputeType: string;
88
+ SecurityGroupIds?: string[];
89
+ };
82
90
  /**
83
91
  * Type definition for `AWS::CodeBuild::Project.Environment`.
84
92
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html}
@@ -86,6 +94,7 @@ export type CloudWatchLogsConfig = {
86
94
  export type Environment = {
87
95
  Certificate?: string;
88
96
  ComputeType: string;
97
+ DockerServer?: DockerServer;
89
98
  EnvironmentVariables?: EnvironmentVariable[];
90
99
  Fleet?: ProjectFleet;
91
100
  Image: string;
@@ -0,0 +1,98 @@
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
+ * Definition of AWS::DataZone::ProjectProfile Resource Type
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html}
6
+ */
7
+ export type DataZoneProjectProfileProperties = {
8
+ AllowedDesignations?: DesignationConfiguration[];
9
+ ChangeLog?: string;
10
+ /**
11
+ * @maxLength `2048`
12
+ */
13
+ Description?: string;
14
+ /**
15
+ * @pattern `^dzd[_][a-zA-Z0-9_-]{1,36}$`
16
+ */
17
+ DomainIdentifier?: string;
18
+ /**
19
+ * @minLength `1`
20
+ * @maxLength `256`
21
+ * @pattern `^[a-z0-9_\-]+$`
22
+ */
23
+ DomainUnitIdentifier?: string;
24
+ /**
25
+ * @minLength `1`
26
+ * @maxLength `64`
27
+ * @pattern `^[\w -]+$`
28
+ */
29
+ Name: string;
30
+ ProjectScopes?: ProjectScope[];
31
+ Status?: Status;
32
+ };
33
+ /**
34
+ * Attribute type definition for `AWS::DataZone::ProjectProfile`.
35
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html#aws-resource-datazone-projectprofile-return-values}
36
+ */
37
+ export type DataZoneProjectProfileAttributes = {
38
+ CreatedAt: string;
39
+ CreatedBy: string;
40
+ /**
41
+ * @pattern `^dzd[_][a-zA-Z0-9_-]{1,36}$`
42
+ */
43
+ DomainId: string;
44
+ /**
45
+ * @minLength `1`
46
+ * @maxLength `256`
47
+ * @pattern `^[a-z0-9_\-]+$`
48
+ */
49
+ DomainUnitId: string;
50
+ /**
51
+ * @pattern `^[a-zA-Z0-9_-]{1,36}$`
52
+ */
53
+ Id: string;
54
+ /**
55
+ * @pattern `^[a-zA-Z0-9_-]{1,36}$`
56
+ */
57
+ Identifier: string;
58
+ LastUpdatedAt: string;
59
+ };
60
+ /**
61
+ * Type definition for `AWS::DataZone::ProjectProfile.DesignationConfiguration`.
62
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-designationconfiguration.html}
63
+ */
64
+ export type DesignationConfiguration = {
65
+ /**
66
+ * @minLength `1`
67
+ * @maxLength `36`
68
+ * @pattern `^[a-zA-Z0-9_-]+$`
69
+ */
70
+ DesignationId: string;
71
+ };
72
+ /**
73
+ * Type definition for `AWS::DataZone::ProjectProfile.ProjectScope`.
74
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-projectscope.html}
75
+ */
76
+ export type ProjectScope = {
77
+ /**
78
+ * @minLength `1`
79
+ * @maxLength `64`
80
+ * @pattern `^[\w -]+$`
81
+ */
82
+ Name: string;
83
+ Policy?: string;
84
+ };
85
+ /**
86
+ * Type definition for `AWS::DataZone::ProjectProfile.Status`.
87
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-status.html}
88
+ */
89
+ export type Status = "ENABLED" | "DISABLED";
90
+ /**
91
+ * Definition of AWS::DataZone::ProjectProfile Resource Type
92
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html}
93
+ */
94
+ export declare class DataZoneProjectProfile extends $Resource<"AWS::DataZone::ProjectProfile", DataZoneProjectProfileProperties, DataZoneProjectProfileAttributes> {
95
+ static readonly Type = "AWS::DataZone::ProjectProfile";
96
+ constructor(logicalId: string, properties: DataZoneProjectProfileProperties, options?: $ResourceOptions);
97
+ }
98
+ //# sourceMappingURL=AWS-DataZone-ProjectProfile.d.ts.map
@@ -0,0 +1,12 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Definition of AWS::DataZone::ProjectProfile Resource Type
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html}
5
+ */
6
+ export class DataZoneProjectProfile extends $Resource {
7
+ static Type = "AWS::DataZone::ProjectProfile";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, DataZoneProjectProfile.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-DataZone-ProjectProfile.js.map
@@ -14,6 +14,10 @@ export type EC2IPAMProperties = {
14
14
  * Enable provisioning of GUA space in private pools.
15
15
  */
16
16
  EnablePrivateGua?: boolean;
17
+ /**
18
+ * A metered account is an account that is charged for active IP addresses managed in IPAM
19
+ */
20
+ MeteredAccount?: "ipam-owner" | "resource-owner";
17
21
  /**
18
22
  * The regions IPAM is enabled for. Allows pools to be created in these regions, as well as enabling monitoring
19
23
  */
@@ -63,7 +63,7 @@ export type ReplicationRule = {
63
63
  /**
64
64
  * An array of objects representing the destination for a replication rule.
65
65
  * @minLength `1`
66
- * @maxLength `25`
66
+ * @maxLength `100`
67
67
  */
68
68
  Destinations: ReplicationDestination[];
69
69
  /**
@@ -242,6 +242,8 @@ export type KeyValue = {
242
242
  */
243
243
  export type ManagedScalingPolicy = {
244
244
  ComputeLimits?: ComputeLimits;
245
+ ScalingStrategy?: string;
246
+ UtilizationPerformanceIndex?: number;
245
247
  };
246
248
  /**
247
249
  * Type definition for `AWS::EMR::Cluster.MetricDimension`.
@@ -74,7 +74,7 @@ export type IdNamespaceIdMappingWorkflowProperties = {
74
74
  */
75
75
  export type IdNamespaceInputSource = {
76
76
  /**
77
- * @pattern `^arn:(aws|aws-us-gov|aws-cn):entityresolution:[a-z]{2}-[a-z]{1,10}-[0-9]:[0-9]{12}:(idnamespace/[a-zA-Z_0-9-]{1,255})$|^arn:(aws|aws-us-gov|aws-cn):glue:[a-z]{2}-[a-z]{1,10}-[0-9]:[0-9]{12}:(table/[a-zA-Z_0-9-]{1,255}/[a-zA-Z_0-9-]{1,255})$`
77
+ * @pattern `^arn:(aws|aws-us-gov|aws-cn):entityresolution:[a-z]{2}-[a-z]{1,10}-[0-9]:[0-9]{12}:(matchingworkflow/[a-zA-Z_0-9-]{1,255})$|^arn:(aws|aws-us-gov|aws-cn):glue:[a-z]{2}-[a-z]{1,10}-[0-9]:[0-9]{12}:(table/[a-zA-Z_0-9-]{1,255}/[a-zA-Z_0-9-]{1,255})$`
78
78
  */
79
79
  InputSourceARN: string;
80
80
  /**
@@ -47,6 +47,14 @@ export type ClientConfigurations = {
47
47
  Clients?: string;
48
48
  Options?: string[];
49
49
  };
50
+ /**
51
+ * Type definition for `AWS::FSx::FileSystem.DataReadCacheConfiguration`.
52
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-datareadcacheconfiguration.html}
53
+ */
54
+ export type DataReadCacheConfiguration = {
55
+ SizeGiB?: number;
56
+ SizingMode?: string;
57
+ };
50
58
  /**
51
59
  * Type definition for `AWS::FSx::FileSystem.DiskIopsConfiguration`.
52
60
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-diskiopsconfiguration.html}
@@ -65,6 +73,7 @@ export type LustreConfiguration = {
65
73
  CopyTagsToBackups?: boolean;
66
74
  DailyAutomaticBackupStartTime?: string;
67
75
  DataCompressionType?: string;
76
+ DataReadCacheConfiguration?: DataReadCacheConfiguration;
68
77
  DeploymentType?: string;
69
78
  DriveCacheType?: string;
70
79
  EfaEnabled?: boolean;
@@ -73,6 +82,7 @@ export type LustreConfiguration = {
73
82
  ImportedFileChunkSize?: number;
74
83
  MetadataConfiguration?: MetadataConfiguration;
75
84
  PerUnitStorageThroughput?: number;
85
+ ThroughputCapacity?: number;
76
86
  WeeklyMaintenanceStartTime?: string;
77
87
  };
78
88
  /**
@@ -22,7 +22,7 @@ export type IAMRoleProperties = {
22
22
  ManagedPolicyArns?: string[];
23
23
  /**
24
24
  * The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default value of one hour is applied. This setting can have a value from 1 hour to 12 hours.
25
- Anyone who assumes the role from the CLI or API can use the ``DurationSeconds`` API parameter or the ``duration-seconds`` CLI parameter to request a longer session. The ``MaxSessionDuration`` setting determines the maximum duration that can be requested using the ``DurationSeconds`` parameter. If users don't specify a value for the ``DurationSeconds`` parameter, their security credentials are valid for one hour by default. This applies when you use the ``AssumeRole*`` API operations or the ``assume-role*`` CLI operations but does not apply when you use those operations to create a console URL. For more information, see [Using IAM roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html) in the *IAM User Guide*.
25
+ Anyone who assumes the role from the CLI or API can use the ``DurationSeconds`` API parameter or the ``duration-seconds``CLI parameter to request a longer session. The ``MaxSessionDuration`` setting determines the maximum duration that can be requested using the ``DurationSeconds`` parameter. If users don't specify a value for the ``DurationSeconds`` parameter, their security credentials are valid for one hour by default. This applies when you use the ``AssumeRole*`` API operations or the ``assume-role*``CLI operations but does not apply when you use those operations to create a console URL. For more information, see [Using IAM roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html) in the *IAM User Guide*.
26
26
  */
27
27
  MaxSessionDuration?: number;
28
28
  /**
@@ -7,6 +7,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
7
7
  export type IoTThingPrincipalAttachmentProperties = {
8
8
  Principal: string;
9
9
  ThingName: string;
10
+ ThingPrincipalType?: string;
10
11
  };
11
12
  /**
12
13
  * Attribute type definition for `AWS::IoT::ThingPrincipalAttachment`.
@@ -287,6 +287,7 @@ export type Av1ColorSpaceSettings = {
287
287
  */
288
288
  export type Av1Settings = {
289
289
  AfdSignaling?: string;
290
+ Bitrate?: number;
290
291
  BufSize?: number;
291
292
  ColorSpaceSettings?: Av1ColorSpaceSettings;
292
293
  FixedAfd?: string;
@@ -301,6 +302,7 @@ export type Av1Settings = {
301
302
  ParDenominator?: number;
302
303
  ParNumerator?: number;
303
304
  QvbrQualityLevel?: number;
305
+ RateControlMode?: string;
304
306
  SceneChangeDetect?: string;
305
307
  TimecodeBurninSettings?: TimecodeBurninSettings;
306
308
  };
@@ -459,11 +461,20 @@ export type CdiInputSpecification = {
459
461
  export type ChannelEngineVersionRequest = {
460
462
  Version?: string;
461
463
  };
464
+ /**
465
+ * Type definition for `AWS::MediaLive::Channel.CmafIngestCaptionLanguageMapping`.
466
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestcaptionlanguagemapping.html}
467
+ */
468
+ export type CmafIngestCaptionLanguageMapping = {
469
+ CaptionChannel?: number;
470
+ LanguageCode?: string;
471
+ };
462
472
  /**
463
473
  * Type definition for `AWS::MediaLive::Channel.CmafIngestGroupSettings`.
464
474
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html}
465
475
  */
466
476
  export type CmafIngestGroupSettings = {
477
+ CaptionLanguageMappings?: CmafIngestCaptionLanguageMapping[];
467
478
  Destination?: OutputLocationRef;
468
479
  Id3Behavior?: string;
469
480
  Id3NameModifier?: string;
@@ -476,6 +487,9 @@ export type CmafIngestGroupSettings = {
476
487
  SegmentLength?: number;
477
488
  SegmentLengthUnits?: string;
478
489
  SendDelayMs?: number;
490
+ TimedMetadataId3Frame?: string;
491
+ TimedMetadataId3Period?: number;
492
+ TimedMetadataPassthrough?: string;
479
493
  };
480
494
  /**
481
495
  * Type definition for `AWS::MediaLive::Channel.CmafIngestOutputSettings`.
@@ -612,6 +626,8 @@ export type Eac3Settings = {
612
626
  */
613
627
  export type EbuTtDDestinationSettings = {
614
628
  CopyrightHolder?: string;
629
+ DefaultFontSize?: number;
630
+ DefaultLineHeight?: number;
615
631
  FillLineGap?: string;
616
632
  FontFamily?: string;
617
633
  StyleControl?: string;
@@ -1449,6 +1465,7 @@ export type Output = {
1449
1465
  */
1450
1466
  export type OutputDestination = {
1451
1467
  Id?: string;
1468
+ LogicalInterfaceNames?: string[];
1452
1469
  MediaPackageSettings?: MediaPackageOutputDestinationSettings[];
1453
1470
  MultiplexSettings?: MultiplexProgramChannelDestinationSettings;
1454
1471
  Settings?: OutputDestinationSettings[];
@@ -13,6 +13,8 @@ export type MediaLiveInputProperties = {
13
13
  MulticastSettings?: MulticastSettingsCreateRequest;
14
14
  Name?: string;
15
15
  RoleArn?: string;
16
+ SdiSources?: string[];
17
+ Smpte2110ReceiverGroupSettings?: Smpte2110ReceiverGroupSettings;
16
18
  Sources?: InputSourceRequest[];
17
19
  SrtSettings?: SrtSettingsRequest;
18
20
  Tags?: Record<string, any>;
@@ -52,6 +54,14 @@ export type InputRequestDestinationRoute = {
52
54
  Cidr?: string;
53
55
  Gateway?: string;
54
56
  };
57
+ /**
58
+ * Type definition for `AWS::MediaLive::Input.InputSdpLocation`.
59
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputsdplocation.html}
60
+ */
61
+ export type InputSdpLocation = {
62
+ MediaIndex?: number;
63
+ SdpUrl?: string;
64
+ };
55
65
  /**
56
66
  * Type definition for `AWS::MediaLive::Input.InputSourceRequest`.
57
67
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-inputsourcerequest.html}
@@ -91,6 +101,29 @@ export type MulticastSourceCreateRequest = {
91
101
  SourceIp?: string;
92
102
  Url?: string;
93
103
  };
104
+ /**
105
+ * Type definition for `AWS::MediaLive::Input.Smpte2110ReceiverGroup`.
106
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroup.html}
107
+ */
108
+ export type Smpte2110ReceiverGroup = {
109
+ SdpSettings?: Smpte2110ReceiverGroupSdpSettings;
110
+ };
111
+ /**
112
+ * Type definition for `AWS::MediaLive::Input.Smpte2110ReceiverGroupSdpSettings`.
113
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroupsdpsettings.html}
114
+ */
115
+ export type Smpte2110ReceiverGroupSdpSettings = {
116
+ AncillarySdps?: InputSdpLocation[];
117
+ AudioSdps?: InputSdpLocation[];
118
+ VideoSdp?: InputSdpLocation;
119
+ };
120
+ /**
121
+ * Type definition for `AWS::MediaLive::Input.Smpte2110ReceiverGroupSettings`.
122
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-smpte2110receivergroupsettings.html}
123
+ */
124
+ export type Smpte2110ReceiverGroupSettings = {
125
+ Smpte2110ReceiverGroups?: Smpte2110ReceiverGroup[];
126
+ };
94
127
  /**
95
128
  * Type definition for `AWS::MediaLive::Input.SrtCallerDecryptionRequest`.
96
129
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtcallerdecryptionrequest.html}
@@ -1,7 +1,7 @@
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::Notifications::ChannelAssociation Resource Type
4
+ * Resource Type definition for AWS::Notifications::ChannelAssociation
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-channelassociation.html}
6
6
  */
7
7
  export type NotificationsChannelAssociationProperties = {
@@ -19,7 +19,7 @@ export type NotificationsChannelAssociationProperties = {
19
19
  NotificationConfigurationArn: string;
20
20
  };
21
21
  /**
22
- * Definition of AWS::Notifications::ChannelAssociation Resource Type
22
+ * Resource Type definition for AWS::Notifications::ChannelAssociation
23
23
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-channelassociation.html}
24
24
  */
25
25
  export declare class NotificationsChannelAssociation extends $Resource<"AWS::Notifications::ChannelAssociation", NotificationsChannelAssociationProperties, Record<string, never>> {
@@ -1,6 +1,6 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * Definition of AWS::Notifications::ChannelAssociation Resource Type
3
+ * Resource Type definition for AWS::Notifications::ChannelAssociation
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-channelassociation.html}
5
5
  */
6
6
  export class NotificationsChannelAssociation extends $Resource {
@@ -1,7 +1,7 @@
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::Notifications::EventRule Resource Type
4
+ * Resource Type definition for AWS::Notifications::EventRule
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-eventrule.html}
6
6
  */
7
7
  export type NotificationsEventRuleProperties = {
@@ -66,7 +66,7 @@ export type EventRuleStatusSummary = {
66
66
  */
67
67
  export type StatusSummaryByRegion = Record<string, EventRuleStatusSummary>;
68
68
  /**
69
- * Definition of AWS::Notifications::EventRule Resource Type
69
+ * Resource Type definition for AWS::Notifications::EventRule
70
70
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-eventrule.html}
71
71
  */
72
72
  export declare class NotificationsEventRule extends $Resource<"AWS::Notifications::EventRule", NotificationsEventRuleProperties, NotificationsEventRuleAttributes> {
@@ -1,6 +1,6 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * Definition of AWS::Notifications::EventRule Resource Type
3
+ * Resource Type definition for AWS::Notifications::EventRule
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-eventrule.html}
5
5
  */
6
6
  export class NotificationsEventRule extends $Resource {
@@ -2,7 +2,7 @@ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/re
2
2
  import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
3
  /**
4
4
  * Resource type definition for `AWS::Notifications::ManagedNotificationAccountContactAssociation`.
5
- * This resource schema represents the ManagedNotificationAccountContactAssociation resource in the AWS User Notifications.
5
+ * Resource Type definition for ManagedNotificationAccountContactAssociation
6
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationaccountcontactassociation.html}
7
7
  */
8
8
  export type NotificationsManagedNotificationAccountContactAssociationProperties = {
@@ -24,7 +24,7 @@ export type NotificationsManagedNotificationAccountContactAssociationProperties
24
24
  export type ContactIdentifier = "ACCOUNT_PRIMARY" | "ACCOUNT_ALTERNATE_SECURITY" | "ACCOUNT_ALTERNATE_OPERATIONS" | "ACCOUNT_ALTERNATE_BILLING";
25
25
  /**
26
26
  * Resource type definition for `AWS::Notifications::ManagedNotificationAccountContactAssociation`.
27
- * This resource schema represents the ManagedNotificationAccountContactAssociation resource in the AWS User Notifications.
27
+ * Resource Type definition for ManagedNotificationAccountContactAssociation
28
28
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationaccountcontactassociation.html}
29
29
  */
30
30
  export declare class NotificationsManagedNotificationAccountContactAssociation extends $Resource<"AWS::Notifications::ManagedNotificationAccountContactAssociation", NotificationsManagedNotificationAccountContactAssociationProperties, Record<string, never>> {
@@ -1,7 +1,7 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
3
  * Resource type definition for `AWS::Notifications::ManagedNotificationAccountContactAssociation`.
4
- * This resource schema represents the ManagedNotificationAccountContactAssociation resource in the AWS User Notifications.
4
+ * Resource Type definition for ManagedNotificationAccountContactAssociation
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationaccountcontactassociation.html}
6
6
  */
7
7
  export class NotificationsManagedNotificationAccountContactAssociation extends $Resource {
@@ -1,7 +1,7 @@
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::Notifications::ManagedNotificationAdditionalChannelAssociation Resource Type
4
+ * Resource Type definition for AWS::Notifications::ManagedNotificationAdditionalChannelAssociation
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationadditionalchannelassociation.html}
6
6
  */
7
7
  export type NotificationsManagedNotificationAdditionalChannelAssociationProperties = {
@@ -19,7 +19,7 @@ export type NotificationsManagedNotificationAdditionalChannelAssociationProperti
19
19
  ManagedNotificationConfigurationArn: string;
20
20
  };
21
21
  /**
22
- * Definition of AWS::Notifications::ManagedNotificationAdditionalChannelAssociation Resource Type
22
+ * Resource Type definition for AWS::Notifications::ManagedNotificationAdditionalChannelAssociation
23
23
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationadditionalchannelassociation.html}
24
24
  */
25
25
  export declare class NotificationsManagedNotificationAdditionalChannelAssociation extends $Resource<"AWS::Notifications::ManagedNotificationAdditionalChannelAssociation", NotificationsManagedNotificationAdditionalChannelAssociationProperties, Record<string, never>> {
@@ -1,6 +1,6 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * Definition of AWS::Notifications::ManagedNotificationAdditionalChannelAssociation Resource Type
3
+ * Resource Type definition for AWS::Notifications::ManagedNotificationAdditionalChannelAssociation
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-managednotificationadditionalchannelassociation.html}
5
5
  */
6
6
  export class NotificationsManagedNotificationAdditionalChannelAssociation extends $Resource {
@@ -1,7 +1,7 @@
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::Notifications::NotificationConfiguration Resource Type
4
+ * Resource Type definition for AWS::Notifications::NotificationConfiguration
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationconfiguration.html}
6
6
  */
7
7
  export type NotificationsNotificationConfigurationProperties = {
@@ -62,7 +62,7 @@ export type Tag = {
62
62
  Value: string;
63
63
  };
64
64
  /**
65
- * Definition of AWS::Notifications::NotificationConfiguration Resource Type
65
+ * Resource Type definition for AWS::Notifications::NotificationConfiguration
66
66
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationconfiguration.html}
67
67
  */
68
68
  export declare class NotificationsNotificationConfiguration extends $Resource<"AWS::Notifications::NotificationConfiguration", NotificationsNotificationConfigurationProperties, NotificationsNotificationConfigurationAttributes> {
@@ -1,6 +1,6 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * Definition of AWS::Notifications::NotificationConfiguration Resource Type
3
+ * Resource Type definition for AWS::Notifications::NotificationConfiguration
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationconfiguration.html}
5
5
  */
6
6
  export class NotificationsNotificationConfiguration extends $Resource {
@@ -1,7 +1,7 @@
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::Notifications::NotificationHub Resource Type
4
+ * Resource Type definition for AWS::Notifications::NotificationHub
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationhub.html}
6
6
  */
7
7
  export type NotificationsNotificationHubProperties = {
@@ -38,7 +38,7 @@ export type NotificationHubStatusSummary = {
38
38
  NotificationHubStatusReason: string;
39
39
  };
40
40
  /**
41
- * Definition of AWS::Notifications::NotificationHub Resource Type
41
+ * Resource Type definition for AWS::Notifications::NotificationHub
42
42
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationhub.html}
43
43
  */
44
44
  export declare class NotificationsNotificationHub extends $Resource<"AWS::Notifications::NotificationHub", NotificationsNotificationHubProperties, NotificationsNotificationHubAttributes> {
@@ -1,6 +1,6 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * Definition of AWS::Notifications::NotificationHub Resource Type
3
+ * Resource Type definition for AWS::Notifications::NotificationHub
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-notificationhub.html}
5
5
  */
6
6
  export class NotificationsNotificationHub extends $Resource {
@@ -1,18 +1,47 @@
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
- * Resource Type definition for AWS::Route53Resolver::ResolverEndpoint
4
+ * Resource type definition for AWS::Route53Resolver::ResolverEndpoint
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html}
6
6
  */
7
7
  export type Route53ResolverResolverEndpointProperties = {
8
+ /**
9
+ * Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:
10
+ - INBOUND: allows DNS queries to your VPC from your network
11
+ - OUTBOUND: allows DNS queries from your VPC to your network
12
+ */
8
13
  Direction: string;
14
+ /**
15
+ * The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC.
16
+ */
9
17
  IpAddresses: IpAddressRequest[];
18
+ /**
19
+ * A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
20
+ */
10
21
  Name?: string;
22
+ /**
23
+ * The ARN (Amazon Resource Name) for the Outpost.
24
+ */
11
25
  OutpostArn?: string;
26
+ /**
27
+ * The Amazon EC2 instance type.
28
+ */
12
29
  PreferredInstanceType?: string;
30
+ /**
31
+ * Protocols used for the endpoint. DoH-FIPS is applicable for inbound endpoints only.
32
+ */
13
33
  Protocols?: string[];
14
- ResolverEndpointType?: string;
34
+ /**
35
+ * The Resolver endpoint IP address type.
36
+ */
37
+ ResolverEndpointType?: "IPV6" | "IPV4" | "DUALSTACK";
38
+ /**
39
+ * The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.
40
+ */
15
41
  SecurityGroupIds: string[];
42
+ /**
43
+ * An array of key-value pairs to apply to this resource.
44
+ */
16
45
  Tags?: Tag[];
17
46
  };
18
47
  /**
@@ -20,9 +49,21 @@ export type Route53ResolverResolverEndpointProperties = {
20
49
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#aws-resource-route53resolver-resolverendpoint-return-values}
21
50
  */
22
51
  export type Route53ResolverResolverEndpointAttributes = {
52
+ /**
53
+ * The Amazon Resource Name (ARN) of the resolver endpoint, such as arn:aws:route53resolver:us-east-1:123456789012:resolver-endpoint/resolver-endpoint-a1bzhi.
54
+ */
23
55
  Arn: string;
56
+ /**
57
+ * The ID of the VPC that you want to create the resolver endpoint in.
58
+ */
24
59
  HostVPCId: string;
60
+ /**
61
+ * The number of IP addresses that the resolver endpoint can use for DNS queries.
62
+ */
25
63
  IpAddressCount: string;
64
+ /**
65
+ * The ID of the resolver endpoint.
66
+ */
26
67
  ResolverEndpointId: string;
27
68
  };
28
69
  /**
@@ -30,8 +71,17 @@ export type Route53ResolverResolverEndpointAttributes = {
30
71
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53resolver-resolverendpoint-ipaddressrequest.html}
31
72
  */
32
73
  export type IpAddressRequest = {
74
+ /**
75
+ * The IPv4 address that you want to use for DNS queries.
76
+ */
33
77
  Ip?: string;
78
+ /**
79
+ * The IPv6 address that you want to use for DNS queries.
80
+ */
34
81
  Ipv6?: string;
82
+ /**
83
+ * The ID of the subnet that contains the IP address.
84
+ */
35
85
  SubnetId: string;
36
86
  };
37
87
  /**
@@ -39,11 +89,17 @@ export type IpAddressRequest = {
39
89
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53resolver-resolverendpoint-tag.html}
40
90
  */
41
91
  export type Tag = {
92
+ /**
93
+ * The name for the tag. For example, if you want to associate Resolver resources with the account IDs of your customers for billing purposes, the value of Key might be account-id.
94
+ */
42
95
  Key: string;
96
+ /**
97
+ * The value for the tag. For example, if Key is account-id, then Value might be the ID of the customer account that you're creating the resource for.
98
+ */
43
99
  Value: string;
44
100
  };
45
101
  /**
46
- * Resource Type definition for AWS::Route53Resolver::ResolverEndpoint
102
+ * Resource type definition for AWS::Route53Resolver::ResolverEndpoint
47
103
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html}
48
104
  */
49
105
  export declare class Route53ResolverResolverEndpoint extends $Resource<"AWS::Route53Resolver::ResolverEndpoint", Route53ResolverResolverEndpointProperties, Route53ResolverResolverEndpointAttributes> {
@@ -1,6 +1,6 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * Resource Type definition for AWS::Route53Resolver::ResolverEndpoint
3
+ * Resource type definition for AWS::Route53Resolver::ResolverEndpoint
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html}
5
5
  */
6
6
  export class Route53ResolverResolverEndpoint extends $Resource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.343",
3
+ "version": "0.1.345",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },