@awboost/cfn-resource-types 0.1.51 → 0.1.53

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 (49) hide show
  1. package/lib/AWS-ARCZonalShift-ZonalAutoshiftConfiguration.d.ts +1 -1
  2. package/lib/AWS-Amplify-Domain.d.ts +12 -2
  3. package/lib/AWS-Bedrock-DataSource.d.ts +179 -0
  4. package/lib/AWS-Bedrock-DataSource.js +12 -0
  5. package/lib/AWS-Bedrock-KnowledgeBase.d.ts +316 -0
  6. package/lib/AWS-Bedrock-KnowledgeBase.js +12 -0
  7. package/lib/AWS-CleanRoomsML-TrainingDataset.d.ts +155 -0
  8. package/lib/AWS-CleanRoomsML-TrainingDataset.js +12 -0
  9. package/lib/AWS-Deadline-Farm.d.ts +45 -0
  10. package/lib/AWS-Deadline-Farm.js +12 -0
  11. package/lib/AWS-Deadline-Fleet.d.ts +348 -0
  12. package/lib/AWS-Deadline-Fleet.js +12 -0
  13. package/lib/AWS-Deadline-LicenseEndpoint.d.ts +58 -0
  14. package/lib/AWS-Deadline-LicenseEndpoint.js +12 -0
  15. package/lib/AWS-Deadline-MeteredProduct.d.ts +50 -0
  16. package/lib/AWS-Deadline-MeteredProduct.js +12 -0
  17. package/lib/AWS-Deadline-Queue.d.ts +134 -0
  18. package/lib/AWS-Deadline-Queue.js +12 -0
  19. package/lib/AWS-Deadline-QueueEnvironment.d.ts +52 -0
  20. package/lib/AWS-Deadline-QueueEnvironment.js +12 -0
  21. package/lib/AWS-Deadline-QueueFleetAssociation.d.ts +29 -0
  22. package/lib/AWS-Deadline-QueueFleetAssociation.js +12 -0
  23. package/lib/AWS-Deadline-StorageProfile.d.ts +70 -0
  24. package/lib/AWS-Deadline-StorageProfile.js +12 -0
  25. package/lib/AWS-EC2-SecurityGroup.d.ts +0 -1
  26. package/lib/AWS-EC2-Subnet.d.ts +7 -4
  27. package/lib/AWS-ECS-TaskDefinition.d.ts +146 -41
  28. package/lib/AWS-ECS-TaskDefinition.js +3 -1
  29. package/lib/AWS-EntityResolution-IdNamespace.d.ts +130 -0
  30. package/lib/AWS-EntityResolution-IdNamespace.js +13 -0
  31. package/lib/AWS-EntityResolution-PolicyStatement.d.ts +44 -0
  32. package/lib/AWS-EntityResolution-PolicyStatement.js +13 -0
  33. package/lib/AWS-GlobalAccelerator-CrossAccountAttachment.d.ts +71 -0
  34. package/lib/AWS-GlobalAccelerator-CrossAccountAttachment.js +12 -0
  35. package/lib/AWS-IVS-EncoderConfiguration.d.ts +90 -0
  36. package/lib/AWS-IVS-EncoderConfiguration.js +12 -0
  37. package/lib/AWS-IVS-PlaybackRestrictionPolicy.d.ts +73 -0
  38. package/lib/AWS-IVS-PlaybackRestrictionPolicy.js +12 -0
  39. package/lib/AWS-IVS-StorageConfiguration.d.ts +76 -0
  40. package/lib/AWS-IVS-StorageConfiguration.js +12 -0
  41. package/lib/AWS-Lambda-Function.d.ts +5 -5
  42. package/lib/AWS-MediaTailor-Channel.d.ts +4 -0
  43. package/lib/AWS-RDS-CustomDBEngineVersion.d.ts +13 -1
  44. package/lib/AWS-Route53-HostedZone.d.ts +4 -4
  45. package/lib/AWS-SSM-Parameter.d.ts +1 -1
  46. package/lib/AWS-SageMaker-Domain.d.ts +6 -0
  47. package/lib/AWS-SageMaker-UserProfile.d.ts +6 -0
  48. package/lib/AWS-SecurityHub-Insight.d.ts +35 -3
  49. package/package.json +2 -2
@@ -0,0 +1,130 @@
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::EntityResolution::IdNamespace`.
5
+ * IdNamespace defined in AWS Entity Resolution service
6
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idnamespace.html}
7
+ */
8
+ export type EntityResolutionIdNamespaceProperties = {
9
+ /**
10
+ * @minLength `0`
11
+ * @maxLength `255`
12
+ */
13
+ Description?: string;
14
+ /**
15
+ * @minLength `1`
16
+ * @maxLength `1`
17
+ */
18
+ IdMappingWorkflowProperties?: IdNamespaceIdMappingWorkflowProperties[];
19
+ /**
20
+ * @minLength `1`
21
+ * @maxLength `255`
22
+ * @pattern `^[a-zA-Z_0-9-]*$`
23
+ */
24
+ IdNamespaceName: string;
25
+ /**
26
+ * @minLength `0`
27
+ * @maxLength `20`
28
+ */
29
+ InputSourceConfig?: IdNamespaceInputSource[];
30
+ /**
31
+ * @minLength `32`
32
+ * @maxLength `512`
33
+ * @pattern `^arn:(aws|aws-us-gov|aws-cn):iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+$`
34
+ */
35
+ RoleArn?: string;
36
+ /**
37
+ * @minLength `0`
38
+ * @maxLength `200`
39
+ */
40
+ Tags?: Tag[];
41
+ Type: "SOURCE" | "TARGET";
42
+ };
43
+ /**
44
+ * Attribute type definition for `AWS::EntityResolution::IdNamespace`.
45
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idnamespace.html#aws-resource-entityresolution-idnamespace-return-values}
46
+ */
47
+ export type EntityResolutionIdNamespaceAttributes = {
48
+ /**
49
+ * The date and time when the IdNamespace was created
50
+ */
51
+ CreatedAt: string;
52
+ /**
53
+ * The arn associated with the IdNamespace
54
+ * @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})$`
55
+ */
56
+ IdNamespaceArn: string;
57
+ /**
58
+ * The date and time when the IdNamespace was updated
59
+ */
60
+ UpdatedAt: string;
61
+ };
62
+ /**
63
+ * Type definition for `AWS::EntityResolution::IdNamespace.IdNamespaceIdMappingWorkflowProperties`.
64
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idnamespace-idnamespaceidmappingworkflowproperties.html}
65
+ */
66
+ export type IdNamespaceIdMappingWorkflowProperties = {
67
+ IdMappingType: "PROVIDER";
68
+ ProviderProperties?: NamespaceProviderProperties;
69
+ };
70
+ /**
71
+ * Type definition for `AWS::EntityResolution::IdNamespace.IdNamespaceInputSource`.
72
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idnamespace-idnamespaceinputsource.html}
73
+ */
74
+ export type IdNamespaceInputSource = {
75
+ /**
76
+ * @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
+ */
78
+ InputSourceARN: string;
79
+ /**
80
+ * @minLength `1`
81
+ * @maxLength `255`
82
+ * @pattern `^[a-zA-Z_0-9-]*$`
83
+ */
84
+ SchemaName?: string;
85
+ };
86
+ /**
87
+ * Type definition for `AWS::EntityResolution::IdNamespace.NamespaceProviderProperties`.
88
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idnamespace-namespaceproviderproperties.html}
89
+ */
90
+ export type NamespaceProviderProperties = {
91
+ /**
92
+ * Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format.
93
+ */
94
+ ProviderConfiguration?: Record<string, string>;
95
+ /**
96
+ * @minLength `20`
97
+ * @maxLength `255`
98
+ * @pattern `^arn:(aws|aws-us-gov|aws-cn):(entityresolution):([a-z]{2}-[a-z]{1,10}-[0-9])::providerservice/([a-zA-Z0-9_-]{1,255})/([a-zA-Z0-9_-]{1,255})$`
99
+ */
100
+ ProviderServiceArn: string;
101
+ };
102
+ /**
103
+ * Type definition for `AWS::EntityResolution::IdNamespace.Tag`.
104
+ * A key-value pair to associate with a resource.
105
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idnamespace-tag.html}
106
+ */
107
+ export type Tag = {
108
+ /**
109
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
110
+ * @minLength `1`
111
+ * @maxLength `128`
112
+ */
113
+ Key: string;
114
+ /**
115
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
116
+ * @minLength `0`
117
+ * @maxLength `256`
118
+ */
119
+ Value: string;
120
+ };
121
+ /**
122
+ * Resource type definition for `AWS::EntityResolution::IdNamespace`.
123
+ * IdNamespace defined in AWS Entity Resolution service
124
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idnamespace.html}
125
+ */
126
+ export declare class EntityResolutionIdNamespace extends $Resource<"AWS::EntityResolution::IdNamespace", EntityResolutionIdNamespaceProperties, EntityResolutionIdNamespaceAttributes> {
127
+ static readonly Type = "AWS::EntityResolution::IdNamespace";
128
+ constructor(logicalId: string, properties: EntityResolutionIdNamespaceProperties, options?: $ResourceOptions);
129
+ }
130
+ //# sourceMappingURL=AWS-EntityResolution-IdNamespace.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::EntityResolution::IdNamespace`.
4
+ * IdNamespace defined in AWS Entity Resolution service
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idnamespace.html}
6
+ */
7
+ export class EntityResolutionIdNamespace extends $Resource {
8
+ static Type = "AWS::EntityResolution::IdNamespace";
9
+ constructor(logicalId, properties, options) {
10
+ super(logicalId, EntityResolutionIdNamespace.Type, properties, options);
11
+ }
12
+ }
13
+ //# sourceMappingURL=AWS-EntityResolution-IdNamespace.js.map
@@ -0,0 +1,44 @@
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::EntityResolution::PolicyStatement`.
5
+ * Policy Statement defined in AWS Entity Resolution Service
6
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-policystatement.html}
7
+ */
8
+ export type EntityResolutionPolicyStatementProperties = {
9
+ Action?: string[];
10
+ /**
11
+ * Arn of the resource to which the policy statement is being attached.
12
+ * @pattern `^arn:(aws|aws-us-gov|aws-cn):entityresolution:[a-z]{2}-[a-z]{1,10}-[0-9]:[0-9]{12}:((schemamapping|matchingworkflow|idmappingworkflow|idnamespace)/[a-zA-Z_0-9-]{1,255})$`
13
+ */
14
+ Arn: string;
15
+ /**
16
+ * @minLength `1`
17
+ * @maxLength `40960`
18
+ */
19
+ Condition?: string;
20
+ Effect?: StatementEffect;
21
+ Principal?: string[];
22
+ /**
23
+ * The Statement Id of the policy statement that is being attached.
24
+ * @minLength `1`
25
+ * @maxLength `64`
26
+ * @pattern `^[0-9A-Za-z]+$`
27
+ */
28
+ StatementId: string;
29
+ };
30
+ /**
31
+ * Type definition for `AWS::EntityResolution::PolicyStatement.StatementEffect`.
32
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-policystatement-statementeffect.html}
33
+ */
34
+ export type StatementEffect = "Allow" | "Deny";
35
+ /**
36
+ * Resource type definition for `AWS::EntityResolution::PolicyStatement`.
37
+ * Policy Statement defined in AWS Entity Resolution Service
38
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-policystatement.html}
39
+ */
40
+ export declare class EntityResolutionPolicyStatement extends $Resource<"AWS::EntityResolution::PolicyStatement", EntityResolutionPolicyStatementProperties, Record<string, never>> {
41
+ static readonly Type = "AWS::EntityResolution::PolicyStatement";
42
+ constructor(logicalId: string, properties: EntityResolutionPolicyStatementProperties, options?: $ResourceOptions);
43
+ }
44
+ //# sourceMappingURL=AWS-EntityResolution-PolicyStatement.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::EntityResolution::PolicyStatement`.
4
+ * Policy Statement defined in AWS Entity Resolution Service
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-policystatement.html}
6
+ */
7
+ export class EntityResolutionPolicyStatement extends $Resource {
8
+ static Type = "AWS::EntityResolution::PolicyStatement";
9
+ constructor(logicalId, properties, options) {
10
+ super(logicalId, EntityResolutionPolicyStatement.Type, properties, options);
11
+ }
12
+ }
13
+ //# sourceMappingURL=AWS-EntityResolution-PolicyStatement.js.map
@@ -0,0 +1,71 @@
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::GlobalAccelerator::CrossAccountAttachment
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-crossaccountattachment.html}
6
+ */
7
+ export type GlobalAcceleratorCrossAccountAttachmentProperties = {
8
+ /**
9
+ * The Friendly identifier of the attachment.
10
+ * @minLength `1`
11
+ * @maxLength `64`
12
+ * @pattern `^[a-zA-Z0-9_-]{0,64}$`
13
+ */
14
+ Name: string;
15
+ /**
16
+ * Principals to share the resources with.
17
+ */
18
+ Principals?: string[];
19
+ /**
20
+ * Resources shared using the attachment.
21
+ */
22
+ Resources?: Resource[];
23
+ Tags?: Tag[];
24
+ };
25
+ /**
26
+ * Attribute type definition for `AWS::GlobalAccelerator::CrossAccountAttachment`.
27
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-crossaccountattachment.html#aws-resource-globalaccelerator-crossaccountattachment-return-values}
28
+ */
29
+ export type GlobalAcceleratorCrossAccountAttachmentAttributes = {
30
+ /**
31
+ * The Amazon Resource Name (ARN) of the attachment.
32
+ */
33
+ AttachmentArn: string;
34
+ };
35
+ /**
36
+ * Type definition for `AWS::GlobalAccelerator::CrossAccountAttachment.Resource`.
37
+ * ARN of resource to share.
38
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-globalaccelerator-crossaccountattachment-resource.html}
39
+ */
40
+ export type Resource = {
41
+ EndpointId: string;
42
+ Region?: string;
43
+ };
44
+ /**
45
+ * Type definition for `AWS::GlobalAccelerator::CrossAccountAttachment.Tag`.
46
+ * Tag is a key-value pair associated with Cross Account Attachment.
47
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-globalaccelerator-crossaccountattachment-tag.html}
48
+ */
49
+ export type Tag = {
50
+ /**
51
+ * Key of the tag. Value can be 1 to 127 characters.
52
+ * @minLength `1`
53
+ * @maxLength `127`
54
+ */
55
+ Key: string;
56
+ /**
57
+ * Value for the tag. Value can be 1 to 255 characters.
58
+ * @minLength `1`
59
+ * @maxLength `255`
60
+ */
61
+ Value: string;
62
+ };
63
+ /**
64
+ * Resource Type definition for AWS::GlobalAccelerator::CrossAccountAttachment
65
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-crossaccountattachment.html}
66
+ */
67
+ export declare class GlobalAcceleratorCrossAccountAttachment extends $Resource<"AWS::GlobalAccelerator::CrossAccountAttachment", GlobalAcceleratorCrossAccountAttachmentProperties, GlobalAcceleratorCrossAccountAttachmentAttributes> {
68
+ static readonly Type = "AWS::GlobalAccelerator::CrossAccountAttachment";
69
+ constructor(logicalId: string, properties: GlobalAcceleratorCrossAccountAttachmentProperties, options?: $ResourceOptions);
70
+ }
71
+ //# sourceMappingURL=AWS-GlobalAccelerator-CrossAccountAttachment.d.ts.map
@@ -0,0 +1,12 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource Type definition for AWS::GlobalAccelerator::CrossAccountAttachment
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-crossaccountattachment.html}
5
+ */
6
+ export class GlobalAcceleratorCrossAccountAttachment extends $Resource {
7
+ static Type = "AWS::GlobalAccelerator::CrossAccountAttachment";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, GlobalAcceleratorCrossAccountAttachment.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-GlobalAccelerator-CrossAccountAttachment.js.map
@@ -0,0 +1,90 @@
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::IVS::EncoderConfiguration.
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-encoderconfiguration.html}
6
+ */
7
+ export type IVSEncoderConfigurationProperties = {
8
+ /**
9
+ * Encoder configuration name.
10
+ * @minLength `0`
11
+ * @maxLength `128`
12
+ * @pattern `^[a-zA-Z0-9-_]*$`
13
+ */
14
+ Name?: string;
15
+ /**
16
+ * An array of key-value pairs to apply to this resource.
17
+ * @maxLength `50`
18
+ */
19
+ Tags?: Tag[];
20
+ /**
21
+ * Video configuration. Default: video resolution 1280x720, bitrate 2500 kbps, 30 fps
22
+ */
23
+ Video?: {
24
+ /**
25
+ * Bitrate for generated output, in bps. Default: 2500000.
26
+ * @min `1`
27
+ * @max `8500000`
28
+ */
29
+ Bitrate?: number;
30
+ /**
31
+ * Video frame rate, in fps. Default: 30.
32
+ * @min `1`
33
+ * @max `60`
34
+ */
35
+ Framerate?: number;
36
+ /**
37
+ * Video-resolution height. Note that the maximum value is determined by width times height, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 720.
38
+ * @min `1`
39
+ * @max `1920`
40
+ */
41
+ Height?: number;
42
+ /**
43
+ * Video-resolution width. Note that the maximum value is determined by width times height, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 1280.
44
+ * @min `1`
45
+ * @max `1920`
46
+ */
47
+ Width?: number;
48
+ };
49
+ };
50
+ /**
51
+ * Attribute type definition for `AWS::IVS::EncoderConfiguration`.
52
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-encoderconfiguration.html#aws-resource-ivs-encoderconfiguration-return-values}
53
+ */
54
+ export type IVSEncoderConfigurationAttributes = {
55
+ /**
56
+ * Encoder configuration identifier.
57
+ * @minLength `1`
58
+ * @maxLength `128`
59
+ * @pattern `^arn:aws:ivs:[a-z0-9-]+:[0-9]+:encoder-configuration/[a-zA-Z0-9-]+$`
60
+ */
61
+ Arn: string;
62
+ };
63
+ /**
64
+ * Type definition for `AWS::IVS::EncoderConfiguration.Tag`.
65
+ * A key-value pair to associate with a resource.
66
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-encoderconfiguration-tag.html}
67
+ */
68
+ export type Tag = {
69
+ /**
70
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
71
+ * @minLength `1`
72
+ * @maxLength `128`
73
+ */
74
+ Key: string;
75
+ /**
76
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
77
+ * @minLength `0`
78
+ * @maxLength `256`
79
+ */
80
+ Value: string;
81
+ };
82
+ /**
83
+ * Resource Type definition for AWS::IVS::EncoderConfiguration.
84
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-encoderconfiguration.html}
85
+ */
86
+ export declare class IVSEncoderConfiguration extends $Resource<"AWS::IVS::EncoderConfiguration", IVSEncoderConfigurationProperties, IVSEncoderConfigurationAttributes> {
87
+ static readonly Type = "AWS::IVS::EncoderConfiguration";
88
+ constructor(logicalId: string, properties: IVSEncoderConfigurationProperties, options?: $ResourceOptions);
89
+ }
90
+ //# sourceMappingURL=AWS-IVS-EncoderConfiguration.d.ts.map
@@ -0,0 +1,12 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource Type definition for AWS::IVS::EncoderConfiguration.
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-encoderconfiguration.html}
5
+ */
6
+ export class IVSEncoderConfiguration extends $Resource {
7
+ static Type = "AWS::IVS::EncoderConfiguration";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, IVSEncoderConfiguration.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-IVS-EncoderConfiguration.js.map
@@ -0,0 +1,73 @@
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::IVS::PlaybackRestrictionPolicy.
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-playbackrestrictionpolicy.html}
6
+ */
7
+ export type IVSPlaybackRestrictionPolicyProperties = {
8
+ /**
9
+ * A list of country codes that control geoblocking restriction. Allowed values are the officially assigned ISO 3166-1 alpha-2 codes. Default: All countries (an empty array).
10
+ */
11
+ AllowedCountries: string[];
12
+ /**
13
+ * A list of origin sites that control CORS restriction. Allowed values are the same as valid values of the Origin header defined at https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Origin
14
+ */
15
+ AllowedOrigins: string[];
16
+ /**
17
+ * Whether channel playback is constrained by origin site.
18
+ */
19
+ EnableStrictOriginEnforcement?: boolean;
20
+ /**
21
+ * Playback-restriction-policy name.
22
+ * @minLength `0`
23
+ * @maxLength `128`
24
+ * @pattern `^[a-zA-Z0-9-_]*$`
25
+ */
26
+ Name?: string;
27
+ /**
28
+ * An array of key-value pairs to apply to this resource.
29
+ * @maxLength `50`
30
+ */
31
+ Tags?: Tag[];
32
+ };
33
+ /**
34
+ * Attribute type definition for `AWS::IVS::PlaybackRestrictionPolicy`.
35
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-playbackrestrictionpolicy.html#aws-resource-ivs-playbackrestrictionpolicy-return-values}
36
+ */
37
+ export type IVSPlaybackRestrictionPolicyAttributes = {
38
+ /**
39
+ * Playback-restriction-policy identifier.
40
+ * @minLength `1`
41
+ * @maxLength `128`
42
+ * @pattern `^arn:aws:ivs:[a-z0-9-]+:[0-9]+:playback-restriction-policy/[a-zA-Z0-9-]+$`
43
+ */
44
+ Arn: string;
45
+ };
46
+ /**
47
+ * Type definition for `AWS::IVS::PlaybackRestrictionPolicy.Tag`.
48
+ * A key-value pair to associate with a resource.
49
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-playbackrestrictionpolicy-tag.html}
50
+ */
51
+ export type Tag = {
52
+ /**
53
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
54
+ * @minLength `1`
55
+ * @maxLength `128`
56
+ */
57
+ Key: string;
58
+ /**
59
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
60
+ * @minLength `0`
61
+ * @maxLength `256`
62
+ */
63
+ Value: string;
64
+ };
65
+ /**
66
+ * Resource Type definition for AWS::IVS::PlaybackRestrictionPolicy.
67
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-playbackrestrictionpolicy.html}
68
+ */
69
+ export declare class IVSPlaybackRestrictionPolicy extends $Resource<"AWS::IVS::PlaybackRestrictionPolicy", IVSPlaybackRestrictionPolicyProperties, IVSPlaybackRestrictionPolicyAttributes> {
70
+ static readonly Type = "AWS::IVS::PlaybackRestrictionPolicy";
71
+ constructor(logicalId: string, properties: IVSPlaybackRestrictionPolicyProperties, options?: $ResourceOptions);
72
+ }
73
+ //# sourceMappingURL=AWS-IVS-PlaybackRestrictionPolicy.d.ts.map
@@ -0,0 +1,12 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource Type definition for AWS::IVS::PlaybackRestrictionPolicy.
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-playbackrestrictionpolicy.html}
5
+ */
6
+ export class IVSPlaybackRestrictionPolicy extends $Resource {
7
+ static Type = "AWS::IVS::PlaybackRestrictionPolicy";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, IVSPlaybackRestrictionPolicy.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-IVS-PlaybackRestrictionPolicy.js.map
@@ -0,0 +1,76 @@
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::IVS::StorageConfiguration
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-storageconfiguration.html}
6
+ */
7
+ export type IVSStorageConfigurationProperties = {
8
+ /**
9
+ * Storage Configuration Name.
10
+ * @minLength `0`
11
+ * @maxLength `128`
12
+ * @pattern `^[a-zA-Z0-9-_]*$`
13
+ */
14
+ Name?: string;
15
+ /**
16
+ * A complex type that describes an S3 location where recorded videos will be stored.
17
+ */
18
+ S3: S3StorageConfiguration;
19
+ /**
20
+ * A list of key-value pairs that contain metadata for the asset model.
21
+ * @maxLength `50`
22
+ */
23
+ Tags?: Tag[];
24
+ };
25
+ /**
26
+ * Attribute type definition for `AWS::IVS::StorageConfiguration`.
27
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-storageconfiguration.html#aws-resource-ivs-storageconfiguration-return-values}
28
+ */
29
+ export type IVSStorageConfigurationAttributes = {
30
+ /**
31
+ * Storage Configuration ARN is automatically generated on creation and assigned as the unique identifier.
32
+ * @minLength `0`
33
+ * @maxLength `128`
34
+ * @pattern `^arn:aws[-a-z]*:ivs:[a-z0-9-]+:[0-9]+:storage-configuration/[a-zA-Z0-9-]+$`
35
+ */
36
+ Arn: string;
37
+ };
38
+ /**
39
+ * Type definition for `AWS::IVS::StorageConfiguration.S3StorageConfiguration`.
40
+ * A complex type that describes an S3 location where recorded videos will be stored.
41
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-storageconfiguration-s3storageconfiguration.html}
42
+ */
43
+ export type S3StorageConfiguration = {
44
+ /**
45
+ * Location (S3 bucket name) where recorded videos will be stored. Note that the StorageConfiguration and S3 bucket must be in the same region as the Composition.
46
+ * @minLength `3`
47
+ * @maxLength `63`
48
+ * @pattern `^[a-z0-9-.]+$`
49
+ */
50
+ BucketName: string;
51
+ };
52
+ /**
53
+ * Type definition for `AWS::IVS::StorageConfiguration.Tag`.
54
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-storageconfiguration-tag.html}
55
+ */
56
+ export type Tag = {
57
+ /**
58
+ * @minLength `1`
59
+ * @maxLength `128`
60
+ */
61
+ Key: string;
62
+ /**
63
+ * @minLength `1`
64
+ * @maxLength `256`
65
+ */
66
+ Value: string;
67
+ };
68
+ /**
69
+ * Resource Type definition for AWS::IVS::StorageConfiguration
70
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-storageconfiguration.html}
71
+ */
72
+ export declare class IVSStorageConfiguration extends $Resource<"AWS::IVS::StorageConfiguration", IVSStorageConfigurationProperties, IVSStorageConfigurationAttributes> {
73
+ static readonly Type = "AWS::IVS::StorageConfiguration";
74
+ constructor(logicalId: string, properties: IVSStorageConfigurationProperties, options?: $ResourceOptions);
75
+ }
76
+ //# sourceMappingURL=AWS-IVS-StorageConfiguration.d.ts.map
@@ -0,0 +1,12 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource Type definition for AWS::IVS::StorageConfiguration
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-storageconfiguration.html}
5
+ */
6
+ export class IVSStorageConfiguration extends $Resource {
7
+ static Type = "AWS::IVS::StorageConfiguration";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, IVSStorageConfiguration.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-IVS-StorageConfiguration.js.map
@@ -298,11 +298,11 @@ export type RuntimeManagementConfig = {
298
298
  RuntimeVersionArn?: string;
299
299
  /**
300
300
  * Specify the runtime update mode.
301
- + *Auto (default)* - Automatically update to the most recent and secure runtime version using a [Two-phase runtime version rollout](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html#runtime-management-two-phase). This is the best choice for most customers to ensure they always benefit from runtime updates.
302
- + *FunctionUpdate* - LAM updates the runtime of you function to the most recent and secure runtime version when you update your function. This approach synchronizes runtime updates with function deployments, giving you control over when runtime updates are applied and allowing you to detect and mitigate rare runtime update incompatibilities early. When using this setting, you need to regularly update your functions to keep their runtime up-to-date.
303
- + *Manual* - You specify a runtime version in your function configuration. The function will use this runtime version indefinitely. In the rare case where a new runtime version is incompatible with an existing function, this allows you to roll back your function to an earlier runtime version. For more information, see [Roll back a runtime version](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html#runtime-management-rollback).
304
-
305
- *Valid Values*: ``Auto`` | ``FunctionUpdate`` | ``Manual``
301
+ + *Auto (default)* - Automatically update to the most recent and secure runtime version using a [Two-phase runtime version rollout](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html#runtime-management-two-phase). This is the best choice for most customers to ensure they always benefit from runtime updates.
302
+ + *FunctionUpdate* - LAM updates the runtime of you function to the most recent and secure runtime version when you update your function. This approach synchronizes runtime updates with function deployments, giving you control over when runtime updates are applied and allowing you to detect and mitigate rare runtime update incompatibilities early. When using this setting, you need to regularly update your functions to keep their runtime up-to-date.
303
+ + *Manual* - You specify a runtime version in your function configuration. The function will use this runtime version indefinitely. In the rare case where a new runtime version is incompatible with an existing function, this allows you to roll back your function to an earlier runtime version. For more information, see [Roll back a runtime version](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html#runtime-management-rollback).
304
+
305
+ *Valid Values*: ``Auto`` | ``FunctionUpdate`` | ``Manual``
306
306
  */
307
307
  UpdateRuntimeOn: "Auto" | "FunctionUpdate" | "Manual";
308
308
  };
@@ -5,6 +5,10 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-channel.html}
6
6
  */
7
7
  export type MediaTailorChannelProperties = {
8
+ /**
9
+ * <p>The list of audiences defined in channel.</p>
10
+ */
11
+ Audiences?: string[];
8
12
  ChannelName: string;
9
13
  /**
10
14
  * <p>Slate VOD source configuration.</p>
@@ -10,7 +10,7 @@ export type RDSCustomDBEngineVersionProperties = {
10
10
  * @minLength `3`
11
11
  * @maxLength `63`
12
12
  */
13
- DatabaseInstallationFilesS3BucketName: string;
13
+ DatabaseInstallationFilesS3BucketName?: string;
14
14
  /**
15
15
  * The Amazon S3 directory that contains the database installation files for your CEV. For example, a valid bucket name is `123456789012/cev1`. If this setting isn't specified, no prefix is assumed.
16
16
  * @minLength `1`
@@ -35,6 +35,10 @@ export type RDSCustomDBEngineVersionProperties = {
35
35
  * @maxLength `60`
36
36
  */
37
37
  EngineVersion: string;
38
+ /**
39
+ * The identifier of Amazon Machine Image (AMI) used for CEV.
40
+ */
41
+ ImageId?: string;
38
42
  /**
39
43
  * The AWS KMS key identifier for an encrypted CEV. A symmetric KMS key is required for RDS Custom, but optional for Amazon RDS.
40
44
  * @minLength `1`
@@ -47,6 +51,10 @@ export type RDSCustomDBEngineVersionProperties = {
47
51
  * @maxLength `51000`
48
52
  */
49
53
  Manifest?: string;
54
+ /**
55
+ * The identifier of the source custom engine version.
56
+ */
57
+ SourceCustomDbEngineVersionIdentifier?: string;
50
58
  /**
51
59
  * The availability status to be assigned to the CEV.
52
60
  */
@@ -55,6 +63,10 @@ export type RDSCustomDBEngineVersionProperties = {
55
63
  * An array of key-value pairs to apply to this resource.
56
64
  */
57
65
  Tags?: Tag[];
66
+ /**
67
+ * A value that indicates whether AWS provided latest image is applied automatically to the Custom Engine Version. By default, AWS provided latest image is applied automatically. This value is only applied on create.
68
+ */
69
+ UseAwsProvidedLatestImage?: boolean;
58
70
  };
59
71
  /**
60
72
  * Attribute type definition for `AWS::RDS::CustomDBEngineVersion`.