@awboost/cfntypes 1.0.0-beta.55 → 1.0.0-beta.57
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/resources.generated.d.ts +264 -58
- package/lib/resources.generated.js +14 -10
- package/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const ResourceSpecificationVersion = "
|
1
|
+
export declare const ResourceSpecificationVersion = "142.0.0";
|
2
2
|
/**
|
3
3
|
* Type definition for AWS::ACMPCA::Certificate.ApiPassthrough
|
4
4
|
*
|
@@ -1344,16 +1344,6 @@ export interface ApiGatewayV2StageRouteSettings {
|
|
1344
1344
|
DetailedMetricsEnabled?: boolean;
|
1345
1345
|
ThrottlingRateLimit?: number;
|
1346
1346
|
}
|
1347
|
-
/**
|
1348
|
-
* Type definition for AWS::AppConfig::Application.Tags
|
1349
|
-
*
|
1350
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-application-tags.html | AWS::AppConfig::Application.Tags}
|
1351
|
-
* @group AWS::AppConfig
|
1352
|
-
*/
|
1353
|
-
export interface AppConfigApplicationTags {
|
1354
|
-
Value?: string;
|
1355
|
-
Key?: string;
|
1356
|
-
}
|
1357
1347
|
/**
|
1358
1348
|
* Type definition for AWS::AppConfig::ConfigurationProfile.Tags
|
1359
1349
|
*
|
@@ -1821,8 +1811,9 @@ export interface AppFlowConnectorProfileSalesforceConnectorProfileProperties {
|
|
1821
1811
|
* @group AWS::AppFlow
|
1822
1812
|
*/
|
1823
1813
|
export interface AppFlowConnectorProfileServiceNowConnectorProfileCredentials {
|
1824
|
-
Username
|
1825
|
-
|
1814
|
+
Username?: string;
|
1815
|
+
OAuth2Credentials?: AppFlowConnectorProfileOAuth2Credentials;
|
1816
|
+
Password?: string;
|
1826
1817
|
}
|
1827
1818
|
/**
|
1828
1819
|
* Type definition for AWS::AppFlow::ConnectorProfile.ServiceNowConnectorProfileProperties
|
@@ -3955,6 +3946,7 @@ export interface AppRunnerServiceCodeConfigurationValues {
|
|
3955
3946
|
export interface AppRunnerServiceCodeRepository {
|
3956
3947
|
SourceCodeVersion: AppRunnerServiceSourceCodeVersion;
|
3957
3948
|
CodeConfiguration?: AppRunnerServiceCodeConfiguration;
|
3949
|
+
SourceDirectory?: string;
|
3958
3950
|
RepositoryUrl: string;
|
3959
3951
|
}
|
3960
3952
|
/**
|
@@ -15294,6 +15286,27 @@ export interface EFSFileSystemLifecyclePolicy {
|
|
15294
15286
|
TransitionToIA?: string;
|
15295
15287
|
TransitionToPrimaryStorageClass?: string;
|
15296
15288
|
}
|
15289
|
+
/**
|
15290
|
+
* Type definition for AWS::EFS::FileSystem.ReplicationConfiguration
|
15291
|
+
*
|
15292
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-filesystem-replicationconfiguration.html | AWS::EFS::FileSystem.ReplicationConfiguration}
|
15293
|
+
* @group AWS::EFS
|
15294
|
+
*/
|
15295
|
+
export interface EFSFileSystemReplicationConfiguration {
|
15296
|
+
Destinations?: any[];
|
15297
|
+
}
|
15298
|
+
/**
|
15299
|
+
* Type definition for AWS::EFS::FileSystem.ReplicationDestination
|
15300
|
+
*
|
15301
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-filesystem-replicationdestination.html | AWS::EFS::FileSystem.ReplicationDestination}
|
15302
|
+
* @group AWS::EFS
|
15303
|
+
*/
|
15304
|
+
export interface EFSFileSystemReplicationDestination {
|
15305
|
+
KmsKeyId?: string;
|
15306
|
+
AvailabilityZoneName?: string;
|
15307
|
+
FileSystemId?: string;
|
15308
|
+
Region?: string;
|
15309
|
+
}
|
15297
15310
|
/**
|
15298
15311
|
* Type definition for AWS::EKS::Cluster.ClusterLogging
|
15299
15312
|
*
|
@@ -16834,12 +16847,12 @@ export interface ElasticLoadBalancingV2ListenerRuleTargetGroupTuple {
|
|
16834
16847
|
/**
|
16835
16848
|
* Type definition for AWS::ElasticLoadBalancingV2::LoadBalancer.LoadBalancerAttribute
|
16836
16849
|
*
|
16837
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-loadbalancer-
|
16850
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-loadbalancer-loadbalancerattribute.html | AWS::ElasticLoadBalancingV2::LoadBalancer.LoadBalancerAttribute}
|
16838
16851
|
* @group AWS::ElasticLoadBalancingV2
|
16839
16852
|
*/
|
16840
16853
|
export interface ElasticLoadBalancingV2LoadBalancerLoadBalancerAttribute {
|
16841
|
-
Key?: string;
|
16842
16854
|
Value?: string;
|
16855
|
+
Key?: string;
|
16843
16856
|
}
|
16844
16857
|
/**
|
16845
16858
|
* Type definition for AWS::ElasticLoadBalancingV2::LoadBalancer.SubnetMapping
|
@@ -16850,8 +16863,8 @@ export interface ElasticLoadBalancingV2LoadBalancerLoadBalancerAttribute {
|
|
16850
16863
|
export interface ElasticLoadBalancingV2LoadBalancerSubnetMapping {
|
16851
16864
|
AllocationId?: string;
|
16852
16865
|
IPv6Address?: string;
|
16853
|
-
PrivateIPv4Address?: string;
|
16854
16866
|
SubnetId: string;
|
16867
|
+
PrivateIPv4Address?: string;
|
16855
16868
|
}
|
16856
16869
|
/**
|
16857
16870
|
* Type definition for AWS::ElasticLoadBalancingV2::TargetGroup.Matcher
|
@@ -26111,6 +26124,16 @@ export interface KinesisFirehoseDeliveryStreamAmazonopensearchserviceDestination
|
|
26111
26124
|
export interface KinesisFirehoseDeliveryStreamAmazonopensearchserviceRetryOptions {
|
26112
26125
|
DurationInSeconds?: number;
|
26113
26126
|
}
|
26127
|
+
/**
|
26128
|
+
* Type definition for AWS::KinesisFirehose::DeliveryStream.AuthenticationConfiguration
|
26129
|
+
*
|
26130
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-authenticationconfiguration.html | AWS::KinesisFirehose::DeliveryStream.AuthenticationConfiguration}
|
26131
|
+
* @group AWS::KinesisFirehose
|
26132
|
+
*/
|
26133
|
+
export interface KinesisFirehoseDeliveryStreamAuthenticationConfiguration {
|
26134
|
+
Connectivity: string;
|
26135
|
+
RoleARN: string;
|
26136
|
+
}
|
26114
26137
|
/**
|
26115
26138
|
* Type definition for AWS::KinesisFirehose::DeliveryStream.BufferingHints
|
26116
26139
|
*
|
@@ -26351,6 +26374,17 @@ export interface KinesisFirehoseDeliveryStreamKinesisStreamSourceConfiguration {
|
|
26351
26374
|
KinesisStreamARN: string;
|
26352
26375
|
RoleARN: string;
|
26353
26376
|
}
|
26377
|
+
/**
|
26378
|
+
* Type definition for AWS::KinesisFirehose::DeliveryStream.MSKSourceConfiguration
|
26379
|
+
*
|
26380
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-msksourceconfiguration.html | AWS::KinesisFirehose::DeliveryStream.MSKSourceConfiguration}
|
26381
|
+
* @group AWS::KinesisFirehose
|
26382
|
+
*/
|
26383
|
+
export interface KinesisFirehoseDeliveryStreamMSKSourceConfiguration {
|
26384
|
+
AuthenticationConfiguration: KinesisFirehoseDeliveryStreamAuthenticationConfiguration;
|
26385
|
+
MSKClusterARN: string;
|
26386
|
+
TopicName: string;
|
26387
|
+
}
|
26354
26388
|
/**
|
26355
26389
|
* Type definition for AWS::KinesisFirehose::DeliveryStream.OpenXJsonSerDe
|
26356
26390
|
*
|
@@ -28327,6 +28361,16 @@ export interface LightsailContainerContainerServiceDeployment {
|
|
28327
28361
|
Containers?: any[];
|
28328
28362
|
PublicEndpoint?: LightsailContainerPublicEndpoint;
|
28329
28363
|
}
|
28364
|
+
/**
|
28365
|
+
* Type definition for AWS::Lightsail::Container.EcrImagePullerRole
|
28366
|
+
*
|
28367
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-container-ecrimagepullerrole.html | AWS::Lightsail::Container.EcrImagePullerRole}
|
28368
|
+
* @group AWS::Lightsail
|
28369
|
+
*/
|
28370
|
+
export interface LightsailContainerEcrImagePullerRole {
|
28371
|
+
PrincipalArn?: string;
|
28372
|
+
IsActive?: boolean;
|
28373
|
+
}
|
28330
28374
|
/**
|
28331
28375
|
* Type definition for AWS::Lightsail::Container.EnvironmentVariable
|
28332
28376
|
*
|
@@ -28361,6 +28405,15 @@ export interface LightsailContainerPortInfo {
|
|
28361
28405
|
Port?: string;
|
28362
28406
|
Protocol?: string;
|
28363
28407
|
}
|
28408
|
+
/**
|
28409
|
+
* Type definition for AWS::Lightsail::Container.PrivateRegistryAccess
|
28410
|
+
*
|
28411
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-container-privateregistryaccess.html | AWS::Lightsail::Container.PrivateRegistryAccess}
|
28412
|
+
* @group AWS::Lightsail
|
28413
|
+
*/
|
28414
|
+
export interface LightsailContainerPrivateRegistryAccess {
|
28415
|
+
EcrImagePullerRole?: LightsailContainerEcrImagePullerRole;
|
28416
|
+
}
|
28364
28417
|
/**
|
28365
28418
|
* Type definition for AWS::Lightsail::Container.PublicDomainName
|
28366
28419
|
*
|
@@ -29249,6 +29302,17 @@ export interface MSKClusterVpcConnectivityScram {
|
|
29249
29302
|
export interface MSKClusterVpcConnectivityTls {
|
29250
29303
|
Enabled: boolean;
|
29251
29304
|
}
|
29305
|
+
/**
|
29306
|
+
* Type definition for AWS::MSK::Configuration.LatestRevision
|
29307
|
+
*
|
29308
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-configuration-latestrevision.html | AWS::MSK::Configuration.LatestRevision}
|
29309
|
+
* @group AWS::MSK
|
29310
|
+
*/
|
29311
|
+
export interface MSKConfigurationLatestRevision {
|
29312
|
+
Description?: string;
|
29313
|
+
Revision?: number;
|
29314
|
+
CreationTime?: string;
|
29315
|
+
}
|
29252
29316
|
/**
|
29253
29317
|
* Type definition for AWS::MSK::ServerlessCluster.ClientAuthentication
|
29254
29318
|
*
|
@@ -42196,6 +42260,7 @@ export interface QuickSightDashboardDateTimeParameterDeclaration {
|
|
42196
42260
|
*/
|
42197
42261
|
export interface QuickSightDashboardDateTimePickerControlDisplayOptions {
|
42198
42262
|
TitleOptions?: QuickSightDashboardLabelOptions;
|
42263
|
+
InfoIconLabelOptions?: QuickSightDashboardSheetControlInfoIconLabelOptions;
|
42199
42264
|
DateTimeFormat?: string;
|
42200
42265
|
}
|
42201
42266
|
/**
|
@@ -42380,6 +42445,7 @@ export interface QuickSightDashboardDrillDownFilter {
|
|
42380
42445
|
export interface QuickSightDashboardDropDownControlDisplayOptions {
|
42381
42446
|
TitleOptions?: QuickSightDashboardLabelOptions;
|
42382
42447
|
SelectAllOptions?: QuickSightDashboardListControlSelectAllOptions;
|
42448
|
+
InfoIconLabelOptions?: QuickSightDashboardSheetControlInfoIconLabelOptions;
|
42383
42449
|
}
|
42384
42450
|
/**
|
42385
42451
|
* Type definition for AWS::QuickSight::Dashboard.DynamicDefaultValue
|
@@ -42745,6 +42811,7 @@ export interface QuickSightDashboardFilterRelativeDateTimeControl {
|
|
42745
42811
|
* @group AWS::QuickSight
|
42746
42812
|
*/
|
42747
42813
|
export interface QuickSightDashboardFilterScopeConfiguration {
|
42814
|
+
AllSheets?: object;
|
42748
42815
|
SelectedSheets?: QuickSightDashboardSelectedSheetsFilterScopeConfiguration;
|
42749
42816
|
}
|
42750
42817
|
/**
|
@@ -42841,7 +42908,7 @@ export interface QuickSightDashboardForecastComputation {
|
|
42841
42908
|
Seasonality?: string;
|
42842
42909
|
CustomSeasonalityValue?: number;
|
42843
42910
|
Value?: QuickSightDashboardMeasureField;
|
42844
|
-
Time
|
42911
|
+
Time?: QuickSightDashboardDimensionField;
|
42845
42912
|
UpperBoundary?: number;
|
42846
42913
|
ComputationId: string;
|
42847
42914
|
Name?: string;
|
@@ -43315,7 +43382,7 @@ export interface QuickSightDashboardGridLayoutScreenCanvasSizeOptions {
|
|
43315
43382
|
*/
|
43316
43383
|
export interface QuickSightDashboardGrowthRateComputation {
|
43317
43384
|
Value?: QuickSightDashboardMeasureField;
|
43318
|
-
Time
|
43385
|
+
Time?: QuickSightDashboardDimensionField;
|
43319
43386
|
PeriodSize?: number;
|
43320
43387
|
ComputationId: string;
|
43321
43388
|
Name?: string;
|
@@ -43812,6 +43879,7 @@ export interface QuickSightDashboardListControlDisplayOptions {
|
|
43812
43879
|
TitleOptions?: QuickSightDashboardLabelOptions;
|
43813
43880
|
SearchOptions?: QuickSightDashboardListControlSearchOptions;
|
43814
43881
|
SelectAllOptions?: QuickSightDashboardListControlSelectAllOptions;
|
43882
|
+
InfoIconLabelOptions?: QuickSightDashboardSheetControlInfoIconLabelOptions;
|
43815
43883
|
}
|
43816
43884
|
/**
|
43817
43885
|
* Type definition for AWS::QuickSight::Dashboard.ListControlSearchOptions
|
@@ -43887,7 +43955,7 @@ export interface QuickSightDashboardMaximumLabelType {
|
|
43887
43955
|
export interface QuickSightDashboardMaximumMinimumComputation {
|
43888
43956
|
Type: string;
|
43889
43957
|
Value?: QuickSightDashboardMeasureField;
|
43890
|
-
Time
|
43958
|
+
Time?: QuickSightDashboardDimensionField;
|
43891
43959
|
ComputationId: string;
|
43892
43960
|
Name?: string;
|
43893
43961
|
}
|
@@ -43910,10 +43978,10 @@ export interface QuickSightDashboardMeasureField {
|
|
43910
43978
|
* @group AWS::QuickSight
|
43911
43979
|
*/
|
43912
43980
|
export interface QuickSightDashboardMetricComparisonComputation {
|
43913
|
-
TargetValue
|
43914
|
-
Time
|
43981
|
+
TargetValue?: QuickSightDashboardMeasureField;
|
43982
|
+
Time?: QuickSightDashboardDimensionField;
|
43915
43983
|
ComputationId: string;
|
43916
|
-
FromValue
|
43984
|
+
FromValue?: QuickSightDashboardMeasureField;
|
43917
43985
|
Name?: string;
|
43918
43986
|
}
|
43919
43987
|
/**
|
@@ -44303,7 +44371,7 @@ export interface QuickSightDashboardPercentileAggregation {
|
|
44303
44371
|
*/
|
44304
44372
|
export interface QuickSightDashboardPeriodOverPeriodComputation {
|
44305
44373
|
Value?: QuickSightDashboardMeasureField;
|
44306
|
-
Time
|
44374
|
+
Time?: QuickSightDashboardDimensionField;
|
44307
44375
|
ComputationId: string;
|
44308
44376
|
Name?: string;
|
44309
44377
|
}
|
@@ -44316,7 +44384,7 @@ export interface QuickSightDashboardPeriodOverPeriodComputation {
|
|
44316
44384
|
export interface QuickSightDashboardPeriodToDateComputation {
|
44317
44385
|
PeriodTimeGranularity?: string;
|
44318
44386
|
Value?: QuickSightDashboardMeasureField;
|
44319
|
-
Time
|
44387
|
+
Time?: QuickSightDashboardDimensionField;
|
44320
44388
|
ComputationId: string;
|
44321
44389
|
Name?: string;
|
44322
44390
|
}
|
@@ -44537,14 +44605,17 @@ export interface QuickSightDashboardPivotTableFieldWells {
|
|
44537
44605
|
*/
|
44538
44606
|
export interface QuickSightDashboardPivotTableOptions {
|
44539
44607
|
RowFieldNamesStyle?: QuickSightDashboardTableCellStyle;
|
44540
|
-
SingleMetricVisibility?: string;
|
44541
|
-
ColumnHeaderStyle?: QuickSightDashboardTableCellStyle;
|
44542
44608
|
RowHeaderStyle?: QuickSightDashboardTableCellStyle;
|
44543
44609
|
CollapsedRowDimensionsVisibility?: string;
|
44610
|
+
RowsLayout?: string;
|
44544
44611
|
MetricPlacement?: string;
|
44612
|
+
DefaultCellWidth?: string;
|
44613
|
+
ColumnNamesVisibility?: string;
|
44614
|
+
RowsLabelOptions?: QuickSightDashboardPivotTableRowsLabelOptions;
|
44615
|
+
SingleMetricVisibility?: string;
|
44616
|
+
ColumnHeaderStyle?: QuickSightDashboardTableCellStyle;
|
44545
44617
|
ToggleButtonsVisibility?: string;
|
44546
44618
|
CellStyle?: QuickSightDashboardTableCellStyle;
|
44547
|
-
ColumnNamesVisibility?: string;
|
44548
44619
|
RowAlternateColorOptions?: QuickSightDashboardRowAlternateColorOptions;
|
44549
44620
|
}
|
44550
44621
|
/**
|
@@ -44557,6 +44628,16 @@ export interface QuickSightDashboardPivotTablePaginatedReportOptions {
|
|
44557
44628
|
OverflowColumnHeaderVisibility?: string;
|
44558
44629
|
VerticalOverflowVisibility?: string;
|
44559
44630
|
}
|
44631
|
+
/**
|
44632
|
+
* Type definition for AWS::QuickSight::Dashboard.PivotTableRowsLabelOptions
|
44633
|
+
*
|
44634
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pivottablerowslabeloptions.html | AWS::QuickSight::Dashboard.PivotTableRowsLabelOptions}
|
44635
|
+
* @group AWS::QuickSight
|
44636
|
+
*/
|
44637
|
+
export interface QuickSightDashboardPivotTableRowsLabelOptions {
|
44638
|
+
CustomLabel?: string;
|
44639
|
+
Visibility?: string;
|
44640
|
+
}
|
44560
44641
|
/**
|
44561
44642
|
* Type definition for AWS::QuickSight::Dashboard.PivotTableSortBy
|
44562
44643
|
*
|
@@ -44828,6 +44909,7 @@ export interface QuickSightDashboardReferenceLineValueLabelConfiguration {
|
|
44828
44909
|
*/
|
44829
44910
|
export interface QuickSightDashboardRelativeDateTimeControlDisplayOptions {
|
44830
44911
|
TitleOptions?: QuickSightDashboardLabelOptions;
|
44912
|
+
InfoIconLabelOptions?: QuickSightDashboardSheetControlInfoIconLabelOptions;
|
44831
44913
|
DateTimeFormat?: string;
|
44832
44914
|
}
|
44833
44915
|
/**
|
@@ -44877,6 +44959,7 @@ export interface QuickSightDashboardRollingDateConfiguration {
|
|
44877
44959
|
*/
|
44878
44960
|
export interface QuickSightDashboardRowAlternateColorOptions {
|
44879
44961
|
Status?: string;
|
44962
|
+
UsePrimaryBackgroundColor?: string;
|
44880
44963
|
RowAlternateColors?: any[];
|
44881
44964
|
}
|
44882
44965
|
/**
|
@@ -45147,6 +45230,16 @@ export interface QuickSightDashboardSheet {
|
|
45147
45230
|
SheetId?: string;
|
45148
45231
|
Name?: string;
|
45149
45232
|
}
|
45233
|
+
/**
|
45234
|
+
* Type definition for AWS::QuickSight::Dashboard.SheetControlInfoIconLabelOptions
|
45235
|
+
*
|
45236
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheetcontrolinfoiconlabeloptions.html | AWS::QuickSight::Dashboard.SheetControlInfoIconLabelOptions}
|
45237
|
+
* @group AWS::QuickSight
|
45238
|
+
*/
|
45239
|
+
export interface QuickSightDashboardSheetControlInfoIconLabelOptions {
|
45240
|
+
Visibility?: string;
|
45241
|
+
InfoIconText?: string;
|
45242
|
+
}
|
45150
45243
|
/**
|
45151
45244
|
* Type definition for AWS::QuickSight::Dashboard.SheetControlLayout
|
45152
45245
|
*
|
@@ -45269,6 +45362,17 @@ export interface QuickSightDashboardSimpleClusterMarker {
|
|
45269
45362
|
*/
|
45270
45363
|
export interface QuickSightDashboardSliderControlDisplayOptions {
|
45271
45364
|
TitleOptions?: QuickSightDashboardLabelOptions;
|
45365
|
+
InfoIconLabelOptions?: QuickSightDashboardSheetControlInfoIconLabelOptions;
|
45366
|
+
}
|
45367
|
+
/**
|
45368
|
+
* Type definition for AWS::QuickSight::Dashboard.SmallMultiplesAxisProperties
|
45369
|
+
*
|
45370
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-smallmultiplesaxisproperties.html | AWS::QuickSight::Dashboard.SmallMultiplesAxisProperties}
|
45371
|
+
* @group AWS::QuickSight
|
45372
|
+
*/
|
45373
|
+
export interface QuickSightDashboardSmallMultiplesAxisProperties {
|
45374
|
+
Placement?: string;
|
45375
|
+
Scale?: string;
|
45272
45376
|
}
|
45273
45377
|
/**
|
45274
45378
|
* Type definition for AWS::QuickSight::Dashboard.SmallMultiplesOptions
|
@@ -45280,6 +45384,8 @@ export interface QuickSightDashboardSmallMultiplesOptions {
|
|
45280
45384
|
MaxVisibleRows?: number;
|
45281
45385
|
PanelConfiguration?: QuickSightDashboardPanelConfiguration;
|
45282
45386
|
MaxVisibleColumns?: number;
|
45387
|
+
XAxis?: QuickSightDashboardSmallMultiplesAxisProperties;
|
45388
|
+
YAxis?: QuickSightDashboardSmallMultiplesAxisProperties;
|
45283
45389
|
}
|
45284
45390
|
/**
|
45285
45391
|
* Type definition for AWS::QuickSight::Dashboard.Spacing
|
@@ -45360,6 +45466,7 @@ export interface QuickSightDashboardSubtotalOptions {
|
|
45360
45466
|
TotalsVisibility?: string;
|
45361
45467
|
FieldLevel?: string;
|
45362
45468
|
MetricHeaderCellStyle?: QuickSightDashboardTableCellStyle;
|
45469
|
+
StyleTargets?: any[];
|
45363
45470
|
}
|
45364
45471
|
/**
|
45365
45472
|
* Type definition for AWS::QuickSight::Dashboard.TableAggregatedFieldWells
|
@@ -45607,6 +45714,15 @@ export interface QuickSightDashboardTableSortConfiguration {
|
|
45607
45714
|
RowSort?: any[];
|
45608
45715
|
PaginationConfiguration?: QuickSightDashboardPaginationConfiguration;
|
45609
45716
|
}
|
45717
|
+
/**
|
45718
|
+
* Type definition for AWS::QuickSight::Dashboard.TableStyleTarget
|
45719
|
+
*
|
45720
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-tablestyletarget.html | AWS::QuickSight::Dashboard.TableStyleTarget}
|
45721
|
+
* @group AWS::QuickSight
|
45722
|
+
*/
|
45723
|
+
export interface QuickSightDashboardTableStyleTarget {
|
45724
|
+
CellType: string;
|
45725
|
+
}
|
45610
45726
|
/**
|
45611
45727
|
* Type definition for AWS::QuickSight::Dashboard.TableUnaggregatedFieldWells
|
45612
45728
|
*
|
@@ -45639,6 +45755,7 @@ export interface QuickSightDashboardTableVisual {
|
|
45639
45755
|
export interface QuickSightDashboardTextAreaControlDisplayOptions {
|
45640
45756
|
TitleOptions?: QuickSightDashboardLabelOptions;
|
45641
45757
|
PlaceholderOptions?: QuickSightDashboardTextControlPlaceholderOptions;
|
45758
|
+
InfoIconLabelOptions?: QuickSightDashboardSheetControlInfoIconLabelOptions;
|
45642
45759
|
}
|
45643
45760
|
/**
|
45644
45761
|
* Type definition for AWS::QuickSight::Dashboard.TextConditionalFormat
|
@@ -45669,6 +45786,7 @@ export interface QuickSightDashboardTextControlPlaceholderOptions {
|
|
45669
45786
|
export interface QuickSightDashboardTextFieldControlDisplayOptions {
|
45670
45787
|
TitleOptions?: QuickSightDashboardLabelOptions;
|
45671
45788
|
PlaceholderOptions?: QuickSightDashboardTextControlPlaceholderOptions;
|
45789
|
+
InfoIconLabelOptions?: QuickSightDashboardSheetControlInfoIconLabelOptions;
|
45672
45790
|
}
|
45673
45791
|
/**
|
45674
45792
|
* Type definition for AWS::QuickSight::Dashboard.ThousandSeparatorOptions
|
@@ -45790,10 +45908,10 @@ export interface QuickSightDashboardTopBottomFilter {
|
|
45790
45908
|
*/
|
45791
45909
|
export interface QuickSightDashboardTopBottomMoversComputation {
|
45792
45910
|
Type: string;
|
45793
|
-
Category
|
45911
|
+
Category?: QuickSightDashboardDimensionField;
|
45794
45912
|
Value?: QuickSightDashboardMeasureField;
|
45795
45913
|
SortOrder?: string;
|
45796
|
-
Time
|
45914
|
+
Time?: QuickSightDashboardDimensionField;
|
45797
45915
|
MoverSize?: number;
|
45798
45916
|
ComputationId: string;
|
45799
45917
|
Name?: string;
|
@@ -45806,7 +45924,7 @@ export interface QuickSightDashboardTopBottomMoversComputation {
|
|
45806
45924
|
*/
|
45807
45925
|
export interface QuickSightDashboardTopBottomRankedComputation {
|
45808
45926
|
Type: string;
|
45809
|
-
Category
|
45927
|
+
Category?: QuickSightDashboardDimensionField;
|
45810
45928
|
ResultSize?: number;
|
45811
45929
|
Value?: QuickSightDashboardMeasureField;
|
45812
45930
|
ComputationId: string;
|
@@ -45819,7 +45937,7 @@ export interface QuickSightDashboardTopBottomRankedComputation {
|
|
45819
45937
|
* @group AWS::QuickSight
|
45820
45938
|
*/
|
45821
45939
|
export interface QuickSightDashboardTotalAggregationComputation {
|
45822
|
-
Value
|
45940
|
+
Value?: QuickSightDashboardMeasureField;
|
45823
45941
|
ComputationId: string;
|
45824
45942
|
Name?: string;
|
45825
45943
|
}
|
@@ -45924,7 +46042,7 @@ export interface QuickSightDashboardUnaggregatedField {
|
|
45924
46042
|
* @group AWS::QuickSight
|
45925
46043
|
*/
|
45926
46044
|
export interface QuickSightDashboardUniqueValuesComputation {
|
45927
|
-
Category
|
46045
|
+
Category?: QuickSightDashboardDimensionField;
|
45928
46046
|
ComputationId: string;
|
45929
46047
|
Name?: string;
|
45930
46048
|
}
|
@@ -61665,6 +61783,16 @@ export interface AlexaASKSkillSkillPackage {
|
|
61665
61783
|
S3Key: string;
|
61666
61784
|
Overrides?: AlexaASKSkillOverrides;
|
61667
61785
|
}
|
61786
|
+
/**
|
61787
|
+
* Type definition for Dev::AppConfig::Application.Tags
|
61788
|
+
*
|
61789
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-application-tags.html | Dev::AppConfig::Application.Tags}
|
61790
|
+
* @group Dev::AppConfig
|
61791
|
+
*/
|
61792
|
+
export interface DevAppConfigApplicationTags {
|
61793
|
+
Value?: string;
|
61794
|
+
Key?: string;
|
61795
|
+
}
|
61668
61796
|
/**
|
61669
61797
|
* Type definition for Tag
|
61670
61798
|
*
|
@@ -62778,17 +62906,6 @@ export interface ApiGatewayV2VpcLinkProps {
|
|
62778
62906
|
export interface ApiGatewayV2VpcLinkAttribs {
|
62779
62907
|
VpcLinkId?: string;
|
62780
62908
|
}
|
62781
|
-
/**
|
62782
|
-
* Type definition for AWS::AppConfig::Application
|
62783
|
-
*
|
62784
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html | AWS::AppConfig::Application}
|
62785
|
-
* @group AWS::AppConfig
|
62786
|
-
*/
|
62787
|
-
export interface AppConfigApplicationProps {
|
62788
|
-
Description?: string;
|
62789
|
-
Tags?: any[];
|
62790
|
-
Name: string;
|
62791
|
-
}
|
62792
62909
|
/**
|
62793
62910
|
* Type definition for AWS::AppConfig::ConfigurationProfile
|
62794
62911
|
*
|
@@ -66377,7 +66494,7 @@ export interface CognitoUserPoolUserProps {
|
|
66377
66494
|
UserPoolId: string;
|
66378
66495
|
Username?: string;
|
66379
66496
|
MessageAction?: string;
|
66380
|
-
ClientMetadata?:
|
66497
|
+
ClientMetadata?: Record<string, any>;
|
66381
66498
|
DesiredDeliveryMediums?: any[];
|
66382
66499
|
ForceAliasCreation?: boolean;
|
66383
66500
|
UserAttributes?: any[];
|
@@ -66960,6 +67077,30 @@ export interface ConnectSecurityKeyProps {
|
|
66960
67077
|
export interface ConnectSecurityKeyAttribs {
|
66961
67078
|
AssociationId?: string;
|
66962
67079
|
}
|
67080
|
+
/**
|
67081
|
+
* Type definition for AWS::Connect::SecurityProfile
|
67082
|
+
*
|
67083
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html | AWS::Connect::SecurityProfile}
|
67084
|
+
* @group AWS::Connect
|
67085
|
+
*/
|
67086
|
+
export interface ConnectSecurityProfileProps {
|
67087
|
+
AllowedAccessControlTags?: any[];
|
67088
|
+
Description?: string;
|
67089
|
+
InstanceArn: string;
|
67090
|
+
Permissions?: any[];
|
67091
|
+
SecurityProfileName: string;
|
67092
|
+
TagRestrictedResources?: any[];
|
67093
|
+
Tags?: any[];
|
67094
|
+
}
|
67095
|
+
/**
|
67096
|
+
* Attributes type definition for AWS::Connect::SecurityProfile
|
67097
|
+
*
|
67098
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securityprofile.html | AWS::Connect::SecurityProfile}
|
67099
|
+
* @group AWS::Connect
|
67100
|
+
*/
|
67101
|
+
export interface ConnectSecurityProfileAttribs {
|
67102
|
+
SecurityProfileArn?: string;
|
67103
|
+
}
|
66963
67104
|
/**
|
66964
67105
|
* Type definition for AWS::Connect::TaskTemplate
|
66965
67106
|
*
|
@@ -68694,8 +68835,6 @@ export interface EC2HostAttribs {
|
|
68694
68835
|
* @group AWS::EC2
|
68695
68836
|
*/
|
68696
68837
|
export interface EC2IPAMProps {
|
68697
|
-
DefaultResourceDiscoveryAssociationId?: string;
|
68698
|
-
DefaultResourceDiscoveryId?: string;
|
68699
68838
|
Description?: string;
|
68700
68839
|
Tags?: any[];
|
68701
68840
|
OperatingRegions?: any[];
|
@@ -68707,6 +68846,8 @@ export interface EC2IPAMProps {
|
|
68707
68846
|
* @group AWS::EC2
|
68708
68847
|
*/
|
68709
68848
|
export interface EC2IPAMAttribs {
|
68849
|
+
DefaultResourceDiscoveryAssociationId?: string;
|
68850
|
+
DefaultResourceDiscoveryId?: string;
|
68710
68851
|
IpamId?: string;
|
68711
68852
|
ResourceDiscoveryAssociationCount?: number;
|
68712
68853
|
ScopeCount?: number;
|
@@ -69426,6 +69567,7 @@ export interface EC2RouteProps {
|
|
69426
69567
|
TransitGatewayId?: string;
|
69427
69568
|
VpcPeeringConnectionId?: string;
|
69428
69569
|
EgressOnlyInternetGatewayId?: string;
|
69570
|
+
DestinationPrefixListId?: string;
|
69429
69571
|
NatGatewayId?: string;
|
69430
69572
|
}
|
69431
69573
|
/**
|
@@ -70054,8 +70196,17 @@ export interface EC2VPCEndpointAttribs {
|
|
70054
70196
|
export interface EC2VPCEndpointConnectionNotificationProps {
|
70055
70197
|
ConnectionEvents: any[];
|
70056
70198
|
VPCEndpointId?: string;
|
70057
|
-
ServiceId?: string;
|
70058
70199
|
ConnectionNotificationArn: string;
|
70200
|
+
ServiceId?: string;
|
70201
|
+
}
|
70202
|
+
/**
|
70203
|
+
* Attributes type definition for AWS::EC2::VPCEndpointConnectionNotification
|
70204
|
+
*
|
70205
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html | AWS::EC2::VPCEndpointConnectionNotification}
|
70206
|
+
* @group AWS::EC2
|
70207
|
+
*/
|
70208
|
+
export interface EC2VPCEndpointConnectionNotificationAttribs {
|
70209
|
+
VPCEndpointConnectionNotificationId?: string;
|
70059
70210
|
}
|
70060
70211
|
/**
|
70061
70212
|
* Type definition for AWS::EC2::VPCEndpointService
|
@@ -70631,6 +70782,7 @@ export interface EFSFileSystemProps {
|
|
70631
70782
|
AvailabilityZoneName?: string;
|
70632
70783
|
LifecyclePolicies?: any[];
|
70633
70784
|
ThroughputMode?: string;
|
70785
|
+
ReplicationConfiguration?: EFSFileSystemReplicationConfiguration;
|
70634
70786
|
BackupPolicy?: EFSFileSystemBackupPolicy;
|
70635
70787
|
}
|
70636
70788
|
/**
|
@@ -71423,14 +71575,14 @@ export interface ElasticLoadBalancingV2ListenerRuleAttribs {
|
|
71423
71575
|
*/
|
71424
71576
|
export interface ElasticLoadBalancingV2LoadBalancerProps {
|
71425
71577
|
IpAddressType?: string;
|
71426
|
-
LoadBalancerAttributes?: any[];
|
71427
|
-
Name?: string;
|
71428
|
-
Scheme?: string;
|
71429
71578
|
SecurityGroups?: any[];
|
71430
|
-
|
71579
|
+
LoadBalancerAttributes?: any[];
|
71431
71580
|
Subnets?: any[];
|
71432
|
-
Tags?: any[];
|
71433
71581
|
Type?: string;
|
71582
|
+
Scheme?: string;
|
71583
|
+
Tags?: any[];
|
71584
|
+
Name?: string;
|
71585
|
+
SubnetMappings?: any[];
|
71434
71586
|
}
|
71435
71587
|
/**
|
71436
71588
|
* Attributes type definition for AWS::ElasticLoadBalancingV2::LoadBalancer
|
@@ -71439,11 +71591,12 @@ export interface ElasticLoadBalancingV2LoadBalancerProps {
|
|
71439
71591
|
* @group AWS::ElasticLoadBalancingV2
|
71440
71592
|
*/
|
71441
71593
|
export interface ElasticLoadBalancingV2LoadBalancerAttribs {
|
71594
|
+
SecurityGroups?: any[];
|
71595
|
+
LoadBalancerName?: string;
|
71442
71596
|
CanonicalHostedZoneID?: string;
|
71597
|
+
LoadBalancerArn?: string;
|
71443
71598
|
DNSName?: string;
|
71444
71599
|
LoadBalancerFullName?: string;
|
71445
|
-
LoadBalancerName?: string;
|
71446
|
-
SecurityGroups?: any[];
|
71447
71600
|
}
|
71448
71601
|
/**
|
71449
71602
|
* Type definition for AWS::ElasticLoadBalancingV2::TargetGroup
|
@@ -73515,6 +73668,30 @@ export interface GuardDutyThreatIntelSetProps {
|
|
73515
73668
|
Name?: string;
|
73516
73669
|
Location: string;
|
73517
73670
|
}
|
73671
|
+
/**
|
73672
|
+
* Type definition for AWS::HealthImaging::Datastore
|
73673
|
+
*
|
73674
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-healthimaging-datastore.html | AWS::HealthImaging::Datastore}
|
73675
|
+
* @group AWS::HealthImaging
|
73676
|
+
*/
|
73677
|
+
export interface HealthImagingDatastoreProps {
|
73678
|
+
KmsKeyArn?: string;
|
73679
|
+
DatastoreName?: string;
|
73680
|
+
Tags?: Record<string, any>;
|
73681
|
+
}
|
73682
|
+
/**
|
73683
|
+
* Attributes type definition for AWS::HealthImaging::Datastore
|
73684
|
+
*
|
73685
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-healthimaging-datastore.html | AWS::HealthImaging::Datastore}
|
73686
|
+
* @group AWS::HealthImaging
|
73687
|
+
*/
|
73688
|
+
export interface HealthImagingDatastoreAttribs {
|
73689
|
+
DatastoreArn?: string;
|
73690
|
+
DatastoreId?: string;
|
73691
|
+
DatastoreStatus?: string;
|
73692
|
+
CreatedAt?: string;
|
73693
|
+
UpdatedAt?: string;
|
73694
|
+
}
|
73518
73695
|
/**
|
73519
73696
|
* Type definition for AWS::HealthLake::FHIRDatastore
|
73520
73697
|
*
|
@@ -75995,6 +76172,7 @@ export interface KafkaConnectConnectorAttribs {
|
|
75995
76172
|
export interface KendraDataSourceProps {
|
75996
76173
|
CustomDocumentEnrichmentConfiguration?: KendraDataSourceCustomDocumentEnrichmentConfiguration;
|
75997
76174
|
IndexId: string;
|
76175
|
+
LanguageCode?: string;
|
75998
76176
|
Type: string;
|
75999
76177
|
Description?: string;
|
76000
76178
|
Schedule?: string;
|
@@ -76226,6 +76404,7 @@ export interface KinesisFirehoseDeliveryStreamProps {
|
|
76226
76404
|
DeliveryStreamType?: string;
|
76227
76405
|
RedshiftDestinationConfiguration?: KinesisFirehoseDeliveryStreamRedshiftDestinationConfiguration;
|
76228
76406
|
AmazonopensearchserviceDestinationConfiguration?: KinesisFirehoseDeliveryStreamAmazonopensearchserviceDestinationConfiguration;
|
76407
|
+
MSKSourceConfiguration?: KinesisFirehoseDeliveryStreamMSKSourceConfiguration;
|
76229
76408
|
SplunkDestinationConfiguration?: KinesisFirehoseDeliveryStreamSplunkDestinationConfiguration;
|
76230
76409
|
ExtendedS3DestinationConfiguration?: KinesisFirehoseDeliveryStreamExtendedS3DestinationConfiguration;
|
76231
76410
|
AmazonOpenSearchServerlessDestinationConfiguration?: KinesisFirehoseDeliveryStreamAmazonOpenSearchServerlessDestinationConfiguration;
|
@@ -76878,6 +77057,7 @@ export interface LightsailCertificateAttribs {
|
|
76878
77057
|
export interface LightsailContainerProps {
|
76879
77058
|
PublicDomainNames?: any[];
|
76880
77059
|
ServiceName: string;
|
77060
|
+
PrivateRegistryAccess?: LightsailContainerPrivateRegistryAccess;
|
76881
77061
|
ContainerServiceDeployment?: LightsailContainerContainerServiceDeployment;
|
76882
77062
|
IsDisabled?: boolean;
|
76883
77063
|
Scale: number;
|
@@ -76891,6 +77071,8 @@ export interface LightsailContainerProps {
|
|
76891
77071
|
* @group AWS::Lightsail
|
76892
77072
|
*/
|
76893
77073
|
export interface LightsailContainerAttribs {
|
77074
|
+
PrincipalArn?: string;
|
77075
|
+
"PrivateRegistryAccess.EcrImagePullerRole.PrincipalArn"?: string;
|
76894
77076
|
ContainerArn?: string;
|
76895
77077
|
Url?: string;
|
76896
77078
|
}
|
@@ -77574,6 +77756,7 @@ export interface MSKClusterPolicyAttribs {
|
|
77574
77756
|
*/
|
77575
77757
|
export interface MSKConfigurationProps {
|
77576
77758
|
Description?: string;
|
77759
|
+
LatestRevision?: MSKConfigurationLatestRevision;
|
77577
77760
|
ServerProperties: string;
|
77578
77761
|
KafkaVersionsList?: any[];
|
77579
77762
|
Name: string;
|
@@ -77585,6 +77768,9 @@ export interface MSKConfigurationProps {
|
|
77585
77768
|
* @group AWS::MSK
|
77586
77769
|
*/
|
77587
77770
|
export interface MSKConfigurationAttribs {
|
77771
|
+
"LatestRevision.Revision"?: number;
|
77772
|
+
"LatestRevision.CreationTime"?: string;
|
77773
|
+
"LatestRevision.Description"?: string;
|
77588
77774
|
Arn?: string;
|
77589
77775
|
}
|
77590
77776
|
/**
|
@@ -77710,6 +77896,7 @@ export interface MacieCustomDataIdentifierProps {
|
|
77710
77896
|
Keywords?: any[];
|
77711
77897
|
Regex: string;
|
77712
77898
|
IgnoreWords?: any[];
|
77899
|
+
Tags?: any[];
|
77713
77900
|
Name: string;
|
77714
77901
|
MaximumMatchDistance?: number;
|
77715
77902
|
}
|
@@ -83077,7 +83264,7 @@ export interface S3BucketAttribs {
|
|
83077
83264
|
/**
|
83078
83265
|
* Type definition for AWS::S3::BucketPolicy
|
83079
83266
|
*
|
83080
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
83267
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucketpolicy.html | AWS::S3::BucketPolicy}
|
83081
83268
|
* @group AWS::S3
|
83082
83269
|
*/
|
83083
83270
|
export interface S3BucketPolicyProps {
|
@@ -83683,7 +83870,7 @@ export interface SSMParameterProps {
|
|
83683
83870
|
Tier?: string;
|
83684
83871
|
Value: string;
|
83685
83872
|
DataType?: string;
|
83686
|
-
Tags?:
|
83873
|
+
Tags?: Record<string, any>;
|
83687
83874
|
Name?: string;
|
83688
83875
|
}
|
83689
83876
|
/**
|
@@ -84396,6 +84583,7 @@ export interface SageMakerModelPackageProps {
|
|
84396
84583
|
ValidationSpecification?: SageMakerModelPackageValidationSpecification;
|
84397
84584
|
SourceAlgorithmSpecification?: SageMakerModelPackageSourceAlgorithmSpecification;
|
84398
84585
|
ModelPackageStatusDetails?: SageMakerModelPackageModelPackageStatusDetails;
|
84586
|
+
SkipModelValidation?: string;
|
84399
84587
|
ModelPackageDescription?: string;
|
84400
84588
|
AdditionalInferenceSpecificationsToAdd?: any[];
|
84401
84589
|
ModelPackageName?: string;
|
@@ -86931,6 +87119,17 @@ export interface AlexaASKSkillProps {
|
|
86931
87119
|
VendorId: string;
|
86932
87120
|
SkillPackage: AlexaASKSkillSkillPackage;
|
86933
87121
|
}
|
87122
|
+
/**
|
87123
|
+
* Type definition for Dev::AppConfig::Application
|
87124
|
+
*
|
87125
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html | Dev::AppConfig::Application}
|
87126
|
+
* @group Dev::AppConfig
|
87127
|
+
*/
|
87128
|
+
export interface DevAppConfigApplicationProps {
|
87129
|
+
Description?: string;
|
87130
|
+
Tags?: any[];
|
87131
|
+
Name: string;
|
87132
|
+
}
|
86934
87133
|
export interface ResourceTypes {
|
86935
87134
|
"AWS::ACMPCA::Certificate": ACMPCACertificateProps;
|
86936
87135
|
"AWS::ACMPCA::CertificateAuthority": ACMPCACertificateAuthorityProps;
|
@@ -86980,7 +87179,6 @@ export interface ResourceTypes {
|
|
86980
87179
|
"AWS::ApiGatewayV2::RouteResponse": ApiGatewayV2RouteResponseProps;
|
86981
87180
|
"AWS::ApiGatewayV2::Stage": ApiGatewayV2StageProps;
|
86982
87181
|
"AWS::ApiGatewayV2::VpcLink": ApiGatewayV2VpcLinkProps;
|
86983
|
-
"AWS::AppConfig::Application": AppConfigApplicationProps;
|
86984
87182
|
"AWS::AppConfig::ConfigurationProfile": AppConfigConfigurationProfileProps;
|
86985
87183
|
"AWS::AppConfig::Deployment": AppConfigDeploymentProps;
|
86986
87184
|
"AWS::AppConfig::DeploymentStrategy": AppConfigDeploymentStrategyProps;
|
@@ -87172,6 +87370,7 @@ export interface ResourceTypes {
|
|
87172
87370
|
"AWS::Connect::RoutingProfile": ConnectRoutingProfileProps;
|
87173
87371
|
"AWS::Connect::Rule": ConnectRuleProps;
|
87174
87372
|
"AWS::Connect::SecurityKey": ConnectSecurityKeyProps;
|
87373
|
+
"AWS::Connect::SecurityProfile": ConnectSecurityProfileProps;
|
87175
87374
|
"AWS::Connect::TaskTemplate": ConnectTaskTemplateProps;
|
87176
87375
|
"AWS::Connect::TrafficDistributionGroup": ConnectTrafficDistributionGroupProps;
|
87177
87376
|
"AWS::Connect::User": ConnectUserProps;
|
@@ -87469,6 +87668,7 @@ export interface ResourceTypes {
|
|
87469
87668
|
"AWS::GuardDuty::Master": GuardDutyMasterProps;
|
87470
87669
|
"AWS::GuardDuty::Member": GuardDutyMemberProps;
|
87471
87670
|
"AWS::GuardDuty::ThreatIntelSet": GuardDutyThreatIntelSetProps;
|
87671
|
+
"AWS::HealthImaging::Datastore": HealthImagingDatastoreProps;
|
87472
87672
|
"AWS::HealthLake::FHIRDatastore": HealthLakeFHIRDatastoreProps;
|
87473
87673
|
"AWS::IAM::AccessKey": IAMAccessKeyProps;
|
87474
87674
|
"AWS::IAM::Group": IAMGroupProps;
|
@@ -88072,6 +88272,7 @@ export interface ResourceTypes {
|
|
88072
88272
|
"AWS::XRay::ResourcePolicy": XRayResourcePolicyProps;
|
88073
88273
|
"AWS::XRay::SamplingRule": XRaySamplingRuleProps;
|
88074
88274
|
"Alexa::ASK::Skill": AlexaASKSkillProps;
|
88275
|
+
"Dev::AppConfig::Application": DevAppConfigApplicationProps;
|
88075
88276
|
}
|
88076
88277
|
export interface AttributeTypes {
|
88077
88278
|
"AWS::ACMPCA::Certificate": ACMPCACertificateAttribs;
|
@@ -88245,6 +88446,7 @@ export interface AttributeTypes {
|
|
88245
88446
|
"AWS::Connect::RoutingProfile": ConnectRoutingProfileAttribs;
|
88246
88447
|
"AWS::Connect::Rule": ConnectRuleAttribs;
|
88247
88448
|
"AWS::Connect::SecurityKey": ConnectSecurityKeyAttribs;
|
88449
|
+
"AWS::Connect::SecurityProfile": ConnectSecurityProfileAttribs;
|
88248
88450
|
"AWS::Connect::TaskTemplate": ConnectTaskTemplateAttribs;
|
88249
88451
|
"AWS::Connect::TrafficDistributionGroup": ConnectTrafficDistributionGroupAttribs;
|
88250
88452
|
"AWS::Connect::User": ConnectUserAttribs;
|
@@ -88347,6 +88549,7 @@ export interface AttributeTypes {
|
|
88347
88549
|
"AWS::EC2::TransitGatewayVpcAttachment": EC2TransitGatewayVpcAttachmentAttribs;
|
88348
88550
|
"AWS::EC2::VPC": EC2VPCAttribs;
|
88349
88551
|
"AWS::EC2::VPCEndpoint": EC2VPCEndpointAttribs;
|
88552
|
+
"AWS::EC2::VPCEndpointConnectionNotification": EC2VPCEndpointConnectionNotificationAttribs;
|
88350
88553
|
"AWS::EC2::VPCEndpointService": EC2VPCEndpointServiceAttribs;
|
88351
88554
|
"AWS::EC2::VPCPeeringConnection": EC2VPCPeeringConnectionAttribs;
|
88352
88555
|
"AWS::EC2::VPNConnection": EC2VPNConnectionAttribs;
|
@@ -88455,6 +88658,7 @@ export interface AttributeTypes {
|
|
88455
88658
|
"AWS::GroundStation::DataflowEndpointGroup": GroundStationDataflowEndpointGroupAttribs;
|
88456
88659
|
"AWS::GroundStation::MissionProfile": GroundStationMissionProfileAttribs;
|
88457
88660
|
"AWS::GuardDuty::Detector": GuardDutyDetectorAttribs;
|
88661
|
+
"AWS::HealthImaging::Datastore": HealthImagingDatastoreAttribs;
|
88458
88662
|
"AWS::HealthLake::FHIRDatastore": HealthLakeFHIRDatastoreAttribs;
|
88459
88663
|
"AWS::IAM::AccessKey": IAMAccessKeyAttribs;
|
88460
88664
|
"AWS::IAM::Group": IAMGroupAttribs;
|
@@ -88963,7 +89167,6 @@ export declare const ResourceType: {
|
|
88963
89167
|
readonly ApiGatewayV2RouteResponse: "AWS::ApiGatewayV2::RouteResponse";
|
88964
89168
|
readonly ApiGatewayV2Stage: "AWS::ApiGatewayV2::Stage";
|
88965
89169
|
readonly ApiGatewayV2VpcLink: "AWS::ApiGatewayV2::VpcLink";
|
88966
|
-
readonly AppConfigApplication: "AWS::AppConfig::Application";
|
88967
89170
|
readonly AppConfigConfigurationProfile: "AWS::AppConfig::ConfigurationProfile";
|
88968
89171
|
readonly AppConfigDeployment: "AWS::AppConfig::Deployment";
|
88969
89172
|
readonly AppConfigDeploymentStrategy: "AWS::AppConfig::DeploymentStrategy";
|
@@ -89155,6 +89358,7 @@ export declare const ResourceType: {
|
|
89155
89358
|
readonly ConnectRoutingProfile: "AWS::Connect::RoutingProfile";
|
89156
89359
|
readonly ConnectRule: "AWS::Connect::Rule";
|
89157
89360
|
readonly ConnectSecurityKey: "AWS::Connect::SecurityKey";
|
89361
|
+
readonly ConnectSecurityProfile: "AWS::Connect::SecurityProfile";
|
89158
89362
|
readonly ConnectTaskTemplate: "AWS::Connect::TaskTemplate";
|
89159
89363
|
readonly ConnectTrafficDistributionGroup: "AWS::Connect::TrafficDistributionGroup";
|
89160
89364
|
readonly ConnectUser: "AWS::Connect::User";
|
@@ -89452,6 +89656,7 @@ export declare const ResourceType: {
|
|
89452
89656
|
readonly GuardDutyMaster: "AWS::GuardDuty::Master";
|
89453
89657
|
readonly GuardDutyMember: "AWS::GuardDuty::Member";
|
89454
89658
|
readonly GuardDutyThreatIntelSet: "AWS::GuardDuty::ThreatIntelSet";
|
89659
|
+
readonly HealthImagingDatastore: "AWS::HealthImaging::Datastore";
|
89455
89660
|
readonly HealthLakeFHIRDatastore: "AWS::HealthLake::FHIRDatastore";
|
89456
89661
|
readonly IAMAccessKey: "AWS::IAM::AccessKey";
|
89457
89662
|
readonly IAMGroup: "AWS::IAM::Group";
|
@@ -90055,6 +90260,7 @@ export declare const ResourceType: {
|
|
90055
90260
|
readonly XRayResourcePolicy: "AWS::XRay::ResourcePolicy";
|
90056
90261
|
readonly XRaySamplingRule: "AWS::XRay::SamplingRule";
|
90057
90262
|
readonly AlexaASKSkill: "Alexa::ASK::Skill";
|
90263
|
+
readonly DevAppConfigApplication: "Dev::AppConfig::Application";
|
90058
90264
|
};
|
90059
90265
|
export declare const AttributeNames: AttributeNameMap;
|
90060
90266
|
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export const ResourceSpecificationVersion = "
|
1
|
+
export const ResourceSpecificationVersion = "142.0.0";
|
2
2
|
export const ResourceType = {
|
3
3
|
ACMPCACertificate: "AWS::ACMPCA::Certificate",
|
4
4
|
ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
|
@@ -48,7 +48,6 @@ export const ResourceType = {
|
|
48
48
|
ApiGatewayV2RouteResponse: "AWS::ApiGatewayV2::RouteResponse",
|
49
49
|
ApiGatewayV2Stage: "AWS::ApiGatewayV2::Stage",
|
50
50
|
ApiGatewayV2VpcLink: "AWS::ApiGatewayV2::VpcLink",
|
51
|
-
AppConfigApplication: "AWS::AppConfig::Application",
|
52
51
|
AppConfigConfigurationProfile: "AWS::AppConfig::ConfigurationProfile",
|
53
52
|
AppConfigDeployment: "AWS::AppConfig::Deployment",
|
54
53
|
AppConfigDeploymentStrategy: "AWS::AppConfig::DeploymentStrategy",
|
@@ -240,6 +239,7 @@ export const ResourceType = {
|
|
240
239
|
ConnectRoutingProfile: "AWS::Connect::RoutingProfile",
|
241
240
|
ConnectRule: "AWS::Connect::Rule",
|
242
241
|
ConnectSecurityKey: "AWS::Connect::SecurityKey",
|
242
|
+
ConnectSecurityProfile: "AWS::Connect::SecurityProfile",
|
243
243
|
ConnectTaskTemplate: "AWS::Connect::TaskTemplate",
|
244
244
|
ConnectTrafficDistributionGroup: "AWS::Connect::TrafficDistributionGroup",
|
245
245
|
ConnectUser: "AWS::Connect::User",
|
@@ -537,6 +537,7 @@ export const ResourceType = {
|
|
537
537
|
GuardDutyMaster: "AWS::GuardDuty::Master",
|
538
538
|
GuardDutyMember: "AWS::GuardDuty::Member",
|
539
539
|
GuardDutyThreatIntelSet: "AWS::GuardDuty::ThreatIntelSet",
|
540
|
+
HealthImagingDatastore: "AWS::HealthImaging::Datastore",
|
540
541
|
HealthLakeFHIRDatastore: "AWS::HealthLake::FHIRDatastore",
|
541
542
|
IAMAccessKey: "AWS::IAM::AccessKey",
|
542
543
|
IAMGroup: "AWS::IAM::Group",
|
@@ -1139,7 +1140,8 @@ export const ResourceType = {
|
|
1139
1140
|
XRayGroup: "AWS::XRay::Group",
|
1140
1141
|
XRayResourcePolicy: "AWS::XRay::ResourcePolicy",
|
1141
1142
|
XRaySamplingRule: "AWS::XRay::SamplingRule",
|
1142
|
-
AlexaASKSkill: "Alexa::ASK::Skill"
|
1143
|
+
AlexaASKSkill: "Alexa::ASK::Skill",
|
1144
|
+
DevAppConfigApplication: "Dev::AppConfig::Application"
|
1143
1145
|
};
|
1144
1146
|
export const AttributeNames = {
|
1145
1147
|
"AWS::ACMPCA::Certificate": ["Arn", "Certificate"],
|
@@ -1190,7 +1192,6 @@ export const AttributeNames = {
|
|
1190
1192
|
"AWS::ApiGatewayV2::RouteResponse": ["RouteResponseId"],
|
1191
1193
|
"AWS::ApiGatewayV2::Stage": [],
|
1192
1194
|
"AWS::ApiGatewayV2::VpcLink": ["VpcLinkId"],
|
1193
|
-
"AWS::AppConfig::Application": [],
|
1194
1195
|
"AWS::AppConfig::ConfigurationProfile": [],
|
1195
1196
|
"AWS::AppConfig::Deployment": [],
|
1196
1197
|
"AWS::AppConfig::DeploymentStrategy": [],
|
@@ -1382,6 +1383,7 @@ export const AttributeNames = {
|
|
1382
1383
|
"AWS::Connect::RoutingProfile": ["RoutingProfileArn"],
|
1383
1384
|
"AWS::Connect::Rule": ["RuleArn"],
|
1384
1385
|
"AWS::Connect::SecurityKey": ["AssociationId"],
|
1386
|
+
"AWS::Connect::SecurityProfile": ["SecurityProfileArn"],
|
1385
1387
|
"AWS::Connect::TaskTemplate": ["Arn"],
|
1386
1388
|
"AWS::Connect::TrafficDistributionGroup": ["Status", "IsDefault", "TrafficDistributionGroupArn"],
|
1387
1389
|
"AWS::Connect::User": ["UserArn"],
|
@@ -1459,7 +1461,7 @@ export const AttributeNames = {
|
|
1459
1461
|
"AWS::EC2::FlowLog": ["Id"],
|
1460
1462
|
"AWS::EC2::GatewayRouteTableAssociation": ["AssociationId"],
|
1461
1463
|
"AWS::EC2::Host": ["HostId"],
|
1462
|
-
"AWS::EC2::IPAM": ["IpamId", "ResourceDiscoveryAssociationCount", "ScopeCount", "Arn", "PrivateDefaultScopeId", "PublicDefaultScopeId"],
|
1464
|
+
"AWS::EC2::IPAM": ["DefaultResourceDiscoveryAssociationId", "DefaultResourceDiscoveryId", "IpamId", "ResourceDiscoveryAssociationCount", "ScopeCount", "Arn", "PrivateDefaultScopeId", "PublicDefaultScopeId"],
|
1463
1465
|
"AWS::EC2::IPAMAllocation": ["IpamPoolAllocationId"],
|
1464
1466
|
"AWS::EC2::IPAMPool": ["IpamPoolId", "IpamArn", "PoolDepth", "State", "IpamScopeArn", "IpamScopeType", "Arn", "StateMessage"],
|
1465
1467
|
"AWS::EC2::IPAMPoolCidr": ["IpamPoolCidrId", "State"],
|
@@ -1519,7 +1521,7 @@ export const AttributeNames = {
|
|
1519
1521
|
"AWS::EC2::VPCCidrBlock": [],
|
1520
1522
|
"AWS::EC2::VPCDHCPOptionsAssociation": [],
|
1521
1523
|
"AWS::EC2::VPCEndpoint": ["CreationTimestamp", "NetworkInterfaceIds", "Id", "DnsEntries"],
|
1522
|
-
"AWS::EC2::VPCEndpointConnectionNotification": [],
|
1524
|
+
"AWS::EC2::VPCEndpointConnectionNotification": ["VPCEndpointConnectionNotificationId"],
|
1523
1525
|
"AWS::EC2::VPCEndpointService": ["ServiceId"],
|
1524
1526
|
"AWS::EC2::VPCEndpointServicePermissions": [],
|
1525
1527
|
"AWS::EC2::VPCGatewayAttachment": [],
|
@@ -1581,7 +1583,7 @@ export const AttributeNames = {
|
|
1581
1583
|
"AWS::ElasticLoadBalancingV2::Listener": ["ListenerArn"],
|
1582
1584
|
"AWS::ElasticLoadBalancingV2::ListenerCertificate": [],
|
1583
1585
|
"AWS::ElasticLoadBalancingV2::ListenerRule": ["IsDefault", "RuleArn"],
|
1584
|
-
"AWS::ElasticLoadBalancingV2::LoadBalancer": ["
|
1586
|
+
"AWS::ElasticLoadBalancingV2::LoadBalancer": ["SecurityGroups", "LoadBalancerName", "CanonicalHostedZoneID", "LoadBalancerArn", "DNSName", "LoadBalancerFullName"],
|
1585
1587
|
"AWS::ElasticLoadBalancingV2::TargetGroup": ["TargetGroupArn", "LoadBalancerArns", "TargetGroupFullName", "TargetGroupName"],
|
1586
1588
|
"AWS::Elasticsearch::Domain": ["Arn", "DomainArn", "DomainEndpoint"],
|
1587
1589
|
"AWS::EntityResolution::MatchingWorkflow": ["CreatedAt", "WorkflowArn", "UpdatedAt"],
|
@@ -1679,6 +1681,7 @@ export const AttributeNames = {
|
|
1679
1681
|
"AWS::GuardDuty::Master": [],
|
1680
1682
|
"AWS::GuardDuty::Member": [],
|
1681
1683
|
"AWS::GuardDuty::ThreatIntelSet": [],
|
1684
|
+
"AWS::HealthImaging::Datastore": ["DatastoreArn", "DatastoreId", "DatastoreStatus", "CreatedAt", "UpdatedAt"],
|
1682
1685
|
"AWS::HealthLake::FHIRDatastore": ["DatastoreArn", "CreatedAt.Nanos", "DatastoreId", "CreatedAt", "DatastoreStatus", "DatastoreEndpoint", "CreatedAt.Seconds"],
|
1683
1686
|
"AWS::IAM::AccessKey": ["SecretAccessKey"],
|
1684
1687
|
"AWS::IAM::Group": ["Arn"],
|
@@ -1829,7 +1832,7 @@ export const AttributeNames = {
|
|
1829
1832
|
"AWS::Lightsail::Alarm": ["AlarmArn", "State"],
|
1830
1833
|
"AWS::Lightsail::Bucket": ["BucketArn", "AbleToUpdateBundle", "Url"],
|
1831
1834
|
"AWS::Lightsail::Certificate": ["Status", "CertificateArn"],
|
1832
|
-
"AWS::Lightsail::Container": ["ContainerArn", "Url"],
|
1835
|
+
"AWS::Lightsail::Container": ["PrincipalArn", "PrivateRegistryAccess.EcrImagePullerRole.PrincipalArn", "ContainerArn", "Url"],
|
1833
1836
|
"AWS::Lightsail::Database": ["DatabaseArn"],
|
1834
1837
|
"AWS::Lightsail::Disk": ["Path", "AttachmentState", "Location.AvailabilityZone", "SupportCode", "State", "IsAttached", "ResourceType", "DiskArn", "AttachedTo", "Iops", "Location.RegionName"],
|
1835
1838
|
"AWS::Lightsail::Distribution": ["Status", "DistributionArn", "AbleToUpdateBundle"],
|
@@ -1860,7 +1863,7 @@ export const AttributeNames = {
|
|
1860
1863
|
"AWS::MSK::BatchScramSecret": [],
|
1861
1864
|
"AWS::MSK::Cluster": ["Arn"],
|
1862
1865
|
"AWS::MSK::ClusterPolicy": ["CurrentVersion"],
|
1863
|
-
"AWS::MSK::Configuration": ["Arn"],
|
1866
|
+
"AWS::MSK::Configuration": ["LatestRevision.Revision", "LatestRevision.CreationTime", "LatestRevision.Description", "Arn"],
|
1864
1867
|
"AWS::MSK::ServerlessCluster": ["Arn"],
|
1865
1868
|
"AWS::MSK::VpcConnection": ["Arn"],
|
1866
1869
|
"AWS::MWAA::Environment": ["LoggingConfiguration.TaskLogs.CloudWatchLogGroupArn", "LoggingConfiguration.WebserverLogs.CloudWatchLogGroupArn", "LoggingConfiguration.DagProcessingLogs.CloudWatchLogGroupArn", "WebserverUrl", "LoggingConfiguration.SchedulerLogs.CloudWatchLogGroupArn", "Arn", "LoggingConfiguration.WorkerLogs.CloudWatchLogGroupArn"],
|
@@ -2281,5 +2284,6 @@ export const AttributeNames = {
|
|
2281
2284
|
"AWS::XRay::Group": ["GroupARN"],
|
2282
2285
|
"AWS::XRay::ResourcePolicy": [],
|
2283
2286
|
"AWS::XRay::SamplingRule": ["RuleARN"],
|
2284
|
-
"Alexa::ASK::Skill": []
|
2287
|
+
"Alexa::ASK::Skill": [],
|
2288
|
+
"Dev::AppConfig::Application": []
|
2285
2289
|
};
|
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.57",
|
4
4
|
"private": false,
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -47,5 +47,5 @@
|
|
47
47
|
"scripts": {
|
48
48
|
"lint": "eslint src/ --ext=ts"
|
49
49
|
},
|
50
|
-
"awsResourceSpecificationVersion": "
|
50
|
+
"awsResourceSpecificationVersion": "142.0.0"
|
51
51
|
}
|