@awboost/cfntypes 1.0.0-beta.38 → 1.0.0-beta.39
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 +25 -3
- package/lib/types.generated.d.ts +509 -3
- package/lib/types.generated.js +25 -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 = "137.0.0";
|
5
5
|
exports.ResourceType = {
|
6
6
|
ACMPCACertificate: "AWS::ACMPCA::Certificate",
|
7
7
|
ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
|
@@ -419,6 +419,7 @@ exports.ResourceType = {
|
|
419
419
|
EMRStep: "AWS::EMR::Step",
|
420
420
|
EMRStudio: "AWS::EMR::Studio",
|
421
421
|
EMRStudioSessionMapping: "AWS::EMR::StudioSessionMapping",
|
422
|
+
EMRWALWorkspace: "AWS::EMR::WALWorkspace",
|
422
423
|
EMRContainersVirtualCluster: "AWS::EMRContainers::VirtualCluster",
|
423
424
|
EMRServerlessApplication: "AWS::EMRServerless::Application",
|
424
425
|
ElastiCacheCacheCluster: "AWS::ElastiCache::CacheCluster",
|
@@ -441,6 +442,8 @@ exports.ResourceType = {
|
|
441
442
|
ElasticLoadBalancingV2LoadBalancer: "AWS::ElasticLoadBalancingV2::LoadBalancer",
|
442
443
|
ElasticLoadBalancingV2TargetGroup: "AWS::ElasticLoadBalancingV2::TargetGroup",
|
443
444
|
ElasticsearchDomain: "AWS::Elasticsearch::Domain",
|
445
|
+
EntityResolutionMatchingWorkflow: "AWS::EntityResolution::MatchingWorkflow",
|
446
|
+
EntityResolutionSchemaMapping: "AWS::EntityResolution::SchemaMapping",
|
444
447
|
EventSchemasDiscoverer: "AWS::EventSchemas::Discoverer",
|
445
448
|
EventSchemasRegistry: "AWS::EventSchemas::Registry",
|
446
449
|
EventSchemasRegistryPolicy: "AWS::EventSchemas::RegistryPolicy",
|
@@ -1115,6 +1118,14 @@ exports.ResourceType = {
|
|
1115
1118
|
WisdomKnowledgeBase: "AWS::Wisdom::KnowledgeBase",
|
1116
1119
|
WorkSpacesConnectionAlias: "AWS::WorkSpaces::ConnectionAlias",
|
1117
1120
|
WorkSpacesWorkspace: "AWS::WorkSpaces::Workspace",
|
1121
|
+
WorkSpacesWebBrowserSettings: "AWS::WorkSpacesWeb::BrowserSettings",
|
1122
|
+
WorkSpacesWebIdentityProvider: "AWS::WorkSpacesWeb::IdentityProvider",
|
1123
|
+
WorkSpacesWebIpAccessSettings: "AWS::WorkSpacesWeb::IpAccessSettings",
|
1124
|
+
WorkSpacesWebNetworkSettings: "AWS::WorkSpacesWeb::NetworkSettings",
|
1125
|
+
WorkSpacesWebPortal: "AWS::WorkSpacesWeb::Portal",
|
1126
|
+
WorkSpacesWebTrustStore: "AWS::WorkSpacesWeb::TrustStore",
|
1127
|
+
WorkSpacesWebUserAccessLoggingSettings: "AWS::WorkSpacesWeb::UserAccessLoggingSettings",
|
1128
|
+
WorkSpacesWebUserSettings: "AWS::WorkSpacesWeb::UserSettings",
|
1118
1129
|
XRayGroup: "AWS::XRay::Group",
|
1119
1130
|
XRayResourcePolicy: "AWS::XRay::ResourcePolicy",
|
1120
1131
|
XRaySamplingRule: "AWS::XRay::SamplingRule",
|
@@ -1537,6 +1548,7 @@ exports.AttributeNames = {
|
|
1537
1548
|
"AWS::EMR::Step": [],
|
1538
1549
|
"AWS::EMR::Studio": ["Arn", "StudioId", "Url"],
|
1539
1550
|
"AWS::EMR::StudioSessionMapping": [],
|
1551
|
+
"AWS::EMR::WALWorkspace": [],
|
1540
1552
|
"AWS::EMRContainers::VirtualCluster": ["Id", "Arn"],
|
1541
1553
|
"AWS::EMRServerless::Application": ["Arn", "ApplicationId"],
|
1542
1554
|
"AWS::ElastiCache::CacheCluster": ["ConfigurationEndpoint.Address", "ConfigurationEndpoint.Port", "RedisEndpoint.Address", "RedisEndpoint.Port"],
|
@@ -1559,6 +1571,8 @@ exports.AttributeNames = {
|
|
1559
1571
|
"AWS::ElasticLoadBalancingV2::LoadBalancer": ["CanonicalHostedZoneID", "DNSName", "LoadBalancerFullName", "LoadBalancerName", "SecurityGroups"],
|
1560
1572
|
"AWS::ElasticLoadBalancingV2::TargetGroup": ["TargetGroupArn", "LoadBalancerArns", "TargetGroupFullName", "TargetGroupName"],
|
1561
1573
|
"AWS::Elasticsearch::Domain": ["Arn", "DomainArn", "DomainEndpoint"],
|
1574
|
+
"AWS::EntityResolution::MatchingWorkflow": ["CreatedAt", "WorkflowArn", "UpdatedAt"],
|
1575
|
+
"AWS::EntityResolution::SchemaMapping": ["CreatedAt", "UpdatedAt", "SchemaArn"],
|
1562
1576
|
"AWS::EventSchemas::Discoverer": ["DiscovererArn", "DiscovererId", "CrossAccount"],
|
1563
1577
|
"AWS::EventSchemas::Registry": ["RegistryName", "RegistryArn"],
|
1564
1578
|
"AWS::EventSchemas::RegistryPolicy": ["Id"],
|
@@ -1657,7 +1671,7 @@ exports.AttributeNames = {
|
|
1657
1671
|
"AWS::IAM::Group": ["Arn"],
|
1658
1672
|
"AWS::IAM::GroupPolicy": [],
|
1659
1673
|
"AWS::IAM::InstanceProfile": ["Arn"],
|
1660
|
-
"AWS::IAM::ManagedPolicy": [],
|
1674
|
+
"AWS::IAM::ManagedPolicy": ["IsAttachable", "UpdateDate", "PermissionsBoundaryUsageCount", "AttachmentCount", "PolicyArn", "DefaultVersionId", "CreateDate", "PolicyId"],
|
1661
1675
|
"AWS::IAM::OIDCProvider": ["Arn"],
|
1662
1676
|
"AWS::IAM::Policy": ["Id"],
|
1663
1677
|
"AWS::IAM::Role": ["Arn", "RoleId"],
|
@@ -2011,7 +2025,7 @@ exports.AttributeNames = {
|
|
2011
2025
|
"AWS::Rekognition::Collection": ["Arn"],
|
2012
2026
|
"AWS::Rekognition::Project": ["Arn"],
|
2013
2027
|
"AWS::Rekognition::StreamProcessor": ["Status", "Arn", "StatusMessage"],
|
2014
|
-
"AWS::ResilienceHub::App": ["AppArn"],
|
2028
|
+
"AWS::ResilienceHub::App": ["AppArn", "DriftStatus"],
|
2015
2029
|
"AWS::ResilienceHub::ResiliencyPolicy": ["PolicyArn"],
|
2016
2030
|
"AWS::ResourceExplorer2::DefaultViewAssociation": ["AssociatedAwsPrincipal"],
|
2017
2031
|
"AWS::ResourceExplorer2::Index": ["Arn", "IndexState"],
|
@@ -2233,6 +2247,14 @@ exports.AttributeNames = {
|
|
2233
2247
|
"AWS::Wisdom::KnowledgeBase": ["KnowledgeBaseArn", "KnowledgeBaseId"],
|
2234
2248
|
"AWS::WorkSpaces::ConnectionAlias": ["ConnectionAliasState", "Associations", "AliasId"],
|
2235
2249
|
"AWS::WorkSpaces::Workspace": [],
|
2250
|
+
"AWS::WorkSpacesWeb::BrowserSettings": ["AssociatedPortalArns", "BrowserSettingsArn"],
|
2251
|
+
"AWS::WorkSpacesWeb::IdentityProvider": ["IdentityProviderArn"],
|
2252
|
+
"AWS::WorkSpacesWeb::IpAccessSettings": ["CreationDate", "AssociatedPortalArns", "IpAccessSettingsArn"],
|
2253
|
+
"AWS::WorkSpacesWeb::NetworkSettings": ["AssociatedPortalArns", "NetworkSettingsArn"],
|
2254
|
+
"AWS::WorkSpacesWeb::Portal": ["CreationDate", "BrowserType", "ServiceProviderSamlMetadata", "StatusReason", "PortalArn", "PortalStatus", "RendererType", "PortalEndpoint"],
|
2255
|
+
"AWS::WorkSpacesWeb::TrustStore": ["AssociatedPortalArns", "TrustStoreArn"],
|
2256
|
+
"AWS::WorkSpacesWeb::UserAccessLoggingSettings": ["AssociatedPortalArns", "UserAccessLoggingSettingsArn"],
|
2257
|
+
"AWS::WorkSpacesWeb::UserSettings": ["AssociatedPortalArns", "UserSettingsArn"],
|
2236
2258
|
"AWS::XRay::Group": ["GroupARN"],
|
2237
2259
|
"AWS::XRay::ResourcePolicy": [],
|
2238
2260
|
"AWS::XRay::SamplingRule": ["RuleARN"],
|
package/lib/types.generated.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const ResourceSpecificationVersion = "
|
1
|
+
export declare const ResourceSpecificationVersion = "137.0.0";
|
2
2
|
/**
|
3
3
|
* Type definition for AWS::ACMPCA::Certificate.ApiPassthrough
|
4
4
|
*
|
@@ -6641,6 +6641,16 @@ export interface CleanRoomsConfiguredTableAnalysisRuleAggregation {
|
|
6641
6641
|
JoinRequired?: string;
|
6642
6642
|
AggregateColumns: any[];
|
6643
6643
|
}
|
6644
|
+
/**
|
6645
|
+
* Type definition for AWS::CleanRooms::ConfiguredTable.AnalysisRuleCustom
|
6646
|
+
*
|
6647
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-analysisrulecustom.html | AWS::CleanRooms::ConfiguredTable.AnalysisRuleCustom}
|
6648
|
+
* @group AWS::CleanRooms
|
6649
|
+
*/
|
6650
|
+
export interface CleanRoomsConfiguredTableAnalysisRuleCustom {
|
6651
|
+
AllowedAnalysisProviders?: any[];
|
6652
|
+
AllowedAnalyses: any[];
|
6653
|
+
}
|
6644
6654
|
/**
|
6645
6655
|
* Type definition for AWS::CleanRooms::ConfiguredTable.AnalysisRuleList
|
6646
6656
|
*
|
@@ -6670,6 +6680,7 @@ export interface CleanRoomsConfiguredTableConfiguredTableAnalysisRulePolicy {
|
|
6670
6680
|
export interface CleanRoomsConfiguredTableConfiguredTableAnalysisRulePolicyV1 {
|
6671
6681
|
Aggregation?: CleanRoomsConfiguredTableAnalysisRuleAggregation;
|
6672
6682
|
List?: CleanRoomsConfiguredTableAnalysisRuleList;
|
6683
|
+
Custom?: CleanRoomsConfiguredTableAnalysisRuleCustom;
|
6673
6684
|
}
|
6674
6685
|
/**
|
6675
6686
|
* Type definition for AWS::CleanRooms::ConfiguredTable.GlueTableReference
|
@@ -16834,6 +16845,81 @@ export interface ElasticsearchDomainVPCOptions {
|
|
16834
16845
|
export interface ElasticsearchDomainZoneAwarenessConfig {
|
16835
16846
|
AvailabilityZoneCount?: number;
|
16836
16847
|
}
|
16848
|
+
/**
|
16849
|
+
* Type definition for AWS::EntityResolution::MatchingWorkflow.InputSource
|
16850
|
+
*
|
16851
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-inputsource.html | AWS::EntityResolution::MatchingWorkflow.InputSource}
|
16852
|
+
* @group AWS::EntityResolution
|
16853
|
+
*/
|
16854
|
+
export interface EntityResolutionMatchingWorkflowInputSource {
|
16855
|
+
ApplyNormalization?: boolean;
|
16856
|
+
InputSourceARN: string;
|
16857
|
+
SchemaArn: string;
|
16858
|
+
}
|
16859
|
+
/**
|
16860
|
+
* Type definition for AWS::EntityResolution::MatchingWorkflow.OutputAttribute
|
16861
|
+
*
|
16862
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-outputattribute.html | AWS::EntityResolution::MatchingWorkflow.OutputAttribute}
|
16863
|
+
* @group AWS::EntityResolution
|
16864
|
+
*/
|
16865
|
+
export interface EntityResolutionMatchingWorkflowOutputAttribute {
|
16866
|
+
Hashed?: boolean;
|
16867
|
+
Name: string;
|
16868
|
+
}
|
16869
|
+
/**
|
16870
|
+
* Type definition for AWS::EntityResolution::MatchingWorkflow.OutputSource
|
16871
|
+
*
|
16872
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-outputsource.html | AWS::EntityResolution::MatchingWorkflow.OutputSource}
|
16873
|
+
* @group AWS::EntityResolution
|
16874
|
+
*/
|
16875
|
+
export interface EntityResolutionMatchingWorkflowOutputSource {
|
16876
|
+
KMSArn?: string;
|
16877
|
+
OutputS3Path: string;
|
16878
|
+
Output: any[];
|
16879
|
+
ApplyNormalization?: boolean;
|
16880
|
+
}
|
16881
|
+
/**
|
16882
|
+
* Type definition for AWS::EntityResolution::MatchingWorkflow.ResolutionTechniques
|
16883
|
+
*
|
16884
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-resolutiontechniques.html | AWS::EntityResolution::MatchingWorkflow.ResolutionTechniques}
|
16885
|
+
* @group AWS::EntityResolution
|
16886
|
+
*/
|
16887
|
+
export interface EntityResolutionMatchingWorkflowResolutionTechniques {
|
16888
|
+
RuleBasedProperties?: EntityResolutionMatchingWorkflowRuleBasedProperties;
|
16889
|
+
ResolutionType?: string;
|
16890
|
+
}
|
16891
|
+
/**
|
16892
|
+
* Type definition for AWS::EntityResolution::MatchingWorkflow.Rule
|
16893
|
+
*
|
16894
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-rule.html | AWS::EntityResolution::MatchingWorkflow.Rule}
|
16895
|
+
* @group AWS::EntityResolution
|
16896
|
+
*/
|
16897
|
+
export interface EntityResolutionMatchingWorkflowRule {
|
16898
|
+
MatchingKeys: any[];
|
16899
|
+
RuleName: string;
|
16900
|
+
}
|
16901
|
+
/**
|
16902
|
+
* Type definition for AWS::EntityResolution::MatchingWorkflow.RuleBasedProperties
|
16903
|
+
*
|
16904
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-rulebasedproperties.html | AWS::EntityResolution::MatchingWorkflow.RuleBasedProperties}
|
16905
|
+
* @group AWS::EntityResolution
|
16906
|
+
*/
|
16907
|
+
export interface EntityResolutionMatchingWorkflowRuleBasedProperties {
|
16908
|
+
AttributeMatchingModel: string;
|
16909
|
+
Rules: any[];
|
16910
|
+
}
|
16911
|
+
/**
|
16912
|
+
* Type definition for AWS::EntityResolution::SchemaMapping.SchemaInputAttribute
|
16913
|
+
*
|
16914
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-schemamapping-schemainputattribute.html | AWS::EntityResolution::SchemaMapping.SchemaInputAttribute}
|
16915
|
+
* @group AWS::EntityResolution
|
16916
|
+
*/
|
16917
|
+
export interface EntityResolutionSchemaMappingSchemaInputAttribute {
|
16918
|
+
GroupName?: string;
|
16919
|
+
Type: string;
|
16920
|
+
MatchKey?: string;
|
16921
|
+
FieldName: string;
|
16922
|
+
}
|
16837
16923
|
/**
|
16838
16924
|
* Type definition for AWS::EventSchemas::Discoverer.TagsEntry
|
16839
16925
|
*
|
@@ -34913,6 +34999,7 @@ export interface QLDBStreamKinesisConfiguration {
|
|
34913
34999
|
* @group AWS::QuickSight
|
34914
35000
|
*/
|
34915
35001
|
export interface QuickSightAnalysisAggregationFunction {
|
35002
|
+
AttributeAggregationFunction?: QuickSightAnalysisAttributeAggregationFunction;
|
34916
35003
|
DateAggregationFunction?: string;
|
34917
35004
|
NumericalAggregationFunction?: QuickSightAnalysisNumericalAggregationFunction;
|
34918
35005
|
CategoricalAggregationFunction?: string;
|
@@ -35031,6 +35118,16 @@ export interface QuickSightAnalysisArcConfiguration {
|
|
35031
35118
|
export interface QuickSightAnalysisArcOptions {
|
35032
35119
|
ArcThickness?: string;
|
35033
35120
|
}
|
35121
|
+
/**
|
35122
|
+
* Type definition for AWS::QuickSight::Analysis.AttributeAggregationFunction
|
35123
|
+
*
|
35124
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-attributeaggregationfunction.html | AWS::QuickSight::Analysis.AttributeAggregationFunction}
|
35125
|
+
* @group AWS::QuickSight
|
35126
|
+
*/
|
35127
|
+
export interface QuickSightAnalysisAttributeAggregationFunction {
|
35128
|
+
SimpleAttributeAggregation?: string;
|
35129
|
+
ValueForMultipleValues?: string;
|
35130
|
+
}
|
35034
35131
|
/**
|
35035
35132
|
* Type definition for AWS::QuickSight::Analysis.AxisDataOptions
|
35036
35133
|
*
|
@@ -35466,6 +35563,15 @@ export interface QuickSightAnalysisColorScale {
|
|
35466
35563
|
ColorFillType: string;
|
35467
35564
|
NullValueColor?: QuickSightAnalysisDataColor;
|
35468
35565
|
}
|
35566
|
+
/**
|
35567
|
+
* Type definition for AWS::QuickSight::Analysis.ColorsConfiguration
|
35568
|
+
*
|
35569
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-colorsconfiguration.html | AWS::QuickSight::Analysis.ColorsConfiguration}
|
35570
|
+
* @group AWS::QuickSight
|
35571
|
+
*/
|
35572
|
+
export interface QuickSightAnalysisColorsConfiguration {
|
35573
|
+
CustomColors?: any[];
|
35574
|
+
}
|
35469
35575
|
/**
|
35470
35576
|
* Type definition for AWS::QuickSight::Analysis.ColumnConfiguration
|
35471
35577
|
*
|
@@ -35476,6 +35582,7 @@ export interface QuickSightAnalysisColumnConfiguration {
|
|
35476
35582
|
Role?: string;
|
35477
35583
|
FormatConfiguration?: QuickSightAnalysisFormatConfiguration;
|
35478
35584
|
Column: QuickSightAnalysisColumnIdentifier;
|
35585
|
+
ColorsConfiguration?: QuickSightAnalysisColorsConfiguration;
|
35479
35586
|
}
|
35480
35587
|
/**
|
35481
35588
|
* Type definition for AWS::QuickSight::Analysis.ColumnHierarchy
|
@@ -35775,6 +35882,17 @@ export interface QuickSightAnalysisCustomActionURLOperation {
|
|
35775
35882
|
URLTemplate: string;
|
35776
35883
|
URLTarget: string;
|
35777
35884
|
}
|
35885
|
+
/**
|
35886
|
+
* Type definition for AWS::QuickSight::Analysis.CustomColor
|
35887
|
+
*
|
35888
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-customcolor.html | AWS::QuickSight::Analysis.CustomColor}
|
35889
|
+
* @group AWS::QuickSight
|
35890
|
+
*/
|
35891
|
+
export interface QuickSightAnalysisCustomColor {
|
35892
|
+
Color: string;
|
35893
|
+
FieldValue?: string;
|
35894
|
+
SpecialValue?: string;
|
35895
|
+
}
|
35778
35896
|
/**
|
35779
35897
|
* Type definition for AWS::QuickSight::Analysis.CustomContentConfiguration
|
35780
35898
|
*
|
@@ -40546,6 +40664,15 @@ export interface QuickSightDashboardColorScale {
|
|
40546
40664
|
ColorFillType: string;
|
40547
40665
|
NullValueColor?: QuickSightDashboardDataColor;
|
40548
40666
|
}
|
40667
|
+
/**
|
40668
|
+
* Type definition for AWS::QuickSight::Dashboard.ColorsConfiguration
|
40669
|
+
*
|
40670
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-colorsconfiguration.html | AWS::QuickSight::Dashboard.ColorsConfiguration}
|
40671
|
+
* @group AWS::QuickSight
|
40672
|
+
*/
|
40673
|
+
export interface QuickSightDashboardColorsConfiguration {
|
40674
|
+
CustomColors?: any[];
|
40675
|
+
}
|
40549
40676
|
/**
|
40550
40677
|
* Type definition for AWS::QuickSight::Dashboard.ColumnConfiguration
|
40551
40678
|
*
|
@@ -40556,6 +40683,7 @@ export interface QuickSightDashboardColumnConfiguration {
|
|
40556
40683
|
Role?: string;
|
40557
40684
|
FormatConfiguration?: QuickSightDashboardFormatConfiguration;
|
40558
40685
|
Column: QuickSightDashboardColumnIdentifier;
|
40686
|
+
ColorsConfiguration?: QuickSightDashboardColorsConfiguration;
|
40559
40687
|
}
|
40560
40688
|
/**
|
40561
40689
|
* Type definition for AWS::QuickSight::Dashboard.ColumnHierarchy
|
@@ -40855,6 +40983,17 @@ export interface QuickSightDashboardCustomActionURLOperation {
|
|
40855
40983
|
URLTemplate: string;
|
40856
40984
|
URLTarget: string;
|
40857
40985
|
}
|
40986
|
+
/**
|
40987
|
+
* Type definition for AWS::QuickSight::Dashboard.CustomColor
|
40988
|
+
*
|
40989
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-customcolor.html | AWS::QuickSight::Dashboard.CustomColor}
|
40990
|
+
* @group AWS::QuickSight
|
40991
|
+
*/
|
40992
|
+
export interface QuickSightDashboardCustomColor {
|
40993
|
+
Color: string;
|
40994
|
+
FieldValue?: string;
|
40995
|
+
SpecialValue?: string;
|
40996
|
+
}
|
40858
40997
|
/**
|
40859
40998
|
* Type definition for AWS::QuickSight::Dashboard.CustomContentConfiguration
|
40860
40999
|
*
|
@@ -46104,6 +46243,7 @@ export interface QuickSightRefreshScheduleScheduleFrequency {
|
|
46104
46243
|
* @group AWS::QuickSight
|
46105
46244
|
*/
|
46106
46245
|
export interface QuickSightTemplateAggregationFunction {
|
46246
|
+
AttributeAggregationFunction?: QuickSightTemplateAttributeAggregationFunction;
|
46107
46247
|
DateAggregationFunction?: string;
|
46108
46248
|
NumericalAggregationFunction?: QuickSightTemplateNumericalAggregationFunction;
|
46109
46249
|
CategoricalAggregationFunction?: string;
|
@@ -46177,6 +46317,16 @@ export interface QuickSightTemplateArcConfiguration {
|
|
46177
46317
|
export interface QuickSightTemplateArcOptions {
|
46178
46318
|
ArcThickness?: string;
|
46179
46319
|
}
|
46320
|
+
/**
|
46321
|
+
* Type definition for AWS::QuickSight::Template.AttributeAggregationFunction
|
46322
|
+
*
|
46323
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-attributeaggregationfunction.html | AWS::QuickSight::Template.AttributeAggregationFunction}
|
46324
|
+
* @group AWS::QuickSight
|
46325
|
+
*/
|
46326
|
+
export interface QuickSightTemplateAttributeAggregationFunction {
|
46327
|
+
SimpleAttributeAggregation?: string;
|
46328
|
+
ValueForMultipleValues?: string;
|
46329
|
+
}
|
46180
46330
|
/**
|
46181
46331
|
* Type definition for AWS::QuickSight::Template.AxisDataOptions
|
46182
46332
|
*
|
@@ -46612,6 +46762,15 @@ export interface QuickSightTemplateColorScale {
|
|
46612
46762
|
ColorFillType: string;
|
46613
46763
|
NullValueColor?: QuickSightTemplateDataColor;
|
46614
46764
|
}
|
46765
|
+
/**
|
46766
|
+
* Type definition for AWS::QuickSight::Template.ColorsConfiguration
|
46767
|
+
*
|
46768
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-colorsconfiguration.html | AWS::QuickSight::Template.ColorsConfiguration}
|
46769
|
+
* @group AWS::QuickSight
|
46770
|
+
*/
|
46771
|
+
export interface QuickSightTemplateColorsConfiguration {
|
46772
|
+
CustomColors?: any[];
|
46773
|
+
}
|
46615
46774
|
/**
|
46616
46775
|
* Type definition for AWS::QuickSight::Template.ColumnConfiguration
|
46617
46776
|
*
|
@@ -46622,6 +46781,7 @@ export interface QuickSightTemplateColumnConfiguration {
|
|
46622
46781
|
Role?: string;
|
46623
46782
|
FormatConfiguration?: QuickSightTemplateFormatConfiguration;
|
46624
46783
|
Column: QuickSightTemplateColumnIdentifier;
|
46784
|
+
ColorsConfiguration?: QuickSightTemplateColorsConfiguration;
|
46625
46785
|
}
|
46626
46786
|
/**
|
46627
46787
|
* Type definition for AWS::QuickSight::Template.ColumnGroupColumnSchema
|
@@ -46951,6 +47111,17 @@ export interface QuickSightTemplateCustomActionURLOperation {
|
|
46951
47111
|
URLTemplate: string;
|
46952
47112
|
URLTarget: string;
|
46953
47113
|
}
|
47114
|
+
/**
|
47115
|
+
* Type definition for AWS::QuickSight::Template.CustomColor
|
47116
|
+
*
|
47117
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-customcolor.html | AWS::QuickSight::Template.CustomColor}
|
47118
|
+
* @group AWS::QuickSight
|
47119
|
+
*/
|
47120
|
+
export interface QuickSightTemplateCustomColor {
|
47121
|
+
Color: string;
|
47122
|
+
FieldValue?: string;
|
47123
|
+
SpecialValue?: string;
|
47124
|
+
}
|
46954
47125
|
/**
|
46955
47126
|
* Type definition for AWS::QuickSight::Template.CustomContentConfiguration
|
46956
47127
|
*
|
@@ -52284,6 +52455,28 @@ export interface RekognitionStreamProcessorS3Destination {
|
|
52284
52455
|
BucketName: string;
|
52285
52456
|
ObjectKeyPrefix?: string;
|
52286
52457
|
}
|
52458
|
+
/**
|
52459
|
+
* Type definition for AWS::ResilienceHub::App.EventSubscription
|
52460
|
+
*
|
52461
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resiliencehub-app-eventsubscription.html | AWS::ResilienceHub::App.EventSubscription}
|
52462
|
+
* @group AWS::ResilienceHub
|
52463
|
+
*/
|
52464
|
+
export interface ResilienceHubAppEventSubscription {
|
52465
|
+
EventType: string;
|
52466
|
+
SnsTopicArn?: string;
|
52467
|
+
Name: string;
|
52468
|
+
}
|
52469
|
+
/**
|
52470
|
+
* Type definition for AWS::ResilienceHub::App.PermissionModel
|
52471
|
+
*
|
52472
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resiliencehub-app-permissionmodel.html | AWS::ResilienceHub::App.PermissionModel}
|
52473
|
+
* @group AWS::ResilienceHub
|
52474
|
+
*/
|
52475
|
+
export interface ResilienceHubAppPermissionModel {
|
52476
|
+
Type: string;
|
52477
|
+
CrossAccountRoleArns?: any[];
|
52478
|
+
InvokerRoleName?: string;
|
52479
|
+
}
|
52287
52480
|
/**
|
52288
52481
|
* Type definition for AWS::ResilienceHub::App.PhysicalResourceId
|
52289
52482
|
*
|
@@ -60530,6 +60723,16 @@ export interface WorkSpacesWorkspaceWorkspaceProperties {
|
|
60530
60723
|
RunningModeAutoStopTimeoutInMinutes?: number;
|
60531
60724
|
UserVolumeSizeGib?: number;
|
60532
60725
|
}
|
60726
|
+
/**
|
60727
|
+
* Type definition for AWS::WorkSpacesWeb::IpAccessSettings.IpRule
|
60728
|
+
*
|
60729
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesweb-ipaccesssettings-iprule.html | AWS::WorkSpacesWeb::IpAccessSettings.IpRule}
|
60730
|
+
* @group AWS::WorkSpacesWeb
|
60731
|
+
*/
|
60732
|
+
export interface WorkSpacesWebIpAccessSettingsIpRule {
|
60733
|
+
IpRange: string;
|
60734
|
+
Description?: string;
|
60735
|
+
}
|
60533
60736
|
/**
|
60534
60737
|
* Type definition for AWS::XRay::Group.InsightsConfiguration
|
60535
60738
|
*
|
@@ -69777,6 +69980,16 @@ export interface EMRStudioSessionMappingProps {
|
|
69777
69980
|
StudioId: string;
|
69778
69981
|
IdentityName: string;
|
69779
69982
|
}
|
69983
|
+
/**
|
69984
|
+
* Type definition for AWS::EMR::WALWorkspace
|
69985
|
+
*
|
69986
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-walworkspace.html | AWS::EMR::WALWorkspace}
|
69987
|
+
* @group AWS::EMR
|
69988
|
+
*/
|
69989
|
+
export interface EMRWALWorkspaceProps {
|
69990
|
+
WALWorkspaceName?: string;
|
69991
|
+
Tags?: any[];
|
69992
|
+
}
|
69780
69993
|
/**
|
69781
69994
|
* Type definition for AWS::EMRContainers::VirtualCluster
|
69782
69995
|
*
|
@@ -70338,6 +70551,55 @@ export interface ElasticsearchDomainAttribs {
|
|
70338
70551
|
DomainArn?: string;
|
70339
70552
|
DomainEndpoint?: string;
|
70340
70553
|
}
|
70554
|
+
/**
|
70555
|
+
* Type definition for AWS::EntityResolution::MatchingWorkflow
|
70556
|
+
*
|
70557
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-matchingworkflow.html | AWS::EntityResolution::MatchingWorkflow}
|
70558
|
+
* @group AWS::EntityResolution
|
70559
|
+
*/
|
70560
|
+
export interface EntityResolutionMatchingWorkflowProps {
|
70561
|
+
ResolutionTechniques: EntityResolutionMatchingWorkflowResolutionTechniques;
|
70562
|
+
Description?: string;
|
70563
|
+
InputSourceConfig: any[];
|
70564
|
+
WorkflowName: string;
|
70565
|
+
OutputSourceConfig: any[];
|
70566
|
+
RoleArn: string;
|
70567
|
+
Tags?: any[];
|
70568
|
+
}
|
70569
|
+
/**
|
70570
|
+
* Attributes type definition for AWS::EntityResolution::MatchingWorkflow
|
70571
|
+
*
|
70572
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-matchingworkflow.html | AWS::EntityResolution::MatchingWorkflow}
|
70573
|
+
* @group AWS::EntityResolution
|
70574
|
+
*/
|
70575
|
+
export interface EntityResolutionMatchingWorkflowAttribs {
|
70576
|
+
CreatedAt?: string;
|
70577
|
+
WorkflowArn?: string;
|
70578
|
+
UpdatedAt?: string;
|
70579
|
+
}
|
70580
|
+
/**
|
70581
|
+
* Type definition for AWS::EntityResolution::SchemaMapping
|
70582
|
+
*
|
70583
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-schemamapping.html | AWS::EntityResolution::SchemaMapping}
|
70584
|
+
* @group AWS::EntityResolution
|
70585
|
+
*/
|
70586
|
+
export interface EntityResolutionSchemaMappingProps {
|
70587
|
+
Description?: string;
|
70588
|
+
MappedInputFields: any[];
|
70589
|
+
SchemaName: string;
|
70590
|
+
Tags?: any[];
|
70591
|
+
}
|
70592
|
+
/**
|
70593
|
+
* Attributes type definition for AWS::EntityResolution::SchemaMapping
|
70594
|
+
*
|
70595
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-schemamapping.html | AWS::EntityResolution::SchemaMapping}
|
70596
|
+
* @group AWS::EntityResolution
|
70597
|
+
*/
|
70598
|
+
export interface EntityResolutionSchemaMappingAttribs {
|
70599
|
+
CreatedAt?: string;
|
70600
|
+
UpdatedAt?: string;
|
70601
|
+
SchemaArn?: string;
|
70602
|
+
}
|
70341
70603
|
/**
|
70342
70604
|
* Type definition for AWS::EventSchemas::Discoverer
|
70343
70605
|
*
|
@@ -72385,14 +72647,30 @@ export interface IAMInstanceProfileAttribs {
|
|
72385
72647
|
* @group AWS::IAM
|
72386
72648
|
*/
|
72387
72649
|
export interface IAMManagedPolicyProps {
|
72388
|
-
Description?: string;
|
72389
|
-
Groups?: any[];
|
72390
72650
|
ManagedPolicyName?: string;
|
72391
72651
|
Path?: string;
|
72652
|
+
Description?: string;
|
72653
|
+
Groups?: any[];
|
72392
72654
|
PolicyDocument: object;
|
72393
72655
|
Roles?: any[];
|
72394
72656
|
Users?: any[];
|
72395
72657
|
}
|
72658
|
+
/**
|
72659
|
+
* Attributes type definition for AWS::IAM::ManagedPolicy
|
72660
|
+
*
|
72661
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html | AWS::IAM::ManagedPolicy}
|
72662
|
+
* @group AWS::IAM
|
72663
|
+
*/
|
72664
|
+
export interface IAMManagedPolicyAttribs {
|
72665
|
+
IsAttachable?: boolean;
|
72666
|
+
UpdateDate?: string;
|
72667
|
+
PermissionsBoundaryUsageCount?: number;
|
72668
|
+
AttachmentCount?: number;
|
72669
|
+
PolicyArn?: string;
|
72670
|
+
DefaultVersionId?: string;
|
72671
|
+
CreateDate?: string;
|
72672
|
+
PolicyId?: string;
|
72673
|
+
}
|
72396
72674
|
/**
|
72397
72675
|
* Type definition for AWS::IAM::OIDCProvider
|
72398
72676
|
*
|
@@ -76480,6 +76758,7 @@ export interface MacieFindingsFilterProps {
|
|
76480
76758
|
Description?: string;
|
76481
76759
|
Position?: number;
|
76482
76760
|
FindingCriteria: MacieFindingsFilterFindingCriteria;
|
76761
|
+
Tags?: any[];
|
76483
76762
|
Name: string;
|
76484
76763
|
}
|
76485
76764
|
/**
|
@@ -80660,7 +80939,9 @@ export interface ResilienceHubAppProps {
|
|
80660
80939
|
Description?: string;
|
80661
80940
|
AppTemplateBody: string;
|
80662
80941
|
AppAssessmentSchedule?: string;
|
80942
|
+
PermissionModel?: ResilienceHubAppPermissionModel;
|
80663
80943
|
ResourceMappings: any[];
|
80944
|
+
EventSubscriptions?: any[];
|
80664
80945
|
Tags?: Record<string, any>;
|
80665
80946
|
Name: string;
|
80666
80947
|
ResiliencyPolicyArn?: string;
|
@@ -80673,6 +80954,7 @@ export interface ResilienceHubAppProps {
|
|
80673
80954
|
*/
|
80674
80955
|
export interface ResilienceHubAppAttribs {
|
80675
80956
|
AppArn?: string;
|
80957
|
+
DriftStatus?: string;
|
80676
80958
|
}
|
80677
80959
|
/**
|
80678
80960
|
* Type definition for AWS::ResilienceHub::ResiliencyPolicy
|
@@ -85228,6 +85510,197 @@ export interface WorkSpacesWorkspaceProps {
|
|
85228
85510
|
VolumeEncryptionKey?: string;
|
85229
85511
|
WorkspaceProperties?: WorkSpacesWorkspaceWorkspaceProperties;
|
85230
85512
|
}
|
85513
|
+
/**
|
85514
|
+
* Type definition for AWS::WorkSpacesWeb::BrowserSettings
|
85515
|
+
*
|
85516
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-browsersettings.html | AWS::WorkSpacesWeb::BrowserSettings}
|
85517
|
+
* @group AWS::WorkSpacesWeb
|
85518
|
+
*/
|
85519
|
+
export interface WorkSpacesWebBrowserSettingsProps {
|
85520
|
+
BrowserPolicy?: string;
|
85521
|
+
CustomerManagedKey?: string;
|
85522
|
+
AdditionalEncryptionContext?: Record<string, any>;
|
85523
|
+
Tags?: any[];
|
85524
|
+
}
|
85525
|
+
/**
|
85526
|
+
* Attributes type definition for AWS::WorkSpacesWeb::BrowserSettings
|
85527
|
+
*
|
85528
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-browsersettings.html | AWS::WorkSpacesWeb::BrowserSettings}
|
85529
|
+
* @group AWS::WorkSpacesWeb
|
85530
|
+
*/
|
85531
|
+
export interface WorkSpacesWebBrowserSettingsAttribs {
|
85532
|
+
AssociatedPortalArns?: any[];
|
85533
|
+
BrowserSettingsArn?: string;
|
85534
|
+
}
|
85535
|
+
/**
|
85536
|
+
* Type definition for AWS::WorkSpacesWeb::IdentityProvider
|
85537
|
+
*
|
85538
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-identityprovider.html | AWS::WorkSpacesWeb::IdentityProvider}
|
85539
|
+
* @group AWS::WorkSpacesWeb
|
85540
|
+
*/
|
85541
|
+
export interface WorkSpacesWebIdentityProviderProps {
|
85542
|
+
IdentityProviderDetails: Record<string, any>;
|
85543
|
+
PortalArn?: string;
|
85544
|
+
IdentityProviderName: string;
|
85545
|
+
IdentityProviderType: string;
|
85546
|
+
}
|
85547
|
+
/**
|
85548
|
+
* Attributes type definition for AWS::WorkSpacesWeb::IdentityProvider
|
85549
|
+
*
|
85550
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-identityprovider.html | AWS::WorkSpacesWeb::IdentityProvider}
|
85551
|
+
* @group AWS::WorkSpacesWeb
|
85552
|
+
*/
|
85553
|
+
export interface WorkSpacesWebIdentityProviderAttribs {
|
85554
|
+
IdentityProviderArn?: string;
|
85555
|
+
}
|
85556
|
+
/**
|
85557
|
+
* Type definition for AWS::WorkSpacesWeb::IpAccessSettings
|
85558
|
+
*
|
85559
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-ipaccesssettings.html | AWS::WorkSpacesWeb::IpAccessSettings}
|
85560
|
+
* @group AWS::WorkSpacesWeb
|
85561
|
+
*/
|
85562
|
+
export interface WorkSpacesWebIpAccessSettingsProps {
|
85563
|
+
IpRules: any[];
|
85564
|
+
Description?: string;
|
85565
|
+
CustomerManagedKey?: string;
|
85566
|
+
AdditionalEncryptionContext?: Record<string, any>;
|
85567
|
+
DisplayName?: string;
|
85568
|
+
Tags?: any[];
|
85569
|
+
}
|
85570
|
+
/**
|
85571
|
+
* Attributes type definition for AWS::WorkSpacesWeb::IpAccessSettings
|
85572
|
+
*
|
85573
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-ipaccesssettings.html | AWS::WorkSpacesWeb::IpAccessSettings}
|
85574
|
+
* @group AWS::WorkSpacesWeb
|
85575
|
+
*/
|
85576
|
+
export interface WorkSpacesWebIpAccessSettingsAttribs {
|
85577
|
+
CreationDate?: string;
|
85578
|
+
AssociatedPortalArns?: any[];
|
85579
|
+
IpAccessSettingsArn?: string;
|
85580
|
+
}
|
85581
|
+
/**
|
85582
|
+
* Type definition for AWS::WorkSpacesWeb::NetworkSettings
|
85583
|
+
*
|
85584
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-networksettings.html | AWS::WorkSpacesWeb::NetworkSettings}
|
85585
|
+
* @group AWS::WorkSpacesWeb
|
85586
|
+
*/
|
85587
|
+
export interface WorkSpacesWebNetworkSettingsProps {
|
85588
|
+
VpcId: string;
|
85589
|
+
SecurityGroupIds: any[];
|
85590
|
+
SubnetIds: any[];
|
85591
|
+
Tags?: any[];
|
85592
|
+
}
|
85593
|
+
/**
|
85594
|
+
* Attributes type definition for AWS::WorkSpacesWeb::NetworkSettings
|
85595
|
+
*
|
85596
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-networksettings.html | AWS::WorkSpacesWeb::NetworkSettings}
|
85597
|
+
* @group AWS::WorkSpacesWeb
|
85598
|
+
*/
|
85599
|
+
export interface WorkSpacesWebNetworkSettingsAttribs {
|
85600
|
+
AssociatedPortalArns?: any[];
|
85601
|
+
NetworkSettingsArn?: string;
|
85602
|
+
}
|
85603
|
+
/**
|
85604
|
+
* Type definition for AWS::WorkSpacesWeb::Portal
|
85605
|
+
*
|
85606
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-portal.html | AWS::WorkSpacesWeb::Portal}
|
85607
|
+
* @group AWS::WorkSpacesWeb
|
85608
|
+
*/
|
85609
|
+
export interface WorkSpacesWebPortalProps {
|
85610
|
+
TrustStoreArn?: string;
|
85611
|
+
UserAccessLoggingSettingsArn?: string;
|
85612
|
+
CustomerManagedKey?: string;
|
85613
|
+
AdditionalEncryptionContext?: Record<string, any>;
|
85614
|
+
DisplayName?: string;
|
85615
|
+
UserSettingsArn?: string;
|
85616
|
+
BrowserSettingsArn?: string;
|
85617
|
+
IpAccessSettingsArn?: string;
|
85618
|
+
NetworkSettingsArn?: string;
|
85619
|
+
Tags?: any[];
|
85620
|
+
AuthenticationType?: string;
|
85621
|
+
}
|
85622
|
+
/**
|
85623
|
+
* Attributes type definition for AWS::WorkSpacesWeb::Portal
|
85624
|
+
*
|
85625
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-portal.html | AWS::WorkSpacesWeb::Portal}
|
85626
|
+
* @group AWS::WorkSpacesWeb
|
85627
|
+
*/
|
85628
|
+
export interface WorkSpacesWebPortalAttribs {
|
85629
|
+
CreationDate?: string;
|
85630
|
+
BrowserType?: string;
|
85631
|
+
ServiceProviderSamlMetadata?: string;
|
85632
|
+
StatusReason?: string;
|
85633
|
+
PortalArn?: string;
|
85634
|
+
PortalStatus?: string;
|
85635
|
+
RendererType?: string;
|
85636
|
+
PortalEndpoint?: string;
|
85637
|
+
}
|
85638
|
+
/**
|
85639
|
+
* Type definition for AWS::WorkSpacesWeb::TrustStore
|
85640
|
+
*
|
85641
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-truststore.html | AWS::WorkSpacesWeb::TrustStore}
|
85642
|
+
* @group AWS::WorkSpacesWeb
|
85643
|
+
*/
|
85644
|
+
export interface WorkSpacesWebTrustStoreProps {
|
85645
|
+
CertificateList: any[];
|
85646
|
+
Tags?: any[];
|
85647
|
+
}
|
85648
|
+
/**
|
85649
|
+
* Attributes type definition for AWS::WorkSpacesWeb::TrustStore
|
85650
|
+
*
|
85651
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-truststore.html | AWS::WorkSpacesWeb::TrustStore}
|
85652
|
+
* @group AWS::WorkSpacesWeb
|
85653
|
+
*/
|
85654
|
+
export interface WorkSpacesWebTrustStoreAttribs {
|
85655
|
+
AssociatedPortalArns?: any[];
|
85656
|
+
TrustStoreArn?: string;
|
85657
|
+
}
|
85658
|
+
/**
|
85659
|
+
* Type definition for AWS::WorkSpacesWeb::UserAccessLoggingSettings
|
85660
|
+
*
|
85661
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-useraccessloggingsettings.html | AWS::WorkSpacesWeb::UserAccessLoggingSettings}
|
85662
|
+
* @group AWS::WorkSpacesWeb
|
85663
|
+
*/
|
85664
|
+
export interface WorkSpacesWebUserAccessLoggingSettingsProps {
|
85665
|
+
KinesisStreamArn: string;
|
85666
|
+
Tags?: any[];
|
85667
|
+
}
|
85668
|
+
/**
|
85669
|
+
* Attributes type definition for AWS::WorkSpacesWeb::UserAccessLoggingSettings
|
85670
|
+
*
|
85671
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-useraccessloggingsettings.html | AWS::WorkSpacesWeb::UserAccessLoggingSettings}
|
85672
|
+
* @group AWS::WorkSpacesWeb
|
85673
|
+
*/
|
85674
|
+
export interface WorkSpacesWebUserAccessLoggingSettingsAttribs {
|
85675
|
+
AssociatedPortalArns?: any[];
|
85676
|
+
UserAccessLoggingSettingsArn?: string;
|
85677
|
+
}
|
85678
|
+
/**
|
85679
|
+
* Type definition for AWS::WorkSpacesWeb::UserSettings
|
85680
|
+
*
|
85681
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-usersettings.html | AWS::WorkSpacesWeb::UserSettings}
|
85682
|
+
* @group AWS::WorkSpacesWeb
|
85683
|
+
*/
|
85684
|
+
export interface WorkSpacesWebUserSettingsProps {
|
85685
|
+
IdleDisconnectTimeoutInMinutes?: number;
|
85686
|
+
UploadAllowed: string;
|
85687
|
+
DisconnectTimeoutInMinutes?: number;
|
85688
|
+
PrintAllowed: string;
|
85689
|
+
CopyAllowed: string;
|
85690
|
+
DownloadAllowed: string;
|
85691
|
+
PasteAllowed: string;
|
85692
|
+
Tags?: any[];
|
85693
|
+
}
|
85694
|
+
/**
|
85695
|
+
* Attributes type definition for AWS::WorkSpacesWeb::UserSettings
|
85696
|
+
*
|
85697
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-usersettings.html | AWS::WorkSpacesWeb::UserSettings}
|
85698
|
+
* @group AWS::WorkSpacesWeb
|
85699
|
+
*/
|
85700
|
+
export interface WorkSpacesWebUserSettingsAttribs {
|
85701
|
+
AssociatedPortalArns?: any[];
|
85702
|
+
UserSettingsArn?: string;
|
85703
|
+
}
|
85231
85704
|
/**
|
85232
85705
|
* Type definition for AWS::XRay::Group
|
85233
85706
|
*
|
@@ -85707,6 +86180,7 @@ export interface ResourceTypes {
|
|
85707
86180
|
"AWS::EMR::Step": EMRStepProps;
|
85708
86181
|
"AWS::EMR::Studio": EMRStudioProps;
|
85709
86182
|
"AWS::EMR::StudioSessionMapping": EMRStudioSessionMappingProps;
|
86183
|
+
"AWS::EMR::WALWorkspace": EMRWALWorkspaceProps;
|
85710
86184
|
"AWS::EMRContainers::VirtualCluster": EMRContainersVirtualClusterProps;
|
85711
86185
|
"AWS::EMRServerless::Application": EMRServerlessApplicationProps;
|
85712
86186
|
"AWS::ElastiCache::CacheCluster": ElastiCacheCacheClusterProps;
|
@@ -85729,6 +86203,8 @@ export interface ResourceTypes {
|
|
85729
86203
|
"AWS::ElasticLoadBalancingV2::LoadBalancer": ElasticLoadBalancingV2LoadBalancerProps;
|
85730
86204
|
"AWS::ElasticLoadBalancingV2::TargetGroup": ElasticLoadBalancingV2TargetGroupProps;
|
85731
86205
|
"AWS::Elasticsearch::Domain": ElasticsearchDomainProps;
|
86206
|
+
"AWS::EntityResolution::MatchingWorkflow": EntityResolutionMatchingWorkflowProps;
|
86207
|
+
"AWS::EntityResolution::SchemaMapping": EntityResolutionSchemaMappingProps;
|
85732
86208
|
"AWS::EventSchemas::Discoverer": EventSchemasDiscovererProps;
|
85733
86209
|
"AWS::EventSchemas::Registry": EventSchemasRegistryProps;
|
85734
86210
|
"AWS::EventSchemas::RegistryPolicy": EventSchemasRegistryPolicyProps;
|
@@ -86403,6 +86879,14 @@ export interface ResourceTypes {
|
|
86403
86879
|
"AWS::Wisdom::KnowledgeBase": WisdomKnowledgeBaseProps;
|
86404
86880
|
"AWS::WorkSpaces::ConnectionAlias": WorkSpacesConnectionAliasProps;
|
86405
86881
|
"AWS::WorkSpaces::Workspace": WorkSpacesWorkspaceProps;
|
86882
|
+
"AWS::WorkSpacesWeb::BrowserSettings": WorkSpacesWebBrowserSettingsProps;
|
86883
|
+
"AWS::WorkSpacesWeb::IdentityProvider": WorkSpacesWebIdentityProviderProps;
|
86884
|
+
"AWS::WorkSpacesWeb::IpAccessSettings": WorkSpacesWebIpAccessSettingsProps;
|
86885
|
+
"AWS::WorkSpacesWeb::NetworkSettings": WorkSpacesWebNetworkSettingsProps;
|
86886
|
+
"AWS::WorkSpacesWeb::Portal": WorkSpacesWebPortalProps;
|
86887
|
+
"AWS::WorkSpacesWeb::TrustStore": WorkSpacesWebTrustStoreProps;
|
86888
|
+
"AWS::WorkSpacesWeb::UserAccessLoggingSettings": WorkSpacesWebUserAccessLoggingSettingsProps;
|
86889
|
+
"AWS::WorkSpacesWeb::UserSettings": WorkSpacesWebUserSettingsProps;
|
86406
86890
|
"AWS::XRay::Group": XRayGroupProps;
|
86407
86891
|
"AWS::XRay::ResourcePolicy": XRayResourcePolicyProps;
|
86408
86892
|
"AWS::XRay::SamplingRule": XRaySamplingRuleProps;
|
@@ -86720,6 +87204,8 @@ export interface AttributeTypes {
|
|
86720
87204
|
"AWS::ElasticLoadBalancingV2::LoadBalancer": ElasticLoadBalancingV2LoadBalancerAttribs;
|
86721
87205
|
"AWS::ElasticLoadBalancingV2::TargetGroup": ElasticLoadBalancingV2TargetGroupAttribs;
|
86722
87206
|
"AWS::Elasticsearch::Domain": ElasticsearchDomainAttribs;
|
87207
|
+
"AWS::EntityResolution::MatchingWorkflow": EntityResolutionMatchingWorkflowAttribs;
|
87208
|
+
"AWS::EntityResolution::SchemaMapping": EntityResolutionSchemaMappingAttribs;
|
86723
87209
|
"AWS::EventSchemas::Discoverer": EventSchemasDiscovererAttribs;
|
86724
87210
|
"AWS::EventSchemas::Registry": EventSchemasRegistryAttribs;
|
86725
87211
|
"AWS::EventSchemas::RegistryPolicy": EventSchemasRegistryPolicyAttribs;
|
@@ -86786,6 +87272,7 @@ export interface AttributeTypes {
|
|
86786
87272
|
"AWS::IAM::AccessKey": IAMAccessKeyAttribs;
|
86787
87273
|
"AWS::IAM::Group": IAMGroupAttribs;
|
86788
87274
|
"AWS::IAM::InstanceProfile": IAMInstanceProfileAttribs;
|
87275
|
+
"AWS::IAM::ManagedPolicy": IAMManagedPolicyAttribs;
|
86789
87276
|
"AWS::IAM::OIDCProvider": IAMOIDCProviderAttribs;
|
86790
87277
|
"AWS::IAM::Policy": IAMPolicyAttribs;
|
86791
87278
|
"AWS::IAM::Role": IAMRoleAttribs;
|
@@ -87218,6 +87705,14 @@ export interface AttributeTypes {
|
|
87218
87705
|
"AWS::Wisdom::AssistantAssociation": WisdomAssistantAssociationAttribs;
|
87219
87706
|
"AWS::Wisdom::KnowledgeBase": WisdomKnowledgeBaseAttribs;
|
87220
87707
|
"AWS::WorkSpaces::ConnectionAlias": WorkSpacesConnectionAliasAttribs;
|
87708
|
+
"AWS::WorkSpacesWeb::BrowserSettings": WorkSpacesWebBrowserSettingsAttribs;
|
87709
|
+
"AWS::WorkSpacesWeb::IdentityProvider": WorkSpacesWebIdentityProviderAttribs;
|
87710
|
+
"AWS::WorkSpacesWeb::IpAccessSettings": WorkSpacesWebIpAccessSettingsAttribs;
|
87711
|
+
"AWS::WorkSpacesWeb::NetworkSettings": WorkSpacesWebNetworkSettingsAttribs;
|
87712
|
+
"AWS::WorkSpacesWeb::Portal": WorkSpacesWebPortalAttribs;
|
87713
|
+
"AWS::WorkSpacesWeb::TrustStore": WorkSpacesWebTrustStoreAttribs;
|
87714
|
+
"AWS::WorkSpacesWeb::UserAccessLoggingSettings": WorkSpacesWebUserAccessLoggingSettingsAttribs;
|
87715
|
+
"AWS::WorkSpacesWeb::UserSettings": WorkSpacesWebUserSettingsAttribs;
|
87221
87716
|
"AWS::XRay::Group": XRayGroupAttribs;
|
87222
87717
|
"AWS::XRay::SamplingRule": XRaySamplingRuleAttribs;
|
87223
87718
|
}
|
@@ -87643,6 +88138,7 @@ export declare const ResourceType: {
|
|
87643
88138
|
readonly EMRStep: "AWS::EMR::Step";
|
87644
88139
|
readonly EMRStudio: "AWS::EMR::Studio";
|
87645
88140
|
readonly EMRStudioSessionMapping: "AWS::EMR::StudioSessionMapping";
|
88141
|
+
readonly EMRWALWorkspace: "AWS::EMR::WALWorkspace";
|
87646
88142
|
readonly EMRContainersVirtualCluster: "AWS::EMRContainers::VirtualCluster";
|
87647
88143
|
readonly EMRServerlessApplication: "AWS::EMRServerless::Application";
|
87648
88144
|
readonly ElastiCacheCacheCluster: "AWS::ElastiCache::CacheCluster";
|
@@ -87665,6 +88161,8 @@ export declare const ResourceType: {
|
|
87665
88161
|
readonly ElasticLoadBalancingV2LoadBalancer: "AWS::ElasticLoadBalancingV2::LoadBalancer";
|
87666
88162
|
readonly ElasticLoadBalancingV2TargetGroup: "AWS::ElasticLoadBalancingV2::TargetGroup";
|
87667
88163
|
readonly ElasticsearchDomain: "AWS::Elasticsearch::Domain";
|
88164
|
+
readonly EntityResolutionMatchingWorkflow: "AWS::EntityResolution::MatchingWorkflow";
|
88165
|
+
readonly EntityResolutionSchemaMapping: "AWS::EntityResolution::SchemaMapping";
|
87668
88166
|
readonly EventSchemasDiscoverer: "AWS::EventSchemas::Discoverer";
|
87669
88167
|
readonly EventSchemasRegistry: "AWS::EventSchemas::Registry";
|
87670
88168
|
readonly EventSchemasRegistryPolicy: "AWS::EventSchemas::RegistryPolicy";
|
@@ -88339,6 +88837,14 @@ export declare const ResourceType: {
|
|
88339
88837
|
readonly WisdomKnowledgeBase: "AWS::Wisdom::KnowledgeBase";
|
88340
88838
|
readonly WorkSpacesConnectionAlias: "AWS::WorkSpaces::ConnectionAlias";
|
88341
88839
|
readonly WorkSpacesWorkspace: "AWS::WorkSpaces::Workspace";
|
88840
|
+
readonly WorkSpacesWebBrowserSettings: "AWS::WorkSpacesWeb::BrowserSettings";
|
88841
|
+
readonly WorkSpacesWebIdentityProvider: "AWS::WorkSpacesWeb::IdentityProvider";
|
88842
|
+
readonly WorkSpacesWebIpAccessSettings: "AWS::WorkSpacesWeb::IpAccessSettings";
|
88843
|
+
readonly WorkSpacesWebNetworkSettings: "AWS::WorkSpacesWeb::NetworkSettings";
|
88844
|
+
readonly WorkSpacesWebPortal: "AWS::WorkSpacesWeb::Portal";
|
88845
|
+
readonly WorkSpacesWebTrustStore: "AWS::WorkSpacesWeb::TrustStore";
|
88846
|
+
readonly WorkSpacesWebUserAccessLoggingSettings: "AWS::WorkSpacesWeb::UserAccessLoggingSettings";
|
88847
|
+
readonly WorkSpacesWebUserSettings: "AWS::WorkSpacesWeb::UserSettings";
|
88342
88848
|
readonly XRayGroup: "AWS::XRay::Group";
|
88343
88849
|
readonly XRayResourcePolicy: "AWS::XRay::ResourcePolicy";
|
88344
88850
|
readonly XRaySamplingRule: "AWS::XRay::SamplingRule";
|
package/lib/types.generated.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export const ResourceSpecificationVersion = "
|
1
|
+
export const ResourceSpecificationVersion = "137.0.0";
|
2
2
|
export const ResourceType = {
|
3
3
|
ACMPCACertificate: "AWS::ACMPCA::Certificate",
|
4
4
|
ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
|
@@ -416,6 +416,7 @@ export const ResourceType = {
|
|
416
416
|
EMRStep: "AWS::EMR::Step",
|
417
417
|
EMRStudio: "AWS::EMR::Studio",
|
418
418
|
EMRStudioSessionMapping: "AWS::EMR::StudioSessionMapping",
|
419
|
+
EMRWALWorkspace: "AWS::EMR::WALWorkspace",
|
419
420
|
EMRContainersVirtualCluster: "AWS::EMRContainers::VirtualCluster",
|
420
421
|
EMRServerlessApplication: "AWS::EMRServerless::Application",
|
421
422
|
ElastiCacheCacheCluster: "AWS::ElastiCache::CacheCluster",
|
@@ -438,6 +439,8 @@ export const ResourceType = {
|
|
438
439
|
ElasticLoadBalancingV2LoadBalancer: "AWS::ElasticLoadBalancingV2::LoadBalancer",
|
439
440
|
ElasticLoadBalancingV2TargetGroup: "AWS::ElasticLoadBalancingV2::TargetGroup",
|
440
441
|
ElasticsearchDomain: "AWS::Elasticsearch::Domain",
|
442
|
+
EntityResolutionMatchingWorkflow: "AWS::EntityResolution::MatchingWorkflow",
|
443
|
+
EntityResolutionSchemaMapping: "AWS::EntityResolution::SchemaMapping",
|
441
444
|
EventSchemasDiscoverer: "AWS::EventSchemas::Discoverer",
|
442
445
|
EventSchemasRegistry: "AWS::EventSchemas::Registry",
|
443
446
|
EventSchemasRegistryPolicy: "AWS::EventSchemas::RegistryPolicy",
|
@@ -1112,6 +1115,14 @@ export const ResourceType = {
|
|
1112
1115
|
WisdomKnowledgeBase: "AWS::Wisdom::KnowledgeBase",
|
1113
1116
|
WorkSpacesConnectionAlias: "AWS::WorkSpaces::ConnectionAlias",
|
1114
1117
|
WorkSpacesWorkspace: "AWS::WorkSpaces::Workspace",
|
1118
|
+
WorkSpacesWebBrowserSettings: "AWS::WorkSpacesWeb::BrowserSettings",
|
1119
|
+
WorkSpacesWebIdentityProvider: "AWS::WorkSpacesWeb::IdentityProvider",
|
1120
|
+
WorkSpacesWebIpAccessSettings: "AWS::WorkSpacesWeb::IpAccessSettings",
|
1121
|
+
WorkSpacesWebNetworkSettings: "AWS::WorkSpacesWeb::NetworkSettings",
|
1122
|
+
WorkSpacesWebPortal: "AWS::WorkSpacesWeb::Portal",
|
1123
|
+
WorkSpacesWebTrustStore: "AWS::WorkSpacesWeb::TrustStore",
|
1124
|
+
WorkSpacesWebUserAccessLoggingSettings: "AWS::WorkSpacesWeb::UserAccessLoggingSettings",
|
1125
|
+
WorkSpacesWebUserSettings: "AWS::WorkSpacesWeb::UserSettings",
|
1115
1126
|
XRayGroup: "AWS::XRay::Group",
|
1116
1127
|
XRayResourcePolicy: "AWS::XRay::ResourcePolicy",
|
1117
1128
|
XRaySamplingRule: "AWS::XRay::SamplingRule",
|
@@ -1534,6 +1545,7 @@ export const AttributeNames = {
|
|
1534
1545
|
"AWS::EMR::Step": [],
|
1535
1546
|
"AWS::EMR::Studio": ["Arn", "StudioId", "Url"],
|
1536
1547
|
"AWS::EMR::StudioSessionMapping": [],
|
1548
|
+
"AWS::EMR::WALWorkspace": [],
|
1537
1549
|
"AWS::EMRContainers::VirtualCluster": ["Id", "Arn"],
|
1538
1550
|
"AWS::EMRServerless::Application": ["Arn", "ApplicationId"],
|
1539
1551
|
"AWS::ElastiCache::CacheCluster": ["ConfigurationEndpoint.Address", "ConfigurationEndpoint.Port", "RedisEndpoint.Address", "RedisEndpoint.Port"],
|
@@ -1556,6 +1568,8 @@ export const AttributeNames = {
|
|
1556
1568
|
"AWS::ElasticLoadBalancingV2::LoadBalancer": ["CanonicalHostedZoneID", "DNSName", "LoadBalancerFullName", "LoadBalancerName", "SecurityGroups"],
|
1557
1569
|
"AWS::ElasticLoadBalancingV2::TargetGroup": ["TargetGroupArn", "LoadBalancerArns", "TargetGroupFullName", "TargetGroupName"],
|
1558
1570
|
"AWS::Elasticsearch::Domain": ["Arn", "DomainArn", "DomainEndpoint"],
|
1571
|
+
"AWS::EntityResolution::MatchingWorkflow": ["CreatedAt", "WorkflowArn", "UpdatedAt"],
|
1572
|
+
"AWS::EntityResolution::SchemaMapping": ["CreatedAt", "UpdatedAt", "SchemaArn"],
|
1559
1573
|
"AWS::EventSchemas::Discoverer": ["DiscovererArn", "DiscovererId", "CrossAccount"],
|
1560
1574
|
"AWS::EventSchemas::Registry": ["RegistryName", "RegistryArn"],
|
1561
1575
|
"AWS::EventSchemas::RegistryPolicy": ["Id"],
|
@@ -1654,7 +1668,7 @@ export const AttributeNames = {
|
|
1654
1668
|
"AWS::IAM::Group": ["Arn"],
|
1655
1669
|
"AWS::IAM::GroupPolicy": [],
|
1656
1670
|
"AWS::IAM::InstanceProfile": ["Arn"],
|
1657
|
-
"AWS::IAM::ManagedPolicy": [],
|
1671
|
+
"AWS::IAM::ManagedPolicy": ["IsAttachable", "UpdateDate", "PermissionsBoundaryUsageCount", "AttachmentCount", "PolicyArn", "DefaultVersionId", "CreateDate", "PolicyId"],
|
1658
1672
|
"AWS::IAM::OIDCProvider": ["Arn"],
|
1659
1673
|
"AWS::IAM::Policy": ["Id"],
|
1660
1674
|
"AWS::IAM::Role": ["Arn", "RoleId"],
|
@@ -2008,7 +2022,7 @@ export const AttributeNames = {
|
|
2008
2022
|
"AWS::Rekognition::Collection": ["Arn"],
|
2009
2023
|
"AWS::Rekognition::Project": ["Arn"],
|
2010
2024
|
"AWS::Rekognition::StreamProcessor": ["Status", "Arn", "StatusMessage"],
|
2011
|
-
"AWS::ResilienceHub::App": ["AppArn"],
|
2025
|
+
"AWS::ResilienceHub::App": ["AppArn", "DriftStatus"],
|
2012
2026
|
"AWS::ResilienceHub::ResiliencyPolicy": ["PolicyArn"],
|
2013
2027
|
"AWS::ResourceExplorer2::DefaultViewAssociation": ["AssociatedAwsPrincipal"],
|
2014
2028
|
"AWS::ResourceExplorer2::Index": ["Arn", "IndexState"],
|
@@ -2230,6 +2244,14 @@ export const AttributeNames = {
|
|
2230
2244
|
"AWS::Wisdom::KnowledgeBase": ["KnowledgeBaseArn", "KnowledgeBaseId"],
|
2231
2245
|
"AWS::WorkSpaces::ConnectionAlias": ["ConnectionAliasState", "Associations", "AliasId"],
|
2232
2246
|
"AWS::WorkSpaces::Workspace": [],
|
2247
|
+
"AWS::WorkSpacesWeb::BrowserSettings": ["AssociatedPortalArns", "BrowserSettingsArn"],
|
2248
|
+
"AWS::WorkSpacesWeb::IdentityProvider": ["IdentityProviderArn"],
|
2249
|
+
"AWS::WorkSpacesWeb::IpAccessSettings": ["CreationDate", "AssociatedPortalArns", "IpAccessSettingsArn"],
|
2250
|
+
"AWS::WorkSpacesWeb::NetworkSettings": ["AssociatedPortalArns", "NetworkSettingsArn"],
|
2251
|
+
"AWS::WorkSpacesWeb::Portal": ["CreationDate", "BrowserType", "ServiceProviderSamlMetadata", "StatusReason", "PortalArn", "PortalStatus", "RendererType", "PortalEndpoint"],
|
2252
|
+
"AWS::WorkSpacesWeb::TrustStore": ["AssociatedPortalArns", "TrustStoreArn"],
|
2253
|
+
"AWS::WorkSpacesWeb::UserAccessLoggingSettings": ["AssociatedPortalArns", "UserAccessLoggingSettingsArn"],
|
2254
|
+
"AWS::WorkSpacesWeb::UserSettings": ["AssociatedPortalArns", "UserSettingsArn"],
|
2233
2255
|
"AWS::XRay::Group": ["GroupARN"],
|
2234
2256
|
"AWS::XRay::ResourcePolicy": [],
|
2235
2257
|
"AWS::XRay::SamplingRule": ["RuleARN"],
|
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.39",
|
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": "137.0.0"
|
63
63
|
}
|