@awboost/cfntypes 1.0.0-beta.36 → 1.0.0-beta.37
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.
- package/lib/cjs/types.generated.js +15 -3
- package/lib/types.generated.d.ts +363 -34
- package/lib/types.generated.js +15 -3
- package/package.json +2 -2
@@ -1,7 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.AttributeNames = exports.ResourceType = exports.ResourceSpecificationVersion = void 0;
|
4
|
-
exports.ResourceSpecificationVersion = "
|
4
|
+
exports.ResourceSpecificationVersion = "135.0.0";
|
5
5
|
exports.ResourceType = {
|
6
6
|
ACMPCACertificate: "AWS::ACMPCA::Certificate",
|
7
7
|
ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
|
@@ -243,6 +243,7 @@ exports.ResourceType = {
|
|
243
243
|
ConnectRule: "AWS::Connect::Rule",
|
244
244
|
ConnectSecurityKey: "AWS::Connect::SecurityKey",
|
245
245
|
ConnectTaskTemplate: "AWS::Connect::TaskTemplate",
|
246
|
+
ConnectTrafficDistributionGroup: "AWS::Connect::TrafficDistributionGroup",
|
246
247
|
ConnectUser: "AWS::Connect::User",
|
247
248
|
ConnectUserHierarchyGroup: "AWS::Connect::UserHierarchyGroup",
|
248
249
|
ConnectCampaignsCampaign: "AWS::ConnectCampaigns::Campaign",
|
@@ -271,6 +272,7 @@ exports.ResourceType = {
|
|
271
272
|
DataBrewSchedule: "AWS::DataBrew::Schedule",
|
272
273
|
DataPipelinePipeline: "AWS::DataPipeline::Pipeline",
|
273
274
|
DataSyncAgent: "AWS::DataSync::Agent",
|
275
|
+
DataSyncLocationAzureBlob: "AWS::DataSync::LocationAzureBlob",
|
274
276
|
DataSyncLocationEFS: "AWS::DataSync::LocationEFS",
|
275
277
|
DataSyncLocationFSxLustre: "AWS::DataSync::LocationFSxLustre",
|
276
278
|
DataSyncLocationFSxONTAP: "AWS::DataSync::LocationFSxONTAP",
|
@@ -744,7 +746,11 @@ exports.ResourceType = {
|
|
744
746
|
MediaPackagePackagingConfiguration: "AWS::MediaPackage::PackagingConfiguration",
|
745
747
|
MediaPackagePackagingGroup: "AWS::MediaPackage::PackagingGroup",
|
746
748
|
MediaStoreContainer: "AWS::MediaStore::Container",
|
749
|
+
MediaTailorChannel: "AWS::MediaTailor::Channel",
|
750
|
+
MediaTailorChannelPolicy: "AWS::MediaTailor::ChannelPolicy",
|
751
|
+
MediaTailorLiveSource: "AWS::MediaTailor::LiveSource",
|
747
752
|
MediaTailorPlaybackConfiguration: "AWS::MediaTailor::PlaybackConfiguration",
|
753
|
+
MediaTailorVodSource: "AWS::MediaTailor::VodSource",
|
748
754
|
MemoryDBACL: "AWS::MemoryDB::ACL",
|
749
755
|
MemoryDBCluster: "AWS::MemoryDB::Cluster",
|
750
756
|
MemoryDBParameterGroup: "AWS::MemoryDB::ParameterGroup",
|
@@ -1352,6 +1358,7 @@ exports.AttributeNames = {
|
|
1352
1358
|
"AWS::Connect::Rule": ["RuleArn"],
|
1353
1359
|
"AWS::Connect::SecurityKey": ["AssociationId"],
|
1354
1360
|
"AWS::Connect::TaskTemplate": ["Arn"],
|
1361
|
+
"AWS::Connect::TrafficDistributionGroup": ["Status", "IsDefault", "TrafficDistributionGroupArn"],
|
1355
1362
|
"AWS::Connect::User": ["UserArn"],
|
1356
1363
|
"AWS::Connect::UserHierarchyGroup": ["UserHierarchyGroupArn"],
|
1357
1364
|
"AWS::ConnectCampaigns::Campaign": ["Arn"],
|
@@ -1380,6 +1387,7 @@ exports.AttributeNames = {
|
|
1380
1387
|
"AWS::DataBrew::Schedule": [],
|
1381
1388
|
"AWS::DataPipeline::Pipeline": ["PipelineId"],
|
1382
1389
|
"AWS::DataSync::Agent": ["AgentArn", "EndpointType"],
|
1390
|
+
"AWS::DataSync::LocationAzureBlob": ["LocationUri", "LocationArn"],
|
1383
1391
|
"AWS::DataSync::LocationEFS": ["LocationUri", "LocationArn"],
|
1384
1392
|
"AWS::DataSync::LocationFSxLustre": ["LocationUri", "LocationArn"],
|
1385
1393
|
"AWS::DataSync::LocationFSxONTAP": ["LocationUri", "FsxFilesystemArn", "LocationArn"],
|
@@ -1447,7 +1455,7 @@ exports.AttributeNames = {
|
|
1447
1455
|
"AWS::EC2::NetworkInsightsAnalysis": ["Status", "ReturnPathComponents", "StartDate", "NetworkInsightsAnalysisId", "AlternatePathHints", "Explanations", "NetworkPathFound", "SuggestedAccounts", "ForwardPathComponents", "NetworkInsightsAnalysisArn", "StatusMessage"],
|
1448
1456
|
"AWS::EC2::NetworkInsightsPath": ["SourceArn", "NetworkInsightsPathId", "CreatedDate", "NetworkInsightsPathArn", "DestinationArn"],
|
1449
1457
|
"AWS::EC2::NetworkInterface": ["SecondaryPrivateIpAddresses", "PrimaryPrivateIpAddress", "Id"],
|
1450
|
-
"AWS::EC2::NetworkInterfaceAttachment": [],
|
1458
|
+
"AWS::EC2::NetworkInterfaceAttachment": ["AttachmentId"],
|
1451
1459
|
"AWS::EC2::NetworkInterfacePermission": [],
|
1452
1460
|
"AWS::EC2::NetworkPerformanceMetricSubscription": [],
|
1453
1461
|
"AWS::EC2::PlacementGroup": ["GroupName"],
|
@@ -1853,7 +1861,11 @@ exports.AttributeNames = {
|
|
1853
1861
|
"AWS::MediaPackage::PackagingConfiguration": ["Arn"],
|
1854
1862
|
"AWS::MediaPackage::PackagingGroup": ["DomainName", "Arn"],
|
1855
1863
|
"AWS::MediaStore::Container": ["Endpoint"],
|
1864
|
+
"AWS::MediaTailor::Channel": ["Arn"],
|
1865
|
+
"AWS::MediaTailor::ChannelPolicy": [],
|
1866
|
+
"AWS::MediaTailor::LiveSource": ["Arn"],
|
1856
1867
|
"AWS::MediaTailor::PlaybackConfiguration": ["HlsConfiguration.ManifestEndpointPrefix", "SessionInitializationEndpointPrefix", "DashConfiguration.ManifestEndpointPrefix", "PlaybackConfigurationArn", "PlaybackEndpointPrefix"],
|
1868
|
+
"AWS::MediaTailor::VodSource": ["Arn"],
|
1857
1869
|
"AWS::MemoryDB::ACL": ["Status", "Arn"],
|
1858
1870
|
"AWS::MemoryDB::Cluster": ["Status", "ClusterEndpoint.Address", "ClusterEndpoint.Port", "ParameterGroupStatus", "ARN"],
|
1859
1871
|
"AWS::MemoryDB::ParameterGroup": ["ARN"],
|
@@ -2091,7 +2103,7 @@ exports.AttributeNames = {
|
|
2091
2103
|
"AWS::SageMaker::Domain": ["HomeEfsFileSystemId", "DomainId", "SecurityGroupIdForDomainBoundary", "SingleSignOnManagedApplicationInstanceId", "DomainArn", "Url"],
|
2092
2104
|
"AWS::SageMaker::Endpoint": ["EndpointName"],
|
2093
2105
|
"AWS::SageMaker::EndpointConfig": ["EndpointConfigName"],
|
2094
|
-
"AWS::SageMaker::FeatureGroup": [],
|
2106
|
+
"AWS::SageMaker::FeatureGroup": ["FeatureGroupStatus", "CreationTime"],
|
2095
2107
|
"AWS::SageMaker::Image": ["ImageArn"],
|
2096
2108
|
"AWS::SageMaker::ImageVersion": ["ImageVersionArn", "Version", "ContainerImage", "ImageArn"],
|
2097
2109
|
"AWS::SageMaker::InferenceExperiment": ["Status", "EndpointMetadata.EndpointConfigName", "CreationTime", "LastModifiedTime", "EndpointMetadata.EndpointName", "Arn", "EndpointMetadata.EndpointStatus", "EndpointMetadata"],
|
package/lib/types.generated.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const ResourceSpecificationVersion = "
|
1
|
+
export declare const ResourceSpecificationVersion = "135.0.0";
|
2
2
|
/**
|
3
3
|
* Type definition for AWS::ACMPCA::Certificate.ApiPassthrough
|
4
4
|
*
|
@@ -7704,12 +7704,12 @@ export interface CloudTrailTrailInsightSelector {
|
|
7704
7704
|
/**
|
7705
7705
|
* Type definition for AWS::CloudWatch::Alarm.Dimension
|
7706
7706
|
*
|
7707
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-
|
7707
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-dimension.html | AWS::CloudWatch::Alarm.Dimension}
|
7708
7708
|
* @group AWS::CloudWatch
|
7709
7709
|
*/
|
7710
7710
|
export interface CloudWatchAlarmDimension {
|
7711
|
-
Name: string;
|
7712
7711
|
Value: string;
|
7712
|
+
Name: string;
|
7713
7713
|
}
|
7714
7714
|
/**
|
7715
7715
|
* Type definition for AWS::CloudWatch::Alarm.Metric
|
@@ -7718,8 +7718,8 @@ export interface CloudWatchAlarmDimension {
|
|
7718
7718
|
* @group AWS::CloudWatch
|
7719
7719
|
*/
|
7720
7720
|
export interface CloudWatchAlarmMetric {
|
7721
|
-
Dimensions?: any[];
|
7722
7721
|
MetricName?: string;
|
7722
|
+
Dimensions?: any[];
|
7723
7723
|
Namespace?: string;
|
7724
7724
|
}
|
7725
7725
|
/**
|
@@ -7730,12 +7730,12 @@ export interface CloudWatchAlarmMetric {
|
|
7730
7730
|
*/
|
7731
7731
|
export interface CloudWatchAlarmMetricDataQuery {
|
7732
7732
|
AccountId?: string;
|
7733
|
+
ReturnData?: boolean;
|
7733
7734
|
Expression?: string;
|
7734
|
-
Id: string;
|
7735
7735
|
Label?: string;
|
7736
7736
|
MetricStat?: CloudWatchAlarmMetricStat;
|
7737
7737
|
Period?: number;
|
7738
|
-
|
7738
|
+
Id: string;
|
7739
7739
|
}
|
7740
7740
|
/**
|
7741
7741
|
* Type definition for AWS::CloudWatch::Alarm.MetricStat
|
@@ -7744,9 +7744,9 @@ export interface CloudWatchAlarmMetricDataQuery {
|
|
7744
7744
|
* @group AWS::CloudWatch
|
7745
7745
|
*/
|
7746
7746
|
export interface CloudWatchAlarmMetricStat {
|
7747
|
-
Metric: CloudWatchAlarmMetric;
|
7748
|
-
Period: number;
|
7749
7747
|
Stat: string;
|
7748
|
+
Period: number;
|
7749
|
+
Metric: CloudWatchAlarmMetric;
|
7750
7750
|
Unit?: string;
|
7751
7751
|
}
|
7752
7752
|
/**
|
@@ -9312,6 +9312,15 @@ export interface ConfigConfigurationAggregatorOrganizationAggregationSource {
|
|
9312
9312
|
AwsRegions?: any[];
|
9313
9313
|
RoleArn: string;
|
9314
9314
|
}
|
9315
|
+
/**
|
9316
|
+
* Type definition for AWS::Config::ConfigurationRecorder.ExclusionByResourceTypes
|
9317
|
+
*
|
9318
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-exclusionbyresourcetypes.html | AWS::Config::ConfigurationRecorder.ExclusionByResourceTypes}
|
9319
|
+
* @group AWS::Config
|
9320
|
+
*/
|
9321
|
+
export interface ConfigConfigurationRecorderExclusionByResourceTypes {
|
9322
|
+
ResourceTypes: any[];
|
9323
|
+
}
|
9315
9324
|
/**
|
9316
9325
|
* Type definition for AWS::Config::ConfigurationRecorder.RecordingGroup
|
9317
9326
|
*
|
@@ -9320,9 +9329,20 @@ export interface ConfigConfigurationAggregatorOrganizationAggregationSource {
|
|
9320
9329
|
*/
|
9321
9330
|
export interface ConfigConfigurationRecorderRecordingGroup {
|
9322
9331
|
AllSupported?: boolean;
|
9332
|
+
ExclusionByResourceTypes?: ConfigConfigurationRecorderExclusionByResourceTypes;
|
9323
9333
|
IncludeGlobalResourceTypes?: boolean;
|
9334
|
+
RecordingStrategy?: ConfigConfigurationRecorderRecordingStrategy;
|
9324
9335
|
ResourceTypes?: any[];
|
9325
9336
|
}
|
9337
|
+
/**
|
9338
|
+
* Type definition for AWS::Config::ConfigurationRecorder.RecordingStrategy
|
9339
|
+
*
|
9340
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationrecorder-recordingstrategy.html | AWS::Config::ConfigurationRecorder.RecordingStrategy}
|
9341
|
+
* @group AWS::Config
|
9342
|
+
*/
|
9343
|
+
export interface ConfigConfigurationRecorderRecordingStrategy {
|
9344
|
+
UseOnly: string;
|
9345
|
+
}
|
9326
9346
|
/**
|
9327
9347
|
* Type definition for AWS::Config::ConformancePack.ConformancePackInputParameter
|
9328
9348
|
*
|
@@ -11567,6 +11587,15 @@ export interface DataPipelinePipelinePipelineTag {
|
|
11567
11587
|
Value: string;
|
11568
11588
|
Key: string;
|
11569
11589
|
}
|
11590
|
+
/**
|
11591
|
+
* Type definition for AWS::DataSync::LocationAzureBlob.AzureBlobSasConfiguration
|
11592
|
+
*
|
11593
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationazureblob-azureblobsasconfiguration.html | AWS::DataSync::LocationAzureBlob.AzureBlobSasConfiguration}
|
11594
|
+
* @group AWS::DataSync
|
11595
|
+
*/
|
11596
|
+
export interface DataSyncLocationAzureBlobAzureBlobSasConfiguration {
|
11597
|
+
AzureBlobSasToken: string;
|
11598
|
+
}
|
11570
11599
|
/**
|
11571
11600
|
* Type definition for AWS::DataSync::LocationEFS.Ec2Config
|
11572
11601
|
*
|
@@ -13582,6 +13611,24 @@ export interface EC2NetworkInsightsPathPathFilter {
|
|
13582
13611
|
export interface EC2NetworkInterfaceInstanceIpv6Address {
|
13583
13612
|
Ipv6Address: string;
|
13584
13613
|
}
|
13614
|
+
/**
|
13615
|
+
* Type definition for AWS::EC2::NetworkInterface.Ipv4PrefixSpecification
|
13616
|
+
*
|
13617
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-ipv4prefixspecification.html | AWS::EC2::NetworkInterface.Ipv4PrefixSpecification}
|
13618
|
+
* @group AWS::EC2
|
13619
|
+
*/
|
13620
|
+
export interface EC2NetworkInterfaceIpv4PrefixSpecification {
|
13621
|
+
Ipv4Prefix: string;
|
13622
|
+
}
|
13623
|
+
/**
|
13624
|
+
* Type definition for AWS::EC2::NetworkInterface.Ipv6PrefixSpecification
|
13625
|
+
*
|
13626
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinterface-ipv6prefixspecification.html | AWS::EC2::NetworkInterface.Ipv6PrefixSpecification}
|
13627
|
+
* @group AWS::EC2
|
13628
|
+
*/
|
13629
|
+
export interface EC2NetworkInterfaceIpv6PrefixSpecification {
|
13630
|
+
Ipv6Prefix: string;
|
13631
|
+
}
|
13585
13632
|
/**
|
13586
13633
|
* Type definition for AWS::EC2::NetworkInterface.PrivateIpAddressSpecification
|
13587
13634
|
*
|
@@ -15587,6 +15634,7 @@ export interface EMRClusterStepConfig {
|
|
15587
15634
|
export interface EMRClusterVolumeSpecification {
|
15588
15635
|
Iops?: number;
|
15589
15636
|
SizeInGB: number;
|
15637
|
+
Throughput?: number;
|
15590
15638
|
VolumeType: string;
|
15591
15639
|
}
|
15592
15640
|
/**
|
@@ -15675,6 +15723,7 @@ export interface EMRInstanceFleetConfigSpotProvisioningSpecification {
|
|
15675
15723
|
export interface EMRInstanceFleetConfigVolumeSpecification {
|
15676
15724
|
Iops?: number;
|
15677
15725
|
SizeInGB: number;
|
15726
|
+
Throughput?: number;
|
15678
15727
|
VolumeType: string;
|
15679
15728
|
}
|
15680
15729
|
/**
|
@@ -15806,6 +15855,7 @@ export interface EMRInstanceGroupConfigSimpleScalingPolicyConfiguration {
|
|
15806
15855
|
export interface EMRInstanceGroupConfigVolumeSpecification {
|
15807
15856
|
Iops?: number;
|
15808
15857
|
SizeInGB: number;
|
15858
|
+
Throughput?: number;
|
15809
15859
|
VolumeType: string;
|
15810
15860
|
}
|
15811
15861
|
/**
|
@@ -17116,7 +17166,7 @@ export interface EventsRuleRedshiftDataParameters {
|
|
17116
17166
|
Database: string;
|
17117
17167
|
DbUser?: string;
|
17118
17168
|
SecretManagerArn?: string;
|
17119
|
-
Sql
|
17169
|
+
Sql?: string;
|
17120
17170
|
StatementName?: string;
|
17121
17171
|
WithEvent?: boolean;
|
17122
17172
|
}
|
@@ -20456,7 +20506,17 @@ export interface IAMUserPolicy {
|
|
20456
20506
|
* @group AWS::IVS
|
20457
20507
|
*/
|
20458
20508
|
export interface IVSRecordingConfigurationDestinationConfiguration {
|
20459
|
-
S3
|
20509
|
+
S3?: IVSRecordingConfigurationS3DestinationConfiguration;
|
20510
|
+
}
|
20511
|
+
/**
|
20512
|
+
* Type definition for AWS::IVS::RecordingConfiguration.RenditionConfiguration
|
20513
|
+
*
|
20514
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-recordingconfiguration-renditionconfiguration.html | AWS::IVS::RecordingConfiguration.RenditionConfiguration}
|
20515
|
+
* @group AWS::IVS
|
20516
|
+
*/
|
20517
|
+
export interface IVSRecordingConfigurationRenditionConfiguration {
|
20518
|
+
RenditionSelection?: string;
|
20519
|
+
Renditions?: any[];
|
20460
20520
|
}
|
20461
20521
|
/**
|
20462
20522
|
* Type definition for AWS::IVS::RecordingConfiguration.S3DestinationConfiguration
|
@@ -20475,7 +20535,9 @@ export interface IVSRecordingConfigurationS3DestinationConfiguration {
|
|
20475
20535
|
*/
|
20476
20536
|
export interface IVSRecordingConfigurationThumbnailConfiguration {
|
20477
20537
|
TargetIntervalSeconds?: number;
|
20478
|
-
|
20538
|
+
Storage?: any[];
|
20539
|
+
RecordingMode?: string;
|
20540
|
+
Resolution?: string;
|
20479
20541
|
}
|
20480
20542
|
/**
|
20481
20543
|
* Type definition for AWS::IVSChat::LoggingConfiguration.CloudWatchLogsDestinationConfiguration
|
@@ -20984,7 +21046,9 @@ export interface InspectorV2FilterStringFilter {
|
|
20984
21046
|
* @group AWS::InternetMonitor
|
20985
21047
|
*/
|
20986
21048
|
export interface InternetMonitorMonitorHealthEventsConfig {
|
21049
|
+
AvailabilityLocalHealthEventsConfig?: InternetMonitorMonitorLocalHealthEventsConfig;
|
20987
21050
|
PerformanceScoreThreshold?: number;
|
21051
|
+
PerformanceLocalHealthEventsConfig?: InternetMonitorMonitorLocalHealthEventsConfig;
|
20988
21052
|
AvailabilityScoreThreshold?: number;
|
20989
21053
|
}
|
20990
21054
|
/**
|
@@ -20996,6 +21060,17 @@ export interface InternetMonitorMonitorHealthEventsConfig {
|
|
20996
21060
|
export interface InternetMonitorMonitorInternetMeasurementsLogDelivery {
|
20997
21061
|
S3Config?: InternetMonitorMonitorS3Config;
|
20998
21062
|
}
|
21063
|
+
/**
|
21064
|
+
* Type definition for AWS::InternetMonitor::Monitor.LocalHealthEventsConfig
|
21065
|
+
*
|
21066
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-internetmonitor-monitor-localhealtheventsconfig.html | AWS::InternetMonitor::Monitor.LocalHealthEventsConfig}
|
21067
|
+
* @group AWS::InternetMonitor
|
21068
|
+
*/
|
21069
|
+
export interface InternetMonitorMonitorLocalHealthEventsConfig {
|
21070
|
+
Status?: string;
|
21071
|
+
HealthScoreThreshold?: number;
|
21072
|
+
MinTrafficImpact?: number;
|
21073
|
+
}
|
20999
21074
|
/**
|
21000
21075
|
* Type definition for AWS::InternetMonitor::Monitor.S3Config
|
21001
21076
|
*
|
@@ -24333,6 +24408,7 @@ export interface KendraDataSourceDataSourceConfiguration {
|
|
24333
24408
|
ConfluenceConfiguration?: KendraDataSourceConfluenceConfiguration;
|
24334
24409
|
WorkDocsConfiguration?: KendraDataSourceWorkDocsConfiguration;
|
24335
24410
|
OneDriveConfiguration?: KendraDataSourceOneDriveConfiguration;
|
24411
|
+
TemplateConfiguration?: KendraDataSourceTemplateConfiguration;
|
24336
24412
|
ServiceNowConfiguration?: KendraDataSourceServiceNowConfiguration;
|
24337
24413
|
}
|
24338
24414
|
/**
|
@@ -24667,6 +24743,15 @@ export interface KendraDataSourceSharePointConfiguration {
|
|
24667
24743
|
export interface KendraDataSourceSqlConfiguration {
|
24668
24744
|
QueryIdentifiersEnclosingOption?: string;
|
24669
24745
|
}
|
24746
|
+
/**
|
24747
|
+
* Type definition for AWS::Kendra::DataSource.TemplateConfiguration
|
24748
|
+
*
|
24749
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-templateconfiguration.html | AWS::Kendra::DataSource.TemplateConfiguration}
|
24750
|
+
* @group AWS::Kendra
|
24751
|
+
*/
|
24752
|
+
export interface KendraDataSourceTemplateConfiguration {
|
24753
|
+
Template: string;
|
24754
|
+
}
|
24670
24755
|
/**
|
24671
24756
|
* Type definition for AWS::Kendra::DataSource.WebCrawlerAuthenticationConfiguration
|
24672
24757
|
*
|
@@ -31854,6 +31939,69 @@ export interface MediaStoreContainerMetricPolicyRule {
|
|
31854
31939
|
ObjectGroup: string;
|
31855
31940
|
ObjectGroupName: string;
|
31856
31941
|
}
|
31942
|
+
/**
|
31943
|
+
* Type definition for AWS::MediaTailor::Channel.DashPlaylistSettings
|
31944
|
+
*
|
31945
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-dashplaylistsettings.html | AWS::MediaTailor::Channel.DashPlaylistSettings}
|
31946
|
+
* @group AWS::MediaTailor
|
31947
|
+
*/
|
31948
|
+
export interface MediaTailorChannelDashPlaylistSettings {
|
31949
|
+
ManifestWindowSeconds?: number;
|
31950
|
+
SuggestedPresentationDelaySeconds?: number;
|
31951
|
+
MinBufferTimeSeconds?: number;
|
31952
|
+
MinUpdatePeriodSeconds?: number;
|
31953
|
+
}
|
31954
|
+
/**
|
31955
|
+
* Type definition for AWS::MediaTailor::Channel.HlsPlaylistSettings
|
31956
|
+
*
|
31957
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-hlsplaylistsettings.html | AWS::MediaTailor::Channel.HlsPlaylistSettings}
|
31958
|
+
* @group AWS::MediaTailor
|
31959
|
+
*/
|
31960
|
+
export interface MediaTailorChannelHlsPlaylistSettings {
|
31961
|
+
ManifestWindowSeconds?: number;
|
31962
|
+
}
|
31963
|
+
/**
|
31964
|
+
* Type definition for AWS::MediaTailor::Channel.LogConfigurationForChannel
|
31965
|
+
*
|
31966
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-logconfigurationforchannel.html | AWS::MediaTailor::Channel.LogConfigurationForChannel}
|
31967
|
+
* @group AWS::MediaTailor
|
31968
|
+
*/
|
31969
|
+
export interface MediaTailorChannelLogConfigurationForChannel {
|
31970
|
+
LogTypes?: any[];
|
31971
|
+
}
|
31972
|
+
/**
|
31973
|
+
* Type definition for AWS::MediaTailor::Channel.RequestOutputItem
|
31974
|
+
*
|
31975
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-requestoutputitem.html | AWS::MediaTailor::Channel.RequestOutputItem}
|
31976
|
+
* @group AWS::MediaTailor
|
31977
|
+
*/
|
31978
|
+
export interface MediaTailorChannelRequestOutputItem {
|
31979
|
+
ManifestName: string;
|
31980
|
+
DashPlaylistSettings?: MediaTailorChannelDashPlaylistSettings;
|
31981
|
+
HlsPlaylistSettings?: MediaTailorChannelHlsPlaylistSettings;
|
31982
|
+
SourceGroup: string;
|
31983
|
+
}
|
31984
|
+
/**
|
31985
|
+
* Type definition for AWS::MediaTailor::Channel.SlateSource
|
31986
|
+
*
|
31987
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-channel-slatesource.html | AWS::MediaTailor::Channel.SlateSource}
|
31988
|
+
* @group AWS::MediaTailor
|
31989
|
+
*/
|
31990
|
+
export interface MediaTailorChannelSlateSource {
|
31991
|
+
VodSourceName?: string;
|
31992
|
+
SourceLocationName?: string;
|
31993
|
+
}
|
31994
|
+
/**
|
31995
|
+
* Type definition for AWS::MediaTailor::LiveSource.HttpPackageConfiguration
|
31996
|
+
*
|
31997
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-livesource-httppackageconfiguration.html | AWS::MediaTailor::LiveSource.HttpPackageConfiguration}
|
31998
|
+
* @group AWS::MediaTailor
|
31999
|
+
*/
|
32000
|
+
export interface MediaTailorLiveSourceHttpPackageConfiguration {
|
32001
|
+
Path: string;
|
32002
|
+
Type: string;
|
32003
|
+
SourceGroup: string;
|
32004
|
+
}
|
31857
32005
|
/**
|
31858
32006
|
* Type definition for AWS::MediaTailor::PlaybackConfiguration.AdMarkerPassthrough
|
31859
32007
|
*
|
@@ -31932,6 +32080,17 @@ export interface MediaTailorPlaybackConfigurationLivePreRollConfiguration {
|
|
31932
32080
|
export interface MediaTailorPlaybackConfigurationManifestProcessingRules {
|
31933
32081
|
AdMarkerPassthrough?: MediaTailorPlaybackConfigurationAdMarkerPassthrough;
|
31934
32082
|
}
|
32083
|
+
/**
|
32084
|
+
* Type definition for AWS::MediaTailor::VodSource.HttpPackageConfiguration
|
32085
|
+
*
|
32086
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-vodsource-httppackageconfiguration.html | AWS::MediaTailor::VodSource.HttpPackageConfiguration}
|
32087
|
+
* @group AWS::MediaTailor
|
32088
|
+
*/
|
32089
|
+
export interface MediaTailorVodSourceHttpPackageConfiguration {
|
32090
|
+
Path: string;
|
32091
|
+
Type: string;
|
32092
|
+
SourceGroup: string;
|
32093
|
+
}
|
31935
32094
|
/**
|
31936
32095
|
* Type definition for AWS::MemoryDB::Cluster.Endpoint
|
31937
32096
|
*
|
@@ -60387,8 +60546,8 @@ export interface AlexaASKSkillSkillPackage {
|
|
60387
60546
|
* @group Tag
|
60388
60547
|
*/
|
60389
60548
|
export interface Tag {
|
60390
|
-
Value: string;
|
60391
60549
|
Key: string;
|
60550
|
+
Value: string;
|
60392
60551
|
}
|
60393
60552
|
/**
|
60394
60553
|
* Type definition for AWS::ACMPCA::Certificate
|
@@ -63465,6 +63624,7 @@ export interface CertificateManagerCertificateProps {
|
|
63465
63624
|
CertificateTransparencyLoggingPreference?: string;
|
63466
63625
|
DomainName: string;
|
63467
63626
|
DomainValidationOptions?: any[];
|
63627
|
+
KeyAlgorithm?: string;
|
63468
63628
|
SubjectAlternativeNames?: any[];
|
63469
63629
|
Tags?: any[];
|
63470
63630
|
ValidationMethod?: string;
|
@@ -64309,27 +64469,27 @@ export interface CloudTrailTrailAttribs {
|
|
64309
64469
|
* @group AWS::CloudWatch
|
64310
64470
|
*/
|
64311
64471
|
export interface CloudWatchAlarmProps {
|
64312
|
-
|
64313
|
-
|
64314
|
-
|
64315
|
-
AlarmName?: string;
|
64472
|
+
ThresholdMetricId?: string;
|
64473
|
+
EvaluateLowSampleCountPercentile?: string;
|
64474
|
+
ExtendedStatistic?: string;
|
64316
64475
|
ComparisonOperator: string;
|
64317
|
-
|
64476
|
+
TreatMissingData?: string;
|
64318
64477
|
Dimensions?: any[];
|
64319
|
-
|
64478
|
+
Period?: number;
|
64320
64479
|
EvaluationPeriods: number;
|
64321
|
-
|
64322
|
-
InsufficientDataActions?: any[];
|
64323
|
-
MetricName?: string;
|
64324
|
-
Metrics?: any[];
|
64480
|
+
Unit?: string;
|
64325
64481
|
Namespace?: string;
|
64326
64482
|
OKActions?: any[];
|
64327
|
-
|
64483
|
+
AlarmActions?: any[];
|
64484
|
+
MetricName?: string;
|
64485
|
+
ActionsEnabled?: boolean;
|
64486
|
+
Metrics?: any[];
|
64487
|
+
AlarmDescription?: string;
|
64488
|
+
AlarmName?: string;
|
64328
64489
|
Statistic?: string;
|
64490
|
+
InsufficientDataActions?: any[];
|
64491
|
+
DatapointsToAlarm?: number;
|
64329
64492
|
Threshold?: number;
|
64330
|
-
ThresholdMetricId?: string;
|
64331
|
-
TreatMissingData?: string;
|
64332
|
-
Unit?: string;
|
64333
64493
|
}
|
64334
64494
|
/**
|
64335
64495
|
* Attributes type definition for AWS::CloudWatch::Alarm
|
@@ -65668,6 +65828,29 @@ export interface ConnectTaskTemplateProps {
|
|
65668
65828
|
export interface ConnectTaskTemplateAttribs {
|
65669
65829
|
Arn?: string;
|
65670
65830
|
}
|
65831
|
+
/**
|
65832
|
+
* Type definition for AWS::Connect::TrafficDistributionGroup
|
65833
|
+
*
|
65834
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-trafficdistributiongroup.html | AWS::Connect::TrafficDistributionGroup}
|
65835
|
+
* @group AWS::Connect
|
65836
|
+
*/
|
65837
|
+
export interface ConnectTrafficDistributionGroupProps {
|
65838
|
+
Description?: string;
|
65839
|
+
InstanceArn: string;
|
65840
|
+
Tags?: any[];
|
65841
|
+
Name: string;
|
65842
|
+
}
|
65843
|
+
/**
|
65844
|
+
* Attributes type definition for AWS::Connect::TrafficDistributionGroup
|
65845
|
+
*
|
65846
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-trafficdistributiongroup.html | AWS::Connect::TrafficDistributionGroup}
|
65847
|
+
* @group AWS::Connect
|
65848
|
+
*/
|
65849
|
+
export interface ConnectTrafficDistributionGroupAttribs {
|
65850
|
+
Status?: string;
|
65851
|
+
IsDefault?: boolean;
|
65852
|
+
TrafficDistributionGroupArn?: string;
|
65853
|
+
}
|
65671
65854
|
/**
|
65672
65855
|
* Type definition for AWS::Connect::User
|
65673
65856
|
*
|
@@ -66251,6 +66434,32 @@ export interface DataSyncAgentAttribs {
|
|
66251
66434
|
AgentArn?: string;
|
66252
66435
|
EndpointType?: string;
|
66253
66436
|
}
|
66437
|
+
/**
|
66438
|
+
* Type definition for AWS::DataSync::LocationAzureBlob
|
66439
|
+
*
|
66440
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationazureblob.html | AWS::DataSync::LocationAzureBlob}
|
66441
|
+
* @group AWS::DataSync
|
66442
|
+
*/
|
66443
|
+
export interface DataSyncLocationAzureBlobProps {
|
66444
|
+
AzureAccessTier?: string;
|
66445
|
+
Subdirectory?: string;
|
66446
|
+
AzureBlobSasConfiguration?: DataSyncLocationAzureBlobAzureBlobSasConfiguration;
|
66447
|
+
AzureBlobType?: string;
|
66448
|
+
AzureBlobContainerUrl?: string;
|
66449
|
+
AgentArns: any[];
|
66450
|
+
Tags?: any[];
|
66451
|
+
AzureBlobAuthenticationType: string;
|
66452
|
+
}
|
66453
|
+
/**
|
66454
|
+
* Attributes type definition for AWS::DataSync::LocationAzureBlob
|
66455
|
+
*
|
66456
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationazureblob.html | AWS::DataSync::LocationAzureBlob}
|
66457
|
+
* @group AWS::DataSync
|
66458
|
+
*/
|
66459
|
+
export interface DataSyncLocationAzureBlobAttribs {
|
66460
|
+
LocationUri?: string;
|
66461
|
+
LocationArn?: string;
|
66462
|
+
}
|
66254
66463
|
/**
|
66255
66464
|
* Type definition for AWS::DataSync::LocationEFS
|
66256
66465
|
*
|
@@ -67843,16 +68052,20 @@ export interface EC2NetworkInsightsPathAttribs {
|
|
67843
68052
|
* @group AWS::EC2
|
67844
68053
|
*/
|
67845
68054
|
export interface EC2NetworkInterfaceProps {
|
67846
|
-
SourceDestCheck?: boolean;
|
67847
|
-
InterfaceType?: string;
|
67848
68055
|
Description?: string;
|
67849
68056
|
PrivateIpAddress?: string;
|
67850
68057
|
PrivateIpAddresses?: any[];
|
67851
68058
|
SecondaryPrivateIpAddressCount?: number;
|
67852
|
-
|
68059
|
+
Ipv6PrefixCount?: number;
|
68060
|
+
Ipv4Prefixes?: any[];
|
68061
|
+
Ipv4PrefixCount?: number;
|
67853
68062
|
GroupSet?: any[];
|
67854
68063
|
Ipv6Addresses?: any[];
|
68064
|
+
Ipv6Prefixes?: any[];
|
67855
68065
|
SubnetId: string;
|
68066
|
+
SourceDestCheck?: boolean;
|
68067
|
+
InterfaceType?: string;
|
68068
|
+
Ipv6AddressCount?: number;
|
67856
68069
|
Tags?: any[];
|
67857
68070
|
}
|
67858
68071
|
/**
|
@@ -67869,14 +68082,23 @@ export interface EC2NetworkInterfaceAttribs {
|
|
67869
68082
|
/**
|
67870
68083
|
* Type definition for AWS::EC2::NetworkInterfaceAttachment
|
67871
68084
|
*
|
67872
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-
|
68085
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfaceattachment.html | AWS::EC2::NetworkInterfaceAttachment}
|
67873
68086
|
* @group AWS::EC2
|
67874
68087
|
*/
|
67875
68088
|
export interface EC2NetworkInterfaceAttachmentProps {
|
67876
|
-
DeleteOnTermination?: boolean;
|
67877
|
-
DeviceIndex: string;
|
67878
68089
|
InstanceId: string;
|
68090
|
+
DeviceIndex: string;
|
67879
68091
|
NetworkInterfaceId: string;
|
68092
|
+
DeleteOnTermination?: boolean;
|
68093
|
+
}
|
68094
|
+
/**
|
68095
|
+
* Attributes type definition for AWS::EC2::NetworkInterfaceAttachment
|
68096
|
+
*
|
68097
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfaceattachment.html | AWS::EC2::NetworkInterfaceAttachment}
|
68098
|
+
* @group AWS::EC2
|
68099
|
+
*/
|
68100
|
+
export interface EC2NetworkInterfaceAttachmentAttribs {
|
68101
|
+
AttachmentId?: string;
|
67880
68102
|
}
|
67881
68103
|
/**
|
67882
68104
|
* Type definition for AWS::EC2::NetworkInterfacePermission
|
@@ -72360,6 +72582,7 @@ export interface IVSPlaybackKeyPairAttribs {
|
|
72360
72582
|
*/
|
72361
72583
|
export interface IVSRecordingConfigurationProps {
|
72362
72584
|
DestinationConfiguration: IVSRecordingConfigurationDestinationConfiguration;
|
72585
|
+
RenditionConfiguration?: IVSRecordingConfigurationRenditionConfiguration;
|
72363
72586
|
RecordingReconnectWindowSeconds?: number;
|
72364
72587
|
Tags?: any[];
|
72365
72588
|
ThumbnailConfiguration?: IVSRecordingConfigurationThumbnailConfiguration;
|
@@ -74362,11 +74585,12 @@ export interface KMSKeyProps {
|
|
74362
74585
|
MultiRegion?: boolean;
|
74363
74586
|
Description?: string;
|
74364
74587
|
PendingWindowInDays?: number;
|
74365
|
-
|
74588
|
+
BypassPolicyLockoutSafetyCheck?: boolean;
|
74589
|
+
KeyPolicy?: object;
|
74366
74590
|
KeySpec?: string;
|
74367
74591
|
Enabled?: boolean;
|
74368
|
-
EnableKeyRotation?: boolean;
|
74369
74592
|
KeyUsage?: string;
|
74593
|
+
EnableKeyRotation?: boolean;
|
74370
74594
|
Tags?: any[];
|
74371
74595
|
}
|
74372
74596
|
/**
|
@@ -76788,6 +77012,61 @@ export interface MediaStoreContainerProps {
|
|
76788
77012
|
export interface MediaStoreContainerAttribs {
|
76789
77013
|
Endpoint?: string;
|
76790
77014
|
}
|
77015
|
+
/**
|
77016
|
+
* Type definition for AWS::MediaTailor::Channel
|
77017
|
+
*
|
77018
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-channel.html | AWS::MediaTailor::Channel}
|
77019
|
+
* @group AWS::MediaTailor
|
77020
|
+
*/
|
77021
|
+
export interface MediaTailorChannelProps {
|
77022
|
+
FillerSlate?: MediaTailorChannelSlateSource;
|
77023
|
+
ChannelName: string;
|
77024
|
+
Tier?: string;
|
77025
|
+
Outputs: any[];
|
77026
|
+
LogConfiguration?: MediaTailorChannelLogConfigurationForChannel;
|
77027
|
+
PlaybackMode: string;
|
77028
|
+
Tags?: any[];
|
77029
|
+
}
|
77030
|
+
/**
|
77031
|
+
* Attributes type definition for AWS::MediaTailor::Channel
|
77032
|
+
*
|
77033
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-channel.html | AWS::MediaTailor::Channel}
|
77034
|
+
* @group AWS::MediaTailor
|
77035
|
+
*/
|
77036
|
+
export interface MediaTailorChannelAttribs {
|
77037
|
+
Arn?: string;
|
77038
|
+
}
|
77039
|
+
/**
|
77040
|
+
* Type definition for AWS::MediaTailor::ChannelPolicy
|
77041
|
+
*
|
77042
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-channelpolicy.html | AWS::MediaTailor::ChannelPolicy}
|
77043
|
+
* @group AWS::MediaTailor
|
77044
|
+
*/
|
77045
|
+
export interface MediaTailorChannelPolicyProps {
|
77046
|
+
Policy: object;
|
77047
|
+
ChannelName: string;
|
77048
|
+
}
|
77049
|
+
/**
|
77050
|
+
* Type definition for AWS::MediaTailor::LiveSource
|
77051
|
+
*
|
77052
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-livesource.html | AWS::MediaTailor::LiveSource}
|
77053
|
+
* @group AWS::MediaTailor
|
77054
|
+
*/
|
77055
|
+
export interface MediaTailorLiveSourceProps {
|
77056
|
+
LiveSourceName: string;
|
77057
|
+
SourceLocationName: string;
|
77058
|
+
HttpPackageConfigurations: any[];
|
77059
|
+
Tags?: any[];
|
77060
|
+
}
|
77061
|
+
/**
|
77062
|
+
* Attributes type definition for AWS::MediaTailor::LiveSource
|
77063
|
+
*
|
77064
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-livesource.html | AWS::MediaTailor::LiveSource}
|
77065
|
+
* @group AWS::MediaTailor
|
77066
|
+
*/
|
77067
|
+
export interface MediaTailorLiveSourceAttribs {
|
77068
|
+
Arn?: string;
|
77069
|
+
}
|
76791
77070
|
/**
|
76792
77071
|
* Type definition for AWS::MediaTailor::PlaybackConfiguration
|
76793
77072
|
*
|
@@ -76824,6 +77103,27 @@ export interface MediaTailorPlaybackConfigurationAttribs {
|
|
76824
77103
|
PlaybackConfigurationArn?: string;
|
76825
77104
|
PlaybackEndpointPrefix?: string;
|
76826
77105
|
}
|
77106
|
+
/**
|
77107
|
+
* Type definition for AWS::MediaTailor::VodSource
|
77108
|
+
*
|
77109
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-vodsource.html | AWS::MediaTailor::VodSource}
|
77110
|
+
* @group AWS::MediaTailor
|
77111
|
+
*/
|
77112
|
+
export interface MediaTailorVodSourceProps {
|
77113
|
+
VodSourceName: string;
|
77114
|
+
SourceLocationName: string;
|
77115
|
+
HttpPackageConfigurations: any[];
|
77116
|
+
Tags?: any[];
|
77117
|
+
}
|
77118
|
+
/**
|
77119
|
+
* Attributes type definition for AWS::MediaTailor::VodSource
|
77120
|
+
*
|
77121
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-vodsource.html | AWS::MediaTailor::VodSource}
|
77122
|
+
* @group AWS::MediaTailor
|
77123
|
+
*/
|
77124
|
+
export interface MediaTailorVodSourceAttribs {
|
77125
|
+
Arn?: string;
|
77126
|
+
}
|
76827
77127
|
/**
|
76828
77128
|
* Type definition for AWS::MemoryDB::ACL
|
76829
77129
|
*
|
@@ -82284,6 +82584,16 @@ export interface SageMakerFeatureGroupProps {
|
|
82284
82584
|
RoleArn?: string;
|
82285
82585
|
Tags?: any[];
|
82286
82586
|
}
|
82587
|
+
/**
|
82588
|
+
* Attributes type definition for AWS::SageMaker::FeatureGroup
|
82589
|
+
*
|
82590
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-featuregroup.html | AWS::SageMaker::FeatureGroup}
|
82591
|
+
* @group AWS::SageMaker
|
82592
|
+
*/
|
82593
|
+
export interface SageMakerFeatureGroupAttribs {
|
82594
|
+
FeatureGroupStatus?: string;
|
82595
|
+
CreationTime?: string;
|
82596
|
+
}
|
82287
82597
|
/**
|
82288
82598
|
* Type definition for AWS::SageMaker::Image
|
82289
82599
|
*
|
@@ -85092,6 +85402,7 @@ export interface ResourceTypes {
|
|
85092
85402
|
"AWS::Connect::Rule": ConnectRuleProps;
|
85093
85403
|
"AWS::Connect::SecurityKey": ConnectSecurityKeyProps;
|
85094
85404
|
"AWS::Connect::TaskTemplate": ConnectTaskTemplateProps;
|
85405
|
+
"AWS::Connect::TrafficDistributionGroup": ConnectTrafficDistributionGroupProps;
|
85095
85406
|
"AWS::Connect::User": ConnectUserProps;
|
85096
85407
|
"AWS::Connect::UserHierarchyGroup": ConnectUserHierarchyGroupProps;
|
85097
85408
|
"AWS::ConnectCampaigns::Campaign": ConnectCampaignsCampaignProps;
|
@@ -85120,6 +85431,7 @@ export interface ResourceTypes {
|
|
85120
85431
|
"AWS::DataBrew::Schedule": DataBrewScheduleProps;
|
85121
85432
|
"AWS::DataPipeline::Pipeline": DataPipelinePipelineProps;
|
85122
85433
|
"AWS::DataSync::Agent": DataSyncAgentProps;
|
85434
|
+
"AWS::DataSync::LocationAzureBlob": DataSyncLocationAzureBlobProps;
|
85123
85435
|
"AWS::DataSync::LocationEFS": DataSyncLocationEFSProps;
|
85124
85436
|
"AWS::DataSync::LocationFSxLustre": DataSyncLocationFSxLustreProps;
|
85125
85437
|
"AWS::DataSync::LocationFSxONTAP": DataSyncLocationFSxONTAPProps;
|
@@ -85593,7 +85905,11 @@ export interface ResourceTypes {
|
|
85593
85905
|
"AWS::MediaPackage::PackagingConfiguration": MediaPackagePackagingConfigurationProps;
|
85594
85906
|
"AWS::MediaPackage::PackagingGroup": MediaPackagePackagingGroupProps;
|
85595
85907
|
"AWS::MediaStore::Container": MediaStoreContainerProps;
|
85908
|
+
"AWS::MediaTailor::Channel": MediaTailorChannelProps;
|
85909
|
+
"AWS::MediaTailor::ChannelPolicy": MediaTailorChannelPolicyProps;
|
85910
|
+
"AWS::MediaTailor::LiveSource": MediaTailorLiveSourceProps;
|
85596
85911
|
"AWS::MediaTailor::PlaybackConfiguration": MediaTailorPlaybackConfigurationProps;
|
85912
|
+
"AWS::MediaTailor::VodSource": MediaTailorVodSourceProps;
|
85597
85913
|
"AWS::MemoryDB::ACL": MemoryDBACLProps;
|
85598
85914
|
"AWS::MemoryDB::Cluster": MemoryDBClusterProps;
|
85599
85915
|
"AWS::MemoryDB::ParameterGroup": MemoryDBParameterGroupProps;
|
@@ -86132,6 +86448,7 @@ export interface AttributeTypes {
|
|
86132
86448
|
"AWS::Connect::Rule": ConnectRuleAttribs;
|
86133
86449
|
"AWS::Connect::SecurityKey": ConnectSecurityKeyAttribs;
|
86134
86450
|
"AWS::Connect::TaskTemplate": ConnectTaskTemplateAttribs;
|
86451
|
+
"AWS::Connect::TrafficDistributionGroup": ConnectTrafficDistributionGroupAttribs;
|
86135
86452
|
"AWS::Connect::User": ConnectUserAttribs;
|
86136
86453
|
"AWS::Connect::UserHierarchyGroup": ConnectUserHierarchyGroupAttribs;
|
86137
86454
|
"AWS::ConnectCampaigns::Campaign": ConnectCampaignsCampaignAttribs;
|
@@ -86146,6 +86463,7 @@ export interface AttributeTypes {
|
|
86146
86463
|
"AWS::DMS::ReplicationInstance": DMSReplicationInstanceAttribs;
|
86147
86464
|
"AWS::DataPipeline::Pipeline": DataPipelinePipelineAttribs;
|
86148
86465
|
"AWS::DataSync::Agent": DataSyncAgentAttribs;
|
86466
|
+
"AWS::DataSync::LocationAzureBlob": DataSyncLocationAzureBlobAttribs;
|
86149
86467
|
"AWS::DataSync::LocationEFS": DataSyncLocationEFSAttribs;
|
86150
86468
|
"AWS::DataSync::LocationFSxLustre": DataSyncLocationFSxLustreAttribs;
|
86151
86469
|
"AWS::DataSync::LocationFSxONTAP": DataSyncLocationFSxONTAPAttribs;
|
@@ -86204,6 +86522,7 @@ export interface AttributeTypes {
|
|
86204
86522
|
"AWS::EC2::NetworkInsightsAnalysis": EC2NetworkInsightsAnalysisAttribs;
|
86205
86523
|
"AWS::EC2::NetworkInsightsPath": EC2NetworkInsightsPathAttribs;
|
86206
86524
|
"AWS::EC2::NetworkInterface": EC2NetworkInterfaceAttribs;
|
86525
|
+
"AWS::EC2::NetworkInterfaceAttachment": EC2NetworkInterfaceAttachmentAttribs;
|
86207
86526
|
"AWS::EC2::PlacementGroup": EC2PlacementGroupAttribs;
|
86208
86527
|
"AWS::EC2::PrefixList": EC2PrefixListAttribs;
|
86209
86528
|
"AWS::EC2::Route": EC2RouteAttribs;
|
@@ -86507,7 +86826,10 @@ export interface AttributeTypes {
|
|
86507
86826
|
"AWS::MediaPackage::PackagingConfiguration": MediaPackagePackagingConfigurationAttribs;
|
86508
86827
|
"AWS::MediaPackage::PackagingGroup": MediaPackagePackagingGroupAttribs;
|
86509
86828
|
"AWS::MediaStore::Container": MediaStoreContainerAttribs;
|
86829
|
+
"AWS::MediaTailor::Channel": MediaTailorChannelAttribs;
|
86830
|
+
"AWS::MediaTailor::LiveSource": MediaTailorLiveSourceAttribs;
|
86510
86831
|
"AWS::MediaTailor::PlaybackConfiguration": MediaTailorPlaybackConfigurationAttribs;
|
86832
|
+
"AWS::MediaTailor::VodSource": MediaTailorVodSourceAttribs;
|
86511
86833
|
"AWS::MemoryDB::ACL": MemoryDBACLAttribs;
|
86512
86834
|
"AWS::MemoryDB::Cluster": MemoryDBClusterAttribs;
|
86513
86835
|
"AWS::MemoryDB::ParameterGroup": MemoryDBParameterGroupAttribs;
|
@@ -86679,6 +87001,7 @@ export interface AttributeTypes {
|
|
86679
87001
|
"AWS::SageMaker::Domain": SageMakerDomainAttribs;
|
86680
87002
|
"AWS::SageMaker::Endpoint": SageMakerEndpointAttribs;
|
86681
87003
|
"AWS::SageMaker::EndpointConfig": SageMakerEndpointConfigAttribs;
|
87004
|
+
"AWS::SageMaker::FeatureGroup": SageMakerFeatureGroupAttribs;
|
86682
87005
|
"AWS::SageMaker::Image": SageMakerImageAttribs;
|
86683
87006
|
"AWS::SageMaker::ImageVersion": SageMakerImageVersionAttribs;
|
86684
87007
|
"AWS::SageMaker::InferenceExperiment": SageMakerInferenceExperimentAttribs;
|
@@ -87009,6 +87332,7 @@ export declare const ResourceType: {
|
|
87009
87332
|
readonly ConnectRule: "AWS::Connect::Rule";
|
87010
87333
|
readonly ConnectSecurityKey: "AWS::Connect::SecurityKey";
|
87011
87334
|
readonly ConnectTaskTemplate: "AWS::Connect::TaskTemplate";
|
87335
|
+
readonly ConnectTrafficDistributionGroup: "AWS::Connect::TrafficDistributionGroup";
|
87012
87336
|
readonly ConnectUser: "AWS::Connect::User";
|
87013
87337
|
readonly ConnectUserHierarchyGroup: "AWS::Connect::UserHierarchyGroup";
|
87014
87338
|
readonly ConnectCampaignsCampaign: "AWS::ConnectCampaigns::Campaign";
|
@@ -87037,6 +87361,7 @@ export declare const ResourceType: {
|
|
87037
87361
|
readonly DataBrewSchedule: "AWS::DataBrew::Schedule";
|
87038
87362
|
readonly DataPipelinePipeline: "AWS::DataPipeline::Pipeline";
|
87039
87363
|
readonly DataSyncAgent: "AWS::DataSync::Agent";
|
87364
|
+
readonly DataSyncLocationAzureBlob: "AWS::DataSync::LocationAzureBlob";
|
87040
87365
|
readonly DataSyncLocationEFS: "AWS::DataSync::LocationEFS";
|
87041
87366
|
readonly DataSyncLocationFSxLustre: "AWS::DataSync::LocationFSxLustre";
|
87042
87367
|
readonly DataSyncLocationFSxONTAP: "AWS::DataSync::LocationFSxONTAP";
|
@@ -87510,7 +87835,11 @@ export declare const ResourceType: {
|
|
87510
87835
|
readonly MediaPackagePackagingConfiguration: "AWS::MediaPackage::PackagingConfiguration";
|
87511
87836
|
readonly MediaPackagePackagingGroup: "AWS::MediaPackage::PackagingGroup";
|
87512
87837
|
readonly MediaStoreContainer: "AWS::MediaStore::Container";
|
87838
|
+
readonly MediaTailorChannel: "AWS::MediaTailor::Channel";
|
87839
|
+
readonly MediaTailorChannelPolicy: "AWS::MediaTailor::ChannelPolicy";
|
87840
|
+
readonly MediaTailorLiveSource: "AWS::MediaTailor::LiveSource";
|
87513
87841
|
readonly MediaTailorPlaybackConfiguration: "AWS::MediaTailor::PlaybackConfiguration";
|
87842
|
+
readonly MediaTailorVodSource: "AWS::MediaTailor::VodSource";
|
87514
87843
|
readonly MemoryDBACL: "AWS::MemoryDB::ACL";
|
87515
87844
|
readonly MemoryDBCluster: "AWS::MemoryDB::Cluster";
|
87516
87845
|
readonly MemoryDBParameterGroup: "AWS::MemoryDB::ParameterGroup";
|
package/lib/types.generated.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export const ResourceSpecificationVersion = "
|
1
|
+
export const ResourceSpecificationVersion = "135.0.0";
|
2
2
|
export const ResourceType = {
|
3
3
|
ACMPCACertificate: "AWS::ACMPCA::Certificate",
|
4
4
|
ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
|
@@ -240,6 +240,7 @@ export const ResourceType = {
|
|
240
240
|
ConnectRule: "AWS::Connect::Rule",
|
241
241
|
ConnectSecurityKey: "AWS::Connect::SecurityKey",
|
242
242
|
ConnectTaskTemplate: "AWS::Connect::TaskTemplate",
|
243
|
+
ConnectTrafficDistributionGroup: "AWS::Connect::TrafficDistributionGroup",
|
243
244
|
ConnectUser: "AWS::Connect::User",
|
244
245
|
ConnectUserHierarchyGroup: "AWS::Connect::UserHierarchyGroup",
|
245
246
|
ConnectCampaignsCampaign: "AWS::ConnectCampaigns::Campaign",
|
@@ -268,6 +269,7 @@ export const ResourceType = {
|
|
268
269
|
DataBrewSchedule: "AWS::DataBrew::Schedule",
|
269
270
|
DataPipelinePipeline: "AWS::DataPipeline::Pipeline",
|
270
271
|
DataSyncAgent: "AWS::DataSync::Agent",
|
272
|
+
DataSyncLocationAzureBlob: "AWS::DataSync::LocationAzureBlob",
|
271
273
|
DataSyncLocationEFS: "AWS::DataSync::LocationEFS",
|
272
274
|
DataSyncLocationFSxLustre: "AWS::DataSync::LocationFSxLustre",
|
273
275
|
DataSyncLocationFSxONTAP: "AWS::DataSync::LocationFSxONTAP",
|
@@ -741,7 +743,11 @@ export const ResourceType = {
|
|
741
743
|
MediaPackagePackagingConfiguration: "AWS::MediaPackage::PackagingConfiguration",
|
742
744
|
MediaPackagePackagingGroup: "AWS::MediaPackage::PackagingGroup",
|
743
745
|
MediaStoreContainer: "AWS::MediaStore::Container",
|
746
|
+
MediaTailorChannel: "AWS::MediaTailor::Channel",
|
747
|
+
MediaTailorChannelPolicy: "AWS::MediaTailor::ChannelPolicy",
|
748
|
+
MediaTailorLiveSource: "AWS::MediaTailor::LiveSource",
|
744
749
|
MediaTailorPlaybackConfiguration: "AWS::MediaTailor::PlaybackConfiguration",
|
750
|
+
MediaTailorVodSource: "AWS::MediaTailor::VodSource",
|
745
751
|
MemoryDBACL: "AWS::MemoryDB::ACL",
|
746
752
|
MemoryDBCluster: "AWS::MemoryDB::Cluster",
|
747
753
|
MemoryDBParameterGroup: "AWS::MemoryDB::ParameterGroup",
|
@@ -1349,6 +1355,7 @@ export const AttributeNames = {
|
|
1349
1355
|
"AWS::Connect::Rule": ["RuleArn"],
|
1350
1356
|
"AWS::Connect::SecurityKey": ["AssociationId"],
|
1351
1357
|
"AWS::Connect::TaskTemplate": ["Arn"],
|
1358
|
+
"AWS::Connect::TrafficDistributionGroup": ["Status", "IsDefault", "TrafficDistributionGroupArn"],
|
1352
1359
|
"AWS::Connect::User": ["UserArn"],
|
1353
1360
|
"AWS::Connect::UserHierarchyGroup": ["UserHierarchyGroupArn"],
|
1354
1361
|
"AWS::ConnectCampaigns::Campaign": ["Arn"],
|
@@ -1377,6 +1384,7 @@ export const AttributeNames = {
|
|
1377
1384
|
"AWS::DataBrew::Schedule": [],
|
1378
1385
|
"AWS::DataPipeline::Pipeline": ["PipelineId"],
|
1379
1386
|
"AWS::DataSync::Agent": ["AgentArn", "EndpointType"],
|
1387
|
+
"AWS::DataSync::LocationAzureBlob": ["LocationUri", "LocationArn"],
|
1380
1388
|
"AWS::DataSync::LocationEFS": ["LocationUri", "LocationArn"],
|
1381
1389
|
"AWS::DataSync::LocationFSxLustre": ["LocationUri", "LocationArn"],
|
1382
1390
|
"AWS::DataSync::LocationFSxONTAP": ["LocationUri", "FsxFilesystemArn", "LocationArn"],
|
@@ -1444,7 +1452,7 @@ export const AttributeNames = {
|
|
1444
1452
|
"AWS::EC2::NetworkInsightsAnalysis": ["Status", "ReturnPathComponents", "StartDate", "NetworkInsightsAnalysisId", "AlternatePathHints", "Explanations", "NetworkPathFound", "SuggestedAccounts", "ForwardPathComponents", "NetworkInsightsAnalysisArn", "StatusMessage"],
|
1445
1453
|
"AWS::EC2::NetworkInsightsPath": ["SourceArn", "NetworkInsightsPathId", "CreatedDate", "NetworkInsightsPathArn", "DestinationArn"],
|
1446
1454
|
"AWS::EC2::NetworkInterface": ["SecondaryPrivateIpAddresses", "PrimaryPrivateIpAddress", "Id"],
|
1447
|
-
"AWS::EC2::NetworkInterfaceAttachment": [],
|
1455
|
+
"AWS::EC2::NetworkInterfaceAttachment": ["AttachmentId"],
|
1448
1456
|
"AWS::EC2::NetworkInterfacePermission": [],
|
1449
1457
|
"AWS::EC2::NetworkPerformanceMetricSubscription": [],
|
1450
1458
|
"AWS::EC2::PlacementGroup": ["GroupName"],
|
@@ -1850,7 +1858,11 @@ export const AttributeNames = {
|
|
1850
1858
|
"AWS::MediaPackage::PackagingConfiguration": ["Arn"],
|
1851
1859
|
"AWS::MediaPackage::PackagingGroup": ["DomainName", "Arn"],
|
1852
1860
|
"AWS::MediaStore::Container": ["Endpoint"],
|
1861
|
+
"AWS::MediaTailor::Channel": ["Arn"],
|
1862
|
+
"AWS::MediaTailor::ChannelPolicy": [],
|
1863
|
+
"AWS::MediaTailor::LiveSource": ["Arn"],
|
1853
1864
|
"AWS::MediaTailor::PlaybackConfiguration": ["HlsConfiguration.ManifestEndpointPrefix", "SessionInitializationEndpointPrefix", "DashConfiguration.ManifestEndpointPrefix", "PlaybackConfigurationArn", "PlaybackEndpointPrefix"],
|
1865
|
+
"AWS::MediaTailor::VodSource": ["Arn"],
|
1854
1866
|
"AWS::MemoryDB::ACL": ["Status", "Arn"],
|
1855
1867
|
"AWS::MemoryDB::Cluster": ["Status", "ClusterEndpoint.Address", "ClusterEndpoint.Port", "ParameterGroupStatus", "ARN"],
|
1856
1868
|
"AWS::MemoryDB::ParameterGroup": ["ARN"],
|
@@ -2088,7 +2100,7 @@ export const AttributeNames = {
|
|
2088
2100
|
"AWS::SageMaker::Domain": ["HomeEfsFileSystemId", "DomainId", "SecurityGroupIdForDomainBoundary", "SingleSignOnManagedApplicationInstanceId", "DomainArn", "Url"],
|
2089
2101
|
"AWS::SageMaker::Endpoint": ["EndpointName"],
|
2090
2102
|
"AWS::SageMaker::EndpointConfig": ["EndpointConfigName"],
|
2091
|
-
"AWS::SageMaker::FeatureGroup": [],
|
2103
|
+
"AWS::SageMaker::FeatureGroup": ["FeatureGroupStatus", "CreationTime"],
|
2092
2104
|
"AWS::SageMaker::Image": ["ImageArn"],
|
2093
2105
|
"AWS::SageMaker::ImageVersion": ["ImageVersionArn", "Version", "ContainerImage", "ImageArn"],
|
2094
2106
|
"AWS::SageMaker::InferenceExperiment": ["Status", "EndpointMetadata.EndpointConfigName", "CreationTime", "LastModifiedTime", "EndpointMetadata.EndpointName", "Arn", "EndpointMetadata.EndpointStatus", "EndpointMetadata"],
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@awboost/cfntypes",
|
3
|
-
"version": "1.0.0-beta.
|
3
|
+
"version": "1.0.0-beta.37",
|
4
4
|
"private": false,
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -59,5 +59,5 @@
|
|
59
59
|
"ts-node": "^10.9.1",
|
60
60
|
"typescript": "^4.9.5"
|
61
61
|
},
|
62
|
-
"awsResourceSpecificationVersion": "
|
62
|
+
"awsResourceSpecificationVersion": "135.0.0"
|
63
63
|
}
|