@awboost/cfntypes 1.0.0-beta.37 → 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 +31 -3
- package/lib/types.generated.d.ts +654 -10
- package/lib/types.generated.js +31 -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",
|
@@ -325,6 +325,7 @@ exports.ResourceType = {
|
|
325
325
|
EC2IPAMResourceDiscoveryAssociation: "AWS::EC2::IPAMResourceDiscoveryAssociation",
|
326
326
|
EC2IPAMScope: "AWS::EC2::IPAMScope",
|
327
327
|
EC2Instance: "AWS::EC2::Instance",
|
328
|
+
EC2InstanceConnectEndpoint: "AWS::EC2::InstanceConnectEndpoint",
|
328
329
|
EC2InternetGateway: "AWS::EC2::InternetGateway",
|
329
330
|
EC2KeyPair: "AWS::EC2::KeyPair",
|
330
331
|
EC2LaunchTemplate: "AWS::EC2::LaunchTemplate",
|
@@ -418,6 +419,7 @@ exports.ResourceType = {
|
|
418
419
|
EMRStep: "AWS::EMR::Step",
|
419
420
|
EMRStudio: "AWS::EMR::Studio",
|
420
421
|
EMRStudioSessionMapping: "AWS::EMR::StudioSessionMapping",
|
422
|
+
EMRWALWorkspace: "AWS::EMR::WALWorkspace",
|
421
423
|
EMRContainersVirtualCluster: "AWS::EMRContainers::VirtualCluster",
|
422
424
|
EMRServerlessApplication: "AWS::EMRServerless::Application",
|
423
425
|
ElastiCacheCacheCluster: "AWS::ElastiCache::CacheCluster",
|
@@ -440,6 +442,8 @@ exports.ResourceType = {
|
|
440
442
|
ElasticLoadBalancingV2LoadBalancer: "AWS::ElasticLoadBalancingV2::LoadBalancer",
|
441
443
|
ElasticLoadBalancingV2TargetGroup: "AWS::ElasticLoadBalancingV2::TargetGroup",
|
442
444
|
ElasticsearchDomain: "AWS::Elasticsearch::Domain",
|
445
|
+
EntityResolutionMatchingWorkflow: "AWS::EntityResolution::MatchingWorkflow",
|
446
|
+
EntityResolutionSchemaMapping: "AWS::EntityResolution::SchemaMapping",
|
443
447
|
EventSchemasDiscoverer: "AWS::EventSchemas::Discoverer",
|
444
448
|
EventSchemasRegistry: "AWS::EventSchemas::Registry",
|
445
449
|
EventSchemasRegistryPolicy: "AWS::EventSchemas::RegistryPolicy",
|
@@ -750,6 +754,7 @@ exports.ResourceType = {
|
|
750
754
|
MediaTailorChannelPolicy: "AWS::MediaTailor::ChannelPolicy",
|
751
755
|
MediaTailorLiveSource: "AWS::MediaTailor::LiveSource",
|
752
756
|
MediaTailorPlaybackConfiguration: "AWS::MediaTailor::PlaybackConfiguration",
|
757
|
+
MediaTailorSourceLocation: "AWS::MediaTailor::SourceLocation",
|
753
758
|
MediaTailorVodSource: "AWS::MediaTailor::VodSource",
|
754
759
|
MemoryDBACL: "AWS::MemoryDB::ACL",
|
755
760
|
MemoryDBCluster: "AWS::MemoryDB::Cluster",
|
@@ -924,6 +929,7 @@ exports.ResourceType = {
|
|
924
929
|
Route53ResolverFirewallDomainList: "AWS::Route53Resolver::FirewallDomainList",
|
925
930
|
Route53ResolverFirewallRuleGroup: "AWS::Route53Resolver::FirewallRuleGroup",
|
926
931
|
Route53ResolverFirewallRuleGroupAssociation: "AWS::Route53Resolver::FirewallRuleGroupAssociation",
|
932
|
+
Route53ResolverOutpostResolver: "AWS::Route53Resolver::OutpostResolver",
|
927
933
|
Route53ResolverResolverConfig: "AWS::Route53Resolver::ResolverConfig",
|
928
934
|
Route53ResolverResolverDNSSECConfig: "AWS::Route53Resolver::ResolverDNSSECConfig",
|
929
935
|
Route53ResolverResolverEndpoint: "AWS::Route53Resolver::ResolverEndpoint",
|
@@ -1112,6 +1118,14 @@ exports.ResourceType = {
|
|
1112
1118
|
WisdomKnowledgeBase: "AWS::Wisdom::KnowledgeBase",
|
1113
1119
|
WorkSpacesConnectionAlias: "AWS::WorkSpaces::ConnectionAlias",
|
1114
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",
|
1115
1129
|
XRayGroup: "AWS::XRay::Group",
|
1116
1130
|
XRayResourcePolicy: "AWS::XRay::ResourcePolicy",
|
1117
1131
|
XRaySamplingRule: "AWS::XRay::SamplingRule",
|
@@ -1440,6 +1454,7 @@ exports.AttributeNames = {
|
|
1440
1454
|
"AWS::EC2::IPAMResourceDiscoveryAssociation": ["IsDefault", "ResourceDiscoveryStatus", "OwnerId", "IpamArn", "IpamResourceDiscoveryAssociationId", "IpamResourceDiscoveryAssociationArn", "State", "IpamRegion"],
|
1441
1455
|
"AWS::EC2::IPAMScope": ["IpamScopeId", "IsDefault", "IpamArn", "IpamScopeType", "PoolCount", "Arn"],
|
1442
1456
|
"AWS::EC2::Instance": ["AvailabilityZone", "PrivateDnsName", "PrivateIp", "PublicDnsName", "PublicIp"],
|
1457
|
+
"AWS::EC2::InstanceConnectEndpoint": ["Id"],
|
1443
1458
|
"AWS::EC2::InternetGateway": ["InternetGatewayId"],
|
1444
1459
|
"AWS::EC2::KeyPair": ["KeyPairId", "KeyFingerprint"],
|
1445
1460
|
"AWS::EC2::LaunchTemplate": ["LatestVersionNumber", "LaunchTemplateId", "DefaultVersionNumber"],
|
@@ -1533,6 +1548,7 @@ exports.AttributeNames = {
|
|
1533
1548
|
"AWS::EMR::Step": [],
|
1534
1549
|
"AWS::EMR::Studio": ["Arn", "StudioId", "Url"],
|
1535
1550
|
"AWS::EMR::StudioSessionMapping": [],
|
1551
|
+
"AWS::EMR::WALWorkspace": [],
|
1536
1552
|
"AWS::EMRContainers::VirtualCluster": ["Id", "Arn"],
|
1537
1553
|
"AWS::EMRServerless::Application": ["Arn", "ApplicationId"],
|
1538
1554
|
"AWS::ElastiCache::CacheCluster": ["ConfigurationEndpoint.Address", "ConfigurationEndpoint.Port", "RedisEndpoint.Address", "RedisEndpoint.Port"],
|
@@ -1555,6 +1571,8 @@ exports.AttributeNames = {
|
|
1555
1571
|
"AWS::ElasticLoadBalancingV2::LoadBalancer": ["CanonicalHostedZoneID", "DNSName", "LoadBalancerFullName", "LoadBalancerName", "SecurityGroups"],
|
1556
1572
|
"AWS::ElasticLoadBalancingV2::TargetGroup": ["TargetGroupArn", "LoadBalancerArns", "TargetGroupFullName", "TargetGroupName"],
|
1557
1573
|
"AWS::Elasticsearch::Domain": ["Arn", "DomainArn", "DomainEndpoint"],
|
1574
|
+
"AWS::EntityResolution::MatchingWorkflow": ["CreatedAt", "WorkflowArn", "UpdatedAt"],
|
1575
|
+
"AWS::EntityResolution::SchemaMapping": ["CreatedAt", "UpdatedAt", "SchemaArn"],
|
1558
1576
|
"AWS::EventSchemas::Discoverer": ["DiscovererArn", "DiscovererId", "CrossAccount"],
|
1559
1577
|
"AWS::EventSchemas::Registry": ["RegistryName", "RegistryArn"],
|
1560
1578
|
"AWS::EventSchemas::RegistryPolicy": ["Id"],
|
@@ -1653,7 +1671,7 @@ exports.AttributeNames = {
|
|
1653
1671
|
"AWS::IAM::Group": ["Arn"],
|
1654
1672
|
"AWS::IAM::GroupPolicy": [],
|
1655
1673
|
"AWS::IAM::InstanceProfile": ["Arn"],
|
1656
|
-
"AWS::IAM::ManagedPolicy": [],
|
1674
|
+
"AWS::IAM::ManagedPolicy": ["IsAttachable", "UpdateDate", "PermissionsBoundaryUsageCount", "AttachmentCount", "PolicyArn", "DefaultVersionId", "CreateDate", "PolicyId"],
|
1657
1675
|
"AWS::IAM::OIDCProvider": ["Arn"],
|
1658
1676
|
"AWS::IAM::Policy": ["Id"],
|
1659
1677
|
"AWS::IAM::Role": ["Arn", "RoleId"],
|
@@ -1865,6 +1883,7 @@ exports.AttributeNames = {
|
|
1865
1883
|
"AWS::MediaTailor::ChannelPolicy": [],
|
1866
1884
|
"AWS::MediaTailor::LiveSource": ["Arn"],
|
1867
1885
|
"AWS::MediaTailor::PlaybackConfiguration": ["HlsConfiguration.ManifestEndpointPrefix", "SessionInitializationEndpointPrefix", "DashConfiguration.ManifestEndpointPrefix", "PlaybackConfigurationArn", "PlaybackEndpointPrefix"],
|
1886
|
+
"AWS::MediaTailor::SourceLocation": ["Arn"],
|
1868
1887
|
"AWS::MediaTailor::VodSource": ["Arn"],
|
1869
1888
|
"AWS::MemoryDB::ACL": ["Status", "Arn"],
|
1870
1889
|
"AWS::MemoryDB::Cluster": ["Status", "ClusterEndpoint.Address", "ClusterEndpoint.Port", "ParameterGroupStatus", "ARN"],
|
@@ -2006,7 +2025,7 @@ exports.AttributeNames = {
|
|
2006
2025
|
"AWS::Rekognition::Collection": ["Arn"],
|
2007
2026
|
"AWS::Rekognition::Project": ["Arn"],
|
2008
2027
|
"AWS::Rekognition::StreamProcessor": ["Status", "Arn", "StatusMessage"],
|
2009
|
-
"AWS::ResilienceHub::App": ["AppArn"],
|
2028
|
+
"AWS::ResilienceHub::App": ["AppArn", "DriftStatus"],
|
2010
2029
|
"AWS::ResilienceHub::ResiliencyPolicy": ["PolicyArn"],
|
2011
2030
|
"AWS::ResourceExplorer2::DefaultViewAssociation": ["AssociatedAwsPrincipal"],
|
2012
2031
|
"AWS::ResourceExplorer2::Index": ["Arn", "IndexState"],
|
@@ -2039,6 +2058,7 @@ exports.AttributeNames = {
|
|
2039
2058
|
"AWS::Route53Resolver::FirewallDomainList": ["Status", "CreationTime", "ManagedOwnerName", "ModificationTime", "Id", "Arn", "CreatorRequestId", "StatusMessage", "DomainCount"],
|
2040
2059
|
"AWS::Route53Resolver::FirewallRuleGroup": ["RuleCount", "Status", "OwnerId", "CreationTime", "ShareStatus", "ModificationTime", "Id", "Arn", "CreatorRequestId", "StatusMessage"],
|
2041
2060
|
"AWS::Route53Resolver::FirewallRuleGroupAssociation": ["Status", "CreationTime", "ManagedOwnerName", "ModificationTime", "Id", "Arn", "CreatorRequestId", "StatusMessage"],
|
2061
|
+
"AWS::Route53Resolver::OutpostResolver": ["Status", "CreationTime", "ModificationTime", "Id", "Arn", "CreatorRequestId", "StatusMessage"],
|
2042
2062
|
"AWS::Route53Resolver::ResolverConfig": ["OwnerId", "AutodefinedReverse", "Id"],
|
2043
2063
|
"AWS::Route53Resolver::ResolverDNSSECConfig": ["ValidationStatus", "OwnerId", "Id"],
|
2044
2064
|
"AWS::Route53Resolver::ResolverEndpoint": ["ResolverEndpointId", "IpAddressCount", "OutpostArn", "PreferredInstanceType", "ResolverEndpointType", "Arn", "Direction", "HostVPCId", "Name"],
|
@@ -2227,6 +2247,14 @@ exports.AttributeNames = {
|
|
2227
2247
|
"AWS::Wisdom::KnowledgeBase": ["KnowledgeBaseArn", "KnowledgeBaseId"],
|
2228
2248
|
"AWS::WorkSpaces::ConnectionAlias": ["ConnectionAliasState", "Associations", "AliasId"],
|
2229
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"],
|
2230
2258
|
"AWS::XRay::Group": ["GroupARN"],
|
2231
2259
|
"AWS::XRay::ResourcePolicy": [],
|
2232
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
|
*
|
@@ -5572,6 +5572,7 @@ export interface BackupBackupPlanBackupRuleResourceType {
|
|
5572
5572
|
Lifecycle?: BackupBackupPlanLifecycleResourceType;
|
5573
5573
|
TargetBackupVault: string;
|
5574
5574
|
StartWindowMinutes?: number;
|
5575
|
+
ScheduleExpressionTimezone?: string;
|
5575
5576
|
RuleName: string;
|
5576
5577
|
}
|
5577
5578
|
/**
|
@@ -6640,6 +6641,16 @@ export interface CleanRoomsConfiguredTableAnalysisRuleAggregation {
|
|
6640
6641
|
JoinRequired?: string;
|
6641
6642
|
AggregateColumns: any[];
|
6642
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
|
+
}
|
6643
6654
|
/**
|
6644
6655
|
* Type definition for AWS::CleanRooms::ConfiguredTable.AnalysisRuleList
|
6645
6656
|
*
|
@@ -6669,6 +6680,7 @@ export interface CleanRoomsConfiguredTableConfiguredTableAnalysisRulePolicy {
|
|
6669
6680
|
export interface CleanRoomsConfiguredTableConfiguredTableAnalysisRulePolicyV1 {
|
6670
6681
|
Aggregation?: CleanRoomsConfiguredTableAnalysisRuleAggregation;
|
6671
6682
|
List?: CleanRoomsConfiguredTableAnalysisRuleList;
|
6683
|
+
Custom?: CleanRoomsConfiguredTableAnalysisRuleCustom;
|
6672
6684
|
}
|
6673
6685
|
/**
|
6674
6686
|
* Type definition for AWS::CleanRooms::ConfiguredTable.GlueTableReference
|
@@ -6738,6 +6750,7 @@ export interface CloudFormationStackSetAutoDeployment {
|
|
6738
6750
|
export interface CloudFormationStackSetDeploymentTargets {
|
6739
6751
|
AccountFilterType?: string;
|
6740
6752
|
Accounts?: any[];
|
6753
|
+
AccountsUrl?: string;
|
6741
6754
|
OrganizationalUnitIds?: any[];
|
6742
6755
|
}
|
6743
6756
|
/**
|
@@ -16832,6 +16845,81 @@ export interface ElasticsearchDomainVPCOptions {
|
|
16832
16845
|
export interface ElasticsearchDomainZoneAwarenessConfig {
|
16833
16846
|
AvailabilityZoneCount?: number;
|
16834
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
|
+
}
|
16835
16923
|
/**
|
16836
16924
|
* Type definition for AWS::EventSchemas::Discoverer.TagsEntry
|
16837
16925
|
*
|
@@ -17700,15 +17788,18 @@ export interface FSxFileSystemOntapConfiguration {
|
|
17700
17788
|
*/
|
17701
17789
|
export interface FSxFileSystemOpenZFSConfiguration {
|
17702
17790
|
Options?: any[];
|
17703
|
-
WeeklyMaintenanceStartTime?: string;
|
17704
|
-
DiskIopsConfiguration?: FSxFileSystemDiskIopsConfiguration;
|
17705
17791
|
CopyTagsToVolumes?: boolean;
|
17706
17792
|
DeploymentType: string;
|
17707
|
-
DailyAutomaticBackupStartTime?: string;
|
17708
|
-
CopyTagsToBackups?: boolean;
|
17709
17793
|
ThroughputCapacity?: number;
|
17710
17794
|
RootVolumeConfiguration?: FSxFileSystemRootVolumeConfiguration;
|
17795
|
+
EndpointIpAddressRange?: string;
|
17796
|
+
RouteTableIds?: any[];
|
17797
|
+
WeeklyMaintenanceStartTime?: string;
|
17798
|
+
DiskIopsConfiguration?: FSxFileSystemDiskIopsConfiguration;
|
17799
|
+
DailyAutomaticBackupStartTime?: string;
|
17800
|
+
CopyTagsToBackups?: boolean;
|
17711
17801
|
AutomaticBackupRetentionDays?: number;
|
17802
|
+
PreferredSubnetId?: string;
|
17712
17803
|
}
|
17713
17804
|
/**
|
17714
17805
|
* Type definition for AWS::FSx::FileSystem.RootVolumeConfiguration
|
@@ -17760,6 +17851,7 @@ export interface FSxFileSystemWindowsConfiguration {
|
|
17760
17851
|
AuditLogConfiguration?: FSxFileSystemAuditLogConfiguration;
|
17761
17852
|
WeeklyMaintenanceStartTime?: string;
|
17762
17853
|
ActiveDirectoryId?: string;
|
17854
|
+
DiskIopsConfiguration?: FSxFileSystemDiskIopsConfiguration;
|
17763
17855
|
DeploymentType?: string;
|
17764
17856
|
Aliases?: any[];
|
17765
17857
|
ThroughputCapacity: number;
|
@@ -32080,6 +32172,55 @@ export interface MediaTailorPlaybackConfigurationLivePreRollConfiguration {
|
|
32080
32172
|
export interface MediaTailorPlaybackConfigurationManifestProcessingRules {
|
32081
32173
|
AdMarkerPassthrough?: MediaTailorPlaybackConfigurationAdMarkerPassthrough;
|
32082
32174
|
}
|
32175
|
+
/**
|
32176
|
+
* Type definition for AWS::MediaTailor::SourceLocation.AccessConfiguration
|
32177
|
+
*
|
32178
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-sourcelocation-accessconfiguration.html | AWS::MediaTailor::SourceLocation.AccessConfiguration}
|
32179
|
+
* @group AWS::MediaTailor
|
32180
|
+
*/
|
32181
|
+
export interface MediaTailorSourceLocationAccessConfiguration {
|
32182
|
+
SecretsManagerAccessTokenConfiguration?: MediaTailorSourceLocationSecretsManagerAccessTokenConfiguration;
|
32183
|
+
AccessType?: string;
|
32184
|
+
}
|
32185
|
+
/**
|
32186
|
+
* Type definition for AWS::MediaTailor::SourceLocation.DefaultSegmentDeliveryConfiguration
|
32187
|
+
*
|
32188
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-sourcelocation-defaultsegmentdeliveryconfiguration.html | AWS::MediaTailor::SourceLocation.DefaultSegmentDeliveryConfiguration}
|
32189
|
+
* @group AWS::MediaTailor
|
32190
|
+
*/
|
32191
|
+
export interface MediaTailorSourceLocationDefaultSegmentDeliveryConfiguration {
|
32192
|
+
BaseUrl?: string;
|
32193
|
+
}
|
32194
|
+
/**
|
32195
|
+
* Type definition for AWS::MediaTailor::SourceLocation.HttpConfiguration
|
32196
|
+
*
|
32197
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-sourcelocation-httpconfiguration.html | AWS::MediaTailor::SourceLocation.HttpConfiguration}
|
32198
|
+
* @group AWS::MediaTailor
|
32199
|
+
*/
|
32200
|
+
export interface MediaTailorSourceLocationHttpConfiguration {
|
32201
|
+
BaseUrl: string;
|
32202
|
+
}
|
32203
|
+
/**
|
32204
|
+
* Type definition for AWS::MediaTailor::SourceLocation.SecretsManagerAccessTokenConfiguration
|
32205
|
+
*
|
32206
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-sourcelocation-secretsmanageraccesstokenconfiguration.html | AWS::MediaTailor::SourceLocation.SecretsManagerAccessTokenConfiguration}
|
32207
|
+
* @group AWS::MediaTailor
|
32208
|
+
*/
|
32209
|
+
export interface MediaTailorSourceLocationSecretsManagerAccessTokenConfiguration {
|
32210
|
+
SecretArn?: string;
|
32211
|
+
HeaderName?: string;
|
32212
|
+
SecretStringKey?: string;
|
32213
|
+
}
|
32214
|
+
/**
|
32215
|
+
* Type definition for AWS::MediaTailor::SourceLocation.SegmentDeliveryConfiguration
|
32216
|
+
*
|
32217
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediatailor-sourcelocation-segmentdeliveryconfiguration.html | AWS::MediaTailor::SourceLocation.SegmentDeliveryConfiguration}
|
32218
|
+
* @group AWS::MediaTailor
|
32219
|
+
*/
|
32220
|
+
export interface MediaTailorSourceLocationSegmentDeliveryConfiguration {
|
32221
|
+
BaseUrl?: string;
|
32222
|
+
Name?: string;
|
32223
|
+
}
|
32083
32224
|
/**
|
32084
32225
|
* Type definition for AWS::MediaTailor::VodSource.HttpPackageConfiguration
|
32085
32226
|
*
|
@@ -34858,6 +34999,7 @@ export interface QLDBStreamKinesisConfiguration {
|
|
34858
34999
|
* @group AWS::QuickSight
|
34859
35000
|
*/
|
34860
35001
|
export interface QuickSightAnalysisAggregationFunction {
|
35002
|
+
AttributeAggregationFunction?: QuickSightAnalysisAttributeAggregationFunction;
|
34861
35003
|
DateAggregationFunction?: string;
|
34862
35004
|
NumericalAggregationFunction?: QuickSightAnalysisNumericalAggregationFunction;
|
34863
35005
|
CategoricalAggregationFunction?: string;
|
@@ -34976,6 +35118,16 @@ export interface QuickSightAnalysisArcConfiguration {
|
|
34976
35118
|
export interface QuickSightAnalysisArcOptions {
|
34977
35119
|
ArcThickness?: string;
|
34978
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
|
+
}
|
34979
35131
|
/**
|
34980
35132
|
* Type definition for AWS::QuickSight::Analysis.AxisDataOptions
|
34981
35133
|
*
|
@@ -35411,6 +35563,15 @@ export interface QuickSightAnalysisColorScale {
|
|
35411
35563
|
ColorFillType: string;
|
35412
35564
|
NullValueColor?: QuickSightAnalysisDataColor;
|
35413
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
|
+
}
|
35414
35575
|
/**
|
35415
35576
|
* Type definition for AWS::QuickSight::Analysis.ColumnConfiguration
|
35416
35577
|
*
|
@@ -35421,6 +35582,7 @@ export interface QuickSightAnalysisColumnConfiguration {
|
|
35421
35582
|
Role?: string;
|
35422
35583
|
FormatConfiguration?: QuickSightAnalysisFormatConfiguration;
|
35423
35584
|
Column: QuickSightAnalysisColumnIdentifier;
|
35585
|
+
ColorsConfiguration?: QuickSightAnalysisColorsConfiguration;
|
35424
35586
|
}
|
35425
35587
|
/**
|
35426
35588
|
* Type definition for AWS::QuickSight::Analysis.ColumnHierarchy
|
@@ -35720,6 +35882,17 @@ export interface QuickSightAnalysisCustomActionURLOperation {
|
|
35720
35882
|
URLTemplate: string;
|
35721
35883
|
URLTarget: string;
|
35722
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
|
+
}
|
35723
35896
|
/**
|
35724
35897
|
* Type definition for AWS::QuickSight::Analysis.CustomContentConfiguration
|
35725
35898
|
*
|
@@ -40491,6 +40664,15 @@ export interface QuickSightDashboardColorScale {
|
|
40491
40664
|
ColorFillType: string;
|
40492
40665
|
NullValueColor?: QuickSightDashboardDataColor;
|
40493
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
|
+
}
|
40494
40676
|
/**
|
40495
40677
|
* Type definition for AWS::QuickSight::Dashboard.ColumnConfiguration
|
40496
40678
|
*
|
@@ -40501,6 +40683,7 @@ export interface QuickSightDashboardColumnConfiguration {
|
|
40501
40683
|
Role?: string;
|
40502
40684
|
FormatConfiguration?: QuickSightDashboardFormatConfiguration;
|
40503
40685
|
Column: QuickSightDashboardColumnIdentifier;
|
40686
|
+
ColorsConfiguration?: QuickSightDashboardColorsConfiguration;
|
40504
40687
|
}
|
40505
40688
|
/**
|
40506
40689
|
* Type definition for AWS::QuickSight::Dashboard.ColumnHierarchy
|
@@ -40800,6 +40983,17 @@ export interface QuickSightDashboardCustomActionURLOperation {
|
|
40800
40983
|
URLTemplate: string;
|
40801
40984
|
URLTarget: string;
|
40802
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
|
+
}
|
40803
40997
|
/**
|
40804
40998
|
* Type definition for AWS::QuickSight::Dashboard.CustomContentConfiguration
|
40805
40999
|
*
|
@@ -46049,6 +46243,7 @@ export interface QuickSightRefreshScheduleScheduleFrequency {
|
|
46049
46243
|
* @group AWS::QuickSight
|
46050
46244
|
*/
|
46051
46245
|
export interface QuickSightTemplateAggregationFunction {
|
46246
|
+
AttributeAggregationFunction?: QuickSightTemplateAttributeAggregationFunction;
|
46052
46247
|
DateAggregationFunction?: string;
|
46053
46248
|
NumericalAggregationFunction?: QuickSightTemplateNumericalAggregationFunction;
|
46054
46249
|
CategoricalAggregationFunction?: string;
|
@@ -46122,6 +46317,16 @@ export interface QuickSightTemplateArcConfiguration {
|
|
46122
46317
|
export interface QuickSightTemplateArcOptions {
|
46123
46318
|
ArcThickness?: string;
|
46124
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
|
+
}
|
46125
46330
|
/**
|
46126
46331
|
* Type definition for AWS::QuickSight::Template.AxisDataOptions
|
46127
46332
|
*
|
@@ -46557,6 +46762,15 @@ export interface QuickSightTemplateColorScale {
|
|
46557
46762
|
ColorFillType: string;
|
46558
46763
|
NullValueColor?: QuickSightTemplateDataColor;
|
46559
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
|
+
}
|
46560
46774
|
/**
|
46561
46775
|
* Type definition for AWS::QuickSight::Template.ColumnConfiguration
|
46562
46776
|
*
|
@@ -46567,6 +46781,7 @@ export interface QuickSightTemplateColumnConfiguration {
|
|
46567
46781
|
Role?: string;
|
46568
46782
|
FormatConfiguration?: QuickSightTemplateFormatConfiguration;
|
46569
46783
|
Column: QuickSightTemplateColumnIdentifier;
|
46784
|
+
ColorsConfiguration?: QuickSightTemplateColorsConfiguration;
|
46570
46785
|
}
|
46571
46786
|
/**
|
46572
46787
|
* Type definition for AWS::QuickSight::Template.ColumnGroupColumnSchema
|
@@ -46896,6 +47111,17 @@ export interface QuickSightTemplateCustomActionURLOperation {
|
|
46896
47111
|
URLTemplate: string;
|
46897
47112
|
URLTarget: string;
|
46898
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
|
+
}
|
46899
47125
|
/**
|
46900
47126
|
* Type definition for AWS::QuickSight::Template.CustomContentConfiguration
|
46901
47127
|
*
|
@@ -52229,6 +52455,28 @@ export interface RekognitionStreamProcessorS3Destination {
|
|
52229
52455
|
BucketName: string;
|
52230
52456
|
ObjectKeyPrefix?: string;
|
52231
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
|
+
}
|
52232
52480
|
/**
|
52233
52481
|
* Type definition for AWS::ResilienceHub::App.PhysicalResourceId
|
52234
52482
|
*
|
@@ -60475,6 +60723,16 @@ export interface WorkSpacesWorkspaceWorkspaceProperties {
|
|
60475
60723
|
RunningModeAutoStopTimeoutInMinutes?: number;
|
60476
60724
|
UserVolumeSizeGib?: number;
|
60477
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
|
+
}
|
60478
60736
|
/**
|
60479
60737
|
* Type definition for AWS::XRay::Group.InsightsConfiguration
|
60480
60738
|
*
|
@@ -60546,8 +60804,8 @@ export interface AlexaASKSkillSkillPackage {
|
|
60546
60804
|
* @group Tag
|
60547
60805
|
*/
|
60548
60806
|
export interface Tag {
|
60549
|
-
Key: string;
|
60550
60807
|
Value: string;
|
60808
|
+
Key: string;
|
60551
60809
|
}
|
60552
60810
|
/**
|
60553
60811
|
* Type definition for AWS::ACMPCA::Certificate
|
@@ -67717,6 +67975,28 @@ export interface EC2InstanceAttribs {
|
|
67717
67975
|
PublicDnsName?: string;
|
67718
67976
|
PublicIp?: string;
|
67719
67977
|
}
|
67978
|
+
/**
|
67979
|
+
* Type definition for AWS::EC2::InstanceConnectEndpoint
|
67980
|
+
*
|
67981
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-instanceconnectendpoint.html | AWS::EC2::InstanceConnectEndpoint}
|
67982
|
+
* @group AWS::EC2
|
67983
|
+
*/
|
67984
|
+
export interface EC2InstanceConnectEndpointProps {
|
67985
|
+
PreserveClientIp?: boolean;
|
67986
|
+
SubnetId: string;
|
67987
|
+
ClientToken?: string;
|
67988
|
+
SecurityGroupIds?: any[];
|
67989
|
+
Tags?: any[];
|
67990
|
+
}
|
67991
|
+
/**
|
67992
|
+
* Attributes type definition for AWS::EC2::InstanceConnectEndpoint
|
67993
|
+
*
|
67994
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-instanceconnectendpoint.html | AWS::EC2::InstanceConnectEndpoint}
|
67995
|
+
* @group AWS::EC2
|
67996
|
+
*/
|
67997
|
+
export interface EC2InstanceConnectEndpointAttribs {
|
67998
|
+
Id?: string;
|
67999
|
+
}
|
67720
68000
|
/**
|
67721
68001
|
* Type definition for AWS::EC2::InternetGateway
|
67722
68002
|
*
|
@@ -69167,6 +69447,7 @@ export interface ECRReplicationConfigurationAttribs {
|
|
69167
69447
|
* @group AWS::ECR
|
69168
69448
|
*/
|
69169
69449
|
export interface ECRRepositoryProps {
|
69450
|
+
EmptyOnDelete?: boolean;
|
69170
69451
|
ImageScanningConfiguration?: ECRRepositoryImageScanningConfiguration;
|
69171
69452
|
EncryptionConfiguration?: ECRRepositoryEncryptionConfiguration;
|
69172
69453
|
RepositoryPolicyText?: object;
|
@@ -69699,6 +69980,16 @@ export interface EMRStudioSessionMappingProps {
|
|
69699
69980
|
StudioId: string;
|
69700
69981
|
IdentityName: string;
|
69701
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
|
+
}
|
69702
69993
|
/**
|
69703
69994
|
* Type definition for AWS::EMRContainers::VirtualCluster
|
69704
69995
|
*
|
@@ -70260,6 +70551,55 @@ export interface ElasticsearchDomainAttribs {
|
|
70260
70551
|
DomainArn?: string;
|
70261
70552
|
DomainEndpoint?: string;
|
70262
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
|
+
}
|
70263
70603
|
/**
|
70264
70604
|
* Type definition for AWS::EventSchemas::Discoverer
|
70265
70605
|
*
|
@@ -70401,9 +70741,9 @@ export interface EventsArchiveAttribs {
|
|
70401
70741
|
* @group AWS::Events
|
70402
70742
|
*/
|
70403
70743
|
export interface EventsConnectionProps {
|
70404
|
-
AuthParameters
|
70744
|
+
AuthParameters?: EventsConnectionAuthParameters;
|
70405
70745
|
Description?: string;
|
70406
|
-
AuthorizationType
|
70746
|
+
AuthorizationType?: string;
|
70407
70747
|
Name?: string;
|
70408
70748
|
}
|
70409
70749
|
/**
|
@@ -72307,14 +72647,30 @@ export interface IAMInstanceProfileAttribs {
|
|
72307
72647
|
* @group AWS::IAM
|
72308
72648
|
*/
|
72309
72649
|
export interface IAMManagedPolicyProps {
|
72310
|
-
Description?: string;
|
72311
|
-
Groups?: any[];
|
72312
72650
|
ManagedPolicyName?: string;
|
72313
72651
|
Path?: string;
|
72652
|
+
Description?: string;
|
72653
|
+
Groups?: any[];
|
72314
72654
|
PolicyDocument: object;
|
72315
72655
|
Roles?: any[];
|
72316
72656
|
Users?: any[];
|
72317
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
|
+
}
|
72318
72674
|
/**
|
72319
72675
|
* Type definition for AWS::IAM::OIDCProvider
|
72320
72676
|
*
|
@@ -76402,6 +76758,7 @@ export interface MacieFindingsFilterProps {
|
|
76402
76758
|
Description?: string;
|
76403
76759
|
Position?: number;
|
76404
76760
|
FindingCriteria: MacieFindingsFilterFindingCriteria;
|
76761
|
+
Tags?: any[];
|
76405
76762
|
Name: string;
|
76406
76763
|
}
|
76407
76764
|
/**
|
@@ -77103,6 +77460,29 @@ export interface MediaTailorPlaybackConfigurationAttribs {
|
|
77103
77460
|
PlaybackConfigurationArn?: string;
|
77104
77461
|
PlaybackEndpointPrefix?: string;
|
77105
77462
|
}
|
77463
|
+
/**
|
77464
|
+
* Type definition for AWS::MediaTailor::SourceLocation
|
77465
|
+
*
|
77466
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-sourcelocation.html | AWS::MediaTailor::SourceLocation}
|
77467
|
+
* @group AWS::MediaTailor
|
77468
|
+
*/
|
77469
|
+
export interface MediaTailorSourceLocationProps {
|
77470
|
+
SourceLocationName: string;
|
77471
|
+
DefaultSegmentDeliveryConfiguration?: MediaTailorSourceLocationDefaultSegmentDeliveryConfiguration;
|
77472
|
+
SegmentDeliveryConfigurations?: any[];
|
77473
|
+
HttpConfiguration: MediaTailorSourceLocationHttpConfiguration;
|
77474
|
+
AccessConfiguration?: MediaTailorSourceLocationAccessConfiguration;
|
77475
|
+
Tags?: any[];
|
77476
|
+
}
|
77477
|
+
/**
|
77478
|
+
* Attributes type definition for AWS::MediaTailor::SourceLocation
|
77479
|
+
*
|
77480
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-sourcelocation.html | AWS::MediaTailor::SourceLocation}
|
77481
|
+
* @group AWS::MediaTailor
|
77482
|
+
*/
|
77483
|
+
export interface MediaTailorSourceLocationAttribs {
|
77484
|
+
Arn?: string;
|
77485
|
+
}
|
77106
77486
|
/**
|
77107
77487
|
* Type definition for AWS::MediaTailor::VodSource
|
77108
77488
|
*
|
@@ -80559,7 +80939,9 @@ export interface ResilienceHubAppProps {
|
|
80559
80939
|
Description?: string;
|
80560
80940
|
AppTemplateBody: string;
|
80561
80941
|
AppAssessmentSchedule?: string;
|
80942
|
+
PermissionModel?: ResilienceHubAppPermissionModel;
|
80562
80943
|
ResourceMappings: any[];
|
80944
|
+
EventSubscriptions?: any[];
|
80563
80945
|
Tags?: Record<string, any>;
|
80564
80946
|
Name: string;
|
80565
80947
|
ResiliencyPolicyArn?: string;
|
@@ -80572,6 +80954,7 @@ export interface ResilienceHubAppProps {
|
|
80572
80954
|
*/
|
80573
80955
|
export interface ResilienceHubAppAttribs {
|
80574
80956
|
AppArn?: string;
|
80957
|
+
DriftStatus?: string;
|
80575
80958
|
}
|
80576
80959
|
/**
|
80577
80960
|
* Type definition for AWS::ResilienceHub::ResiliencyPolicy
|
@@ -81257,6 +81640,34 @@ export interface Route53ResolverFirewallRuleGroupAssociationAttribs {
|
|
81257
81640
|
CreatorRequestId?: string;
|
81258
81641
|
StatusMessage?: string;
|
81259
81642
|
}
|
81643
|
+
/**
|
81644
|
+
* Type definition for AWS::Route53Resolver::OutpostResolver
|
81645
|
+
*
|
81646
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-outpostresolver.html | AWS::Route53Resolver::OutpostResolver}
|
81647
|
+
* @group AWS::Route53Resolver
|
81648
|
+
*/
|
81649
|
+
export interface Route53ResolverOutpostResolverProps {
|
81650
|
+
InstanceCount?: number;
|
81651
|
+
OutpostArn: string;
|
81652
|
+
PreferredInstanceType: string;
|
81653
|
+
Tags?: any[];
|
81654
|
+
Name: string;
|
81655
|
+
}
|
81656
|
+
/**
|
81657
|
+
* Attributes type definition for AWS::Route53Resolver::OutpostResolver
|
81658
|
+
*
|
81659
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-outpostresolver.html | AWS::Route53Resolver::OutpostResolver}
|
81660
|
+
* @group AWS::Route53Resolver
|
81661
|
+
*/
|
81662
|
+
export interface Route53ResolverOutpostResolverAttribs {
|
81663
|
+
Status?: string;
|
81664
|
+
CreationTime?: string;
|
81665
|
+
ModificationTime?: string;
|
81666
|
+
Id?: string;
|
81667
|
+
Arn?: string;
|
81668
|
+
CreatorRequestId?: string;
|
81669
|
+
StatusMessage?: string;
|
81670
|
+
}
|
81260
81671
|
/**
|
81261
81672
|
* Type definition for AWS::Route53Resolver::ResolverConfig
|
81262
81673
|
*
|
@@ -85099,6 +85510,197 @@ export interface WorkSpacesWorkspaceProps {
|
|
85099
85510
|
VolumeEncryptionKey?: string;
|
85100
85511
|
WorkspaceProperties?: WorkSpacesWorkspaceWorkspaceProperties;
|
85101
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
|
+
}
|
85102
85704
|
/**
|
85103
85705
|
* Type definition for AWS::XRay::Group
|
85104
85706
|
*
|
@@ -85484,6 +86086,7 @@ export interface ResourceTypes {
|
|
85484
86086
|
"AWS::EC2::IPAMResourceDiscoveryAssociation": EC2IPAMResourceDiscoveryAssociationProps;
|
85485
86087
|
"AWS::EC2::IPAMScope": EC2IPAMScopeProps;
|
85486
86088
|
"AWS::EC2::Instance": EC2InstanceProps;
|
86089
|
+
"AWS::EC2::InstanceConnectEndpoint": EC2InstanceConnectEndpointProps;
|
85487
86090
|
"AWS::EC2::InternetGateway": EC2InternetGatewayProps;
|
85488
86091
|
"AWS::EC2::KeyPair": EC2KeyPairProps;
|
85489
86092
|
"AWS::EC2::LaunchTemplate": EC2LaunchTemplateProps;
|
@@ -85577,6 +86180,7 @@ export interface ResourceTypes {
|
|
85577
86180
|
"AWS::EMR::Step": EMRStepProps;
|
85578
86181
|
"AWS::EMR::Studio": EMRStudioProps;
|
85579
86182
|
"AWS::EMR::StudioSessionMapping": EMRStudioSessionMappingProps;
|
86183
|
+
"AWS::EMR::WALWorkspace": EMRWALWorkspaceProps;
|
85580
86184
|
"AWS::EMRContainers::VirtualCluster": EMRContainersVirtualClusterProps;
|
85581
86185
|
"AWS::EMRServerless::Application": EMRServerlessApplicationProps;
|
85582
86186
|
"AWS::ElastiCache::CacheCluster": ElastiCacheCacheClusterProps;
|
@@ -85599,6 +86203,8 @@ export interface ResourceTypes {
|
|
85599
86203
|
"AWS::ElasticLoadBalancingV2::LoadBalancer": ElasticLoadBalancingV2LoadBalancerProps;
|
85600
86204
|
"AWS::ElasticLoadBalancingV2::TargetGroup": ElasticLoadBalancingV2TargetGroupProps;
|
85601
86205
|
"AWS::Elasticsearch::Domain": ElasticsearchDomainProps;
|
86206
|
+
"AWS::EntityResolution::MatchingWorkflow": EntityResolutionMatchingWorkflowProps;
|
86207
|
+
"AWS::EntityResolution::SchemaMapping": EntityResolutionSchemaMappingProps;
|
85602
86208
|
"AWS::EventSchemas::Discoverer": EventSchemasDiscovererProps;
|
85603
86209
|
"AWS::EventSchemas::Registry": EventSchemasRegistryProps;
|
85604
86210
|
"AWS::EventSchemas::RegistryPolicy": EventSchemasRegistryPolicyProps;
|
@@ -85909,6 +86515,7 @@ export interface ResourceTypes {
|
|
85909
86515
|
"AWS::MediaTailor::ChannelPolicy": MediaTailorChannelPolicyProps;
|
85910
86516
|
"AWS::MediaTailor::LiveSource": MediaTailorLiveSourceProps;
|
85911
86517
|
"AWS::MediaTailor::PlaybackConfiguration": MediaTailorPlaybackConfigurationProps;
|
86518
|
+
"AWS::MediaTailor::SourceLocation": MediaTailorSourceLocationProps;
|
85912
86519
|
"AWS::MediaTailor::VodSource": MediaTailorVodSourceProps;
|
85913
86520
|
"AWS::MemoryDB::ACL": MemoryDBACLProps;
|
85914
86521
|
"AWS::MemoryDB::Cluster": MemoryDBClusterProps;
|
@@ -86083,6 +86690,7 @@ export interface ResourceTypes {
|
|
86083
86690
|
"AWS::Route53Resolver::FirewallDomainList": Route53ResolverFirewallDomainListProps;
|
86084
86691
|
"AWS::Route53Resolver::FirewallRuleGroup": Route53ResolverFirewallRuleGroupProps;
|
86085
86692
|
"AWS::Route53Resolver::FirewallRuleGroupAssociation": Route53ResolverFirewallRuleGroupAssociationProps;
|
86693
|
+
"AWS::Route53Resolver::OutpostResolver": Route53ResolverOutpostResolverProps;
|
86086
86694
|
"AWS::Route53Resolver::ResolverConfig": Route53ResolverResolverConfigProps;
|
86087
86695
|
"AWS::Route53Resolver::ResolverDNSSECConfig": Route53ResolverResolverDNSSECConfigProps;
|
86088
86696
|
"AWS::Route53Resolver::ResolverEndpoint": Route53ResolverResolverEndpointProps;
|
@@ -86271,6 +86879,14 @@ export interface ResourceTypes {
|
|
86271
86879
|
"AWS::Wisdom::KnowledgeBase": WisdomKnowledgeBaseProps;
|
86272
86880
|
"AWS::WorkSpaces::ConnectionAlias": WorkSpacesConnectionAliasProps;
|
86273
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;
|
86274
86890
|
"AWS::XRay::Group": XRayGroupProps;
|
86275
86891
|
"AWS::XRay::ResourcePolicy": XRayResourcePolicyProps;
|
86276
86892
|
"AWS::XRay::SamplingRule": XRaySamplingRuleProps;
|
@@ -86508,6 +87124,7 @@ export interface AttributeTypes {
|
|
86508
87124
|
"AWS::EC2::IPAMResourceDiscoveryAssociation": EC2IPAMResourceDiscoveryAssociationAttribs;
|
86509
87125
|
"AWS::EC2::IPAMScope": EC2IPAMScopeAttribs;
|
86510
87126
|
"AWS::EC2::Instance": EC2InstanceAttribs;
|
87127
|
+
"AWS::EC2::InstanceConnectEndpoint": EC2InstanceConnectEndpointAttribs;
|
86511
87128
|
"AWS::EC2::InternetGateway": EC2InternetGatewayAttribs;
|
86512
87129
|
"AWS::EC2::KeyPair": EC2KeyPairAttribs;
|
86513
87130
|
"AWS::EC2::LaunchTemplate": EC2LaunchTemplateAttribs;
|
@@ -86587,6 +87204,8 @@ export interface AttributeTypes {
|
|
86587
87204
|
"AWS::ElasticLoadBalancingV2::LoadBalancer": ElasticLoadBalancingV2LoadBalancerAttribs;
|
86588
87205
|
"AWS::ElasticLoadBalancingV2::TargetGroup": ElasticLoadBalancingV2TargetGroupAttribs;
|
86589
87206
|
"AWS::Elasticsearch::Domain": ElasticsearchDomainAttribs;
|
87207
|
+
"AWS::EntityResolution::MatchingWorkflow": EntityResolutionMatchingWorkflowAttribs;
|
87208
|
+
"AWS::EntityResolution::SchemaMapping": EntityResolutionSchemaMappingAttribs;
|
86590
87209
|
"AWS::EventSchemas::Discoverer": EventSchemasDiscovererAttribs;
|
86591
87210
|
"AWS::EventSchemas::Registry": EventSchemasRegistryAttribs;
|
86592
87211
|
"AWS::EventSchemas::RegistryPolicy": EventSchemasRegistryPolicyAttribs;
|
@@ -86653,6 +87272,7 @@ export interface AttributeTypes {
|
|
86653
87272
|
"AWS::IAM::AccessKey": IAMAccessKeyAttribs;
|
86654
87273
|
"AWS::IAM::Group": IAMGroupAttribs;
|
86655
87274
|
"AWS::IAM::InstanceProfile": IAMInstanceProfileAttribs;
|
87275
|
+
"AWS::IAM::ManagedPolicy": IAMManagedPolicyAttribs;
|
86656
87276
|
"AWS::IAM::OIDCProvider": IAMOIDCProviderAttribs;
|
86657
87277
|
"AWS::IAM::Policy": IAMPolicyAttribs;
|
86658
87278
|
"AWS::IAM::Role": IAMRoleAttribs;
|
@@ -86829,6 +87449,7 @@ export interface AttributeTypes {
|
|
86829
87449
|
"AWS::MediaTailor::Channel": MediaTailorChannelAttribs;
|
86830
87450
|
"AWS::MediaTailor::LiveSource": MediaTailorLiveSourceAttribs;
|
86831
87451
|
"AWS::MediaTailor::PlaybackConfiguration": MediaTailorPlaybackConfigurationAttribs;
|
87452
|
+
"AWS::MediaTailor::SourceLocation": MediaTailorSourceLocationAttribs;
|
86832
87453
|
"AWS::MediaTailor::VodSource": MediaTailorVodSourceAttribs;
|
86833
87454
|
"AWS::MemoryDB::ACL": MemoryDBACLAttribs;
|
86834
87455
|
"AWS::MemoryDB::Cluster": MemoryDBClusterAttribs;
|
@@ -86959,6 +87580,7 @@ export interface AttributeTypes {
|
|
86959
87580
|
"AWS::Route53Resolver::FirewallDomainList": Route53ResolverFirewallDomainListAttribs;
|
86960
87581
|
"AWS::Route53Resolver::FirewallRuleGroup": Route53ResolverFirewallRuleGroupAttribs;
|
86961
87582
|
"AWS::Route53Resolver::FirewallRuleGroupAssociation": Route53ResolverFirewallRuleGroupAssociationAttribs;
|
87583
|
+
"AWS::Route53Resolver::OutpostResolver": Route53ResolverOutpostResolverAttribs;
|
86962
87584
|
"AWS::Route53Resolver::ResolverConfig": Route53ResolverResolverConfigAttribs;
|
86963
87585
|
"AWS::Route53Resolver::ResolverDNSSECConfig": Route53ResolverResolverDNSSECConfigAttribs;
|
86964
87586
|
"AWS::Route53Resolver::ResolverEndpoint": Route53ResolverResolverEndpointAttribs;
|
@@ -87083,6 +87705,14 @@ export interface AttributeTypes {
|
|
87083
87705
|
"AWS::Wisdom::AssistantAssociation": WisdomAssistantAssociationAttribs;
|
87084
87706
|
"AWS::Wisdom::KnowledgeBase": WisdomKnowledgeBaseAttribs;
|
87085
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;
|
87086
87716
|
"AWS::XRay::Group": XRayGroupAttribs;
|
87087
87717
|
"AWS::XRay::SamplingRule": XRaySamplingRuleAttribs;
|
87088
87718
|
}
|
@@ -87414,6 +88044,7 @@ export declare const ResourceType: {
|
|
87414
88044
|
readonly EC2IPAMResourceDiscoveryAssociation: "AWS::EC2::IPAMResourceDiscoveryAssociation";
|
87415
88045
|
readonly EC2IPAMScope: "AWS::EC2::IPAMScope";
|
87416
88046
|
readonly EC2Instance: "AWS::EC2::Instance";
|
88047
|
+
readonly EC2InstanceConnectEndpoint: "AWS::EC2::InstanceConnectEndpoint";
|
87417
88048
|
readonly EC2InternetGateway: "AWS::EC2::InternetGateway";
|
87418
88049
|
readonly EC2KeyPair: "AWS::EC2::KeyPair";
|
87419
88050
|
readonly EC2LaunchTemplate: "AWS::EC2::LaunchTemplate";
|
@@ -87507,6 +88138,7 @@ export declare const ResourceType: {
|
|
87507
88138
|
readonly EMRStep: "AWS::EMR::Step";
|
87508
88139
|
readonly EMRStudio: "AWS::EMR::Studio";
|
87509
88140
|
readonly EMRStudioSessionMapping: "AWS::EMR::StudioSessionMapping";
|
88141
|
+
readonly EMRWALWorkspace: "AWS::EMR::WALWorkspace";
|
87510
88142
|
readonly EMRContainersVirtualCluster: "AWS::EMRContainers::VirtualCluster";
|
87511
88143
|
readonly EMRServerlessApplication: "AWS::EMRServerless::Application";
|
87512
88144
|
readonly ElastiCacheCacheCluster: "AWS::ElastiCache::CacheCluster";
|
@@ -87529,6 +88161,8 @@ export declare const ResourceType: {
|
|
87529
88161
|
readonly ElasticLoadBalancingV2LoadBalancer: "AWS::ElasticLoadBalancingV2::LoadBalancer";
|
87530
88162
|
readonly ElasticLoadBalancingV2TargetGroup: "AWS::ElasticLoadBalancingV2::TargetGroup";
|
87531
88163
|
readonly ElasticsearchDomain: "AWS::Elasticsearch::Domain";
|
88164
|
+
readonly EntityResolutionMatchingWorkflow: "AWS::EntityResolution::MatchingWorkflow";
|
88165
|
+
readonly EntityResolutionSchemaMapping: "AWS::EntityResolution::SchemaMapping";
|
87532
88166
|
readonly EventSchemasDiscoverer: "AWS::EventSchemas::Discoverer";
|
87533
88167
|
readonly EventSchemasRegistry: "AWS::EventSchemas::Registry";
|
87534
88168
|
readonly EventSchemasRegistryPolicy: "AWS::EventSchemas::RegistryPolicy";
|
@@ -87839,6 +88473,7 @@ export declare const ResourceType: {
|
|
87839
88473
|
readonly MediaTailorChannelPolicy: "AWS::MediaTailor::ChannelPolicy";
|
87840
88474
|
readonly MediaTailorLiveSource: "AWS::MediaTailor::LiveSource";
|
87841
88475
|
readonly MediaTailorPlaybackConfiguration: "AWS::MediaTailor::PlaybackConfiguration";
|
88476
|
+
readonly MediaTailorSourceLocation: "AWS::MediaTailor::SourceLocation";
|
87842
88477
|
readonly MediaTailorVodSource: "AWS::MediaTailor::VodSource";
|
87843
88478
|
readonly MemoryDBACL: "AWS::MemoryDB::ACL";
|
87844
88479
|
readonly MemoryDBCluster: "AWS::MemoryDB::Cluster";
|
@@ -88013,6 +88648,7 @@ export declare const ResourceType: {
|
|
88013
88648
|
readonly Route53ResolverFirewallDomainList: "AWS::Route53Resolver::FirewallDomainList";
|
88014
88649
|
readonly Route53ResolverFirewallRuleGroup: "AWS::Route53Resolver::FirewallRuleGroup";
|
88015
88650
|
readonly Route53ResolverFirewallRuleGroupAssociation: "AWS::Route53Resolver::FirewallRuleGroupAssociation";
|
88651
|
+
readonly Route53ResolverOutpostResolver: "AWS::Route53Resolver::OutpostResolver";
|
88016
88652
|
readonly Route53ResolverResolverConfig: "AWS::Route53Resolver::ResolverConfig";
|
88017
88653
|
readonly Route53ResolverResolverDNSSECConfig: "AWS::Route53Resolver::ResolverDNSSECConfig";
|
88018
88654
|
readonly Route53ResolverResolverEndpoint: "AWS::Route53Resolver::ResolverEndpoint";
|
@@ -88201,6 +88837,14 @@ export declare const ResourceType: {
|
|
88201
88837
|
readonly WisdomKnowledgeBase: "AWS::Wisdom::KnowledgeBase";
|
88202
88838
|
readonly WorkSpacesConnectionAlias: "AWS::WorkSpaces::ConnectionAlias";
|
88203
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";
|
88204
88848
|
readonly XRayGroup: "AWS::XRay::Group";
|
88205
88849
|
readonly XRayResourcePolicy: "AWS::XRay::ResourcePolicy";
|
88206
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",
|
@@ -322,6 +322,7 @@ export const ResourceType = {
|
|
322
322
|
EC2IPAMResourceDiscoveryAssociation: "AWS::EC2::IPAMResourceDiscoveryAssociation",
|
323
323
|
EC2IPAMScope: "AWS::EC2::IPAMScope",
|
324
324
|
EC2Instance: "AWS::EC2::Instance",
|
325
|
+
EC2InstanceConnectEndpoint: "AWS::EC2::InstanceConnectEndpoint",
|
325
326
|
EC2InternetGateway: "AWS::EC2::InternetGateway",
|
326
327
|
EC2KeyPair: "AWS::EC2::KeyPair",
|
327
328
|
EC2LaunchTemplate: "AWS::EC2::LaunchTemplate",
|
@@ -415,6 +416,7 @@ export const ResourceType = {
|
|
415
416
|
EMRStep: "AWS::EMR::Step",
|
416
417
|
EMRStudio: "AWS::EMR::Studio",
|
417
418
|
EMRStudioSessionMapping: "AWS::EMR::StudioSessionMapping",
|
419
|
+
EMRWALWorkspace: "AWS::EMR::WALWorkspace",
|
418
420
|
EMRContainersVirtualCluster: "AWS::EMRContainers::VirtualCluster",
|
419
421
|
EMRServerlessApplication: "AWS::EMRServerless::Application",
|
420
422
|
ElastiCacheCacheCluster: "AWS::ElastiCache::CacheCluster",
|
@@ -437,6 +439,8 @@ export const ResourceType = {
|
|
437
439
|
ElasticLoadBalancingV2LoadBalancer: "AWS::ElasticLoadBalancingV2::LoadBalancer",
|
438
440
|
ElasticLoadBalancingV2TargetGroup: "AWS::ElasticLoadBalancingV2::TargetGroup",
|
439
441
|
ElasticsearchDomain: "AWS::Elasticsearch::Domain",
|
442
|
+
EntityResolutionMatchingWorkflow: "AWS::EntityResolution::MatchingWorkflow",
|
443
|
+
EntityResolutionSchemaMapping: "AWS::EntityResolution::SchemaMapping",
|
440
444
|
EventSchemasDiscoverer: "AWS::EventSchemas::Discoverer",
|
441
445
|
EventSchemasRegistry: "AWS::EventSchemas::Registry",
|
442
446
|
EventSchemasRegistryPolicy: "AWS::EventSchemas::RegistryPolicy",
|
@@ -747,6 +751,7 @@ export const ResourceType = {
|
|
747
751
|
MediaTailorChannelPolicy: "AWS::MediaTailor::ChannelPolicy",
|
748
752
|
MediaTailorLiveSource: "AWS::MediaTailor::LiveSource",
|
749
753
|
MediaTailorPlaybackConfiguration: "AWS::MediaTailor::PlaybackConfiguration",
|
754
|
+
MediaTailorSourceLocation: "AWS::MediaTailor::SourceLocation",
|
750
755
|
MediaTailorVodSource: "AWS::MediaTailor::VodSource",
|
751
756
|
MemoryDBACL: "AWS::MemoryDB::ACL",
|
752
757
|
MemoryDBCluster: "AWS::MemoryDB::Cluster",
|
@@ -921,6 +926,7 @@ export const ResourceType = {
|
|
921
926
|
Route53ResolverFirewallDomainList: "AWS::Route53Resolver::FirewallDomainList",
|
922
927
|
Route53ResolverFirewallRuleGroup: "AWS::Route53Resolver::FirewallRuleGroup",
|
923
928
|
Route53ResolverFirewallRuleGroupAssociation: "AWS::Route53Resolver::FirewallRuleGroupAssociation",
|
929
|
+
Route53ResolverOutpostResolver: "AWS::Route53Resolver::OutpostResolver",
|
924
930
|
Route53ResolverResolverConfig: "AWS::Route53Resolver::ResolverConfig",
|
925
931
|
Route53ResolverResolverDNSSECConfig: "AWS::Route53Resolver::ResolverDNSSECConfig",
|
926
932
|
Route53ResolverResolverEndpoint: "AWS::Route53Resolver::ResolverEndpoint",
|
@@ -1109,6 +1115,14 @@ export const ResourceType = {
|
|
1109
1115
|
WisdomKnowledgeBase: "AWS::Wisdom::KnowledgeBase",
|
1110
1116
|
WorkSpacesConnectionAlias: "AWS::WorkSpaces::ConnectionAlias",
|
1111
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",
|
1112
1126
|
XRayGroup: "AWS::XRay::Group",
|
1113
1127
|
XRayResourcePolicy: "AWS::XRay::ResourcePolicy",
|
1114
1128
|
XRaySamplingRule: "AWS::XRay::SamplingRule",
|
@@ -1437,6 +1451,7 @@ export const AttributeNames = {
|
|
1437
1451
|
"AWS::EC2::IPAMResourceDiscoveryAssociation": ["IsDefault", "ResourceDiscoveryStatus", "OwnerId", "IpamArn", "IpamResourceDiscoveryAssociationId", "IpamResourceDiscoveryAssociationArn", "State", "IpamRegion"],
|
1438
1452
|
"AWS::EC2::IPAMScope": ["IpamScopeId", "IsDefault", "IpamArn", "IpamScopeType", "PoolCount", "Arn"],
|
1439
1453
|
"AWS::EC2::Instance": ["AvailabilityZone", "PrivateDnsName", "PrivateIp", "PublicDnsName", "PublicIp"],
|
1454
|
+
"AWS::EC2::InstanceConnectEndpoint": ["Id"],
|
1440
1455
|
"AWS::EC2::InternetGateway": ["InternetGatewayId"],
|
1441
1456
|
"AWS::EC2::KeyPair": ["KeyPairId", "KeyFingerprint"],
|
1442
1457
|
"AWS::EC2::LaunchTemplate": ["LatestVersionNumber", "LaunchTemplateId", "DefaultVersionNumber"],
|
@@ -1530,6 +1545,7 @@ export const AttributeNames = {
|
|
1530
1545
|
"AWS::EMR::Step": [],
|
1531
1546
|
"AWS::EMR::Studio": ["Arn", "StudioId", "Url"],
|
1532
1547
|
"AWS::EMR::StudioSessionMapping": [],
|
1548
|
+
"AWS::EMR::WALWorkspace": [],
|
1533
1549
|
"AWS::EMRContainers::VirtualCluster": ["Id", "Arn"],
|
1534
1550
|
"AWS::EMRServerless::Application": ["Arn", "ApplicationId"],
|
1535
1551
|
"AWS::ElastiCache::CacheCluster": ["ConfigurationEndpoint.Address", "ConfigurationEndpoint.Port", "RedisEndpoint.Address", "RedisEndpoint.Port"],
|
@@ -1552,6 +1568,8 @@ export const AttributeNames = {
|
|
1552
1568
|
"AWS::ElasticLoadBalancingV2::LoadBalancer": ["CanonicalHostedZoneID", "DNSName", "LoadBalancerFullName", "LoadBalancerName", "SecurityGroups"],
|
1553
1569
|
"AWS::ElasticLoadBalancingV2::TargetGroup": ["TargetGroupArn", "LoadBalancerArns", "TargetGroupFullName", "TargetGroupName"],
|
1554
1570
|
"AWS::Elasticsearch::Domain": ["Arn", "DomainArn", "DomainEndpoint"],
|
1571
|
+
"AWS::EntityResolution::MatchingWorkflow": ["CreatedAt", "WorkflowArn", "UpdatedAt"],
|
1572
|
+
"AWS::EntityResolution::SchemaMapping": ["CreatedAt", "UpdatedAt", "SchemaArn"],
|
1555
1573
|
"AWS::EventSchemas::Discoverer": ["DiscovererArn", "DiscovererId", "CrossAccount"],
|
1556
1574
|
"AWS::EventSchemas::Registry": ["RegistryName", "RegistryArn"],
|
1557
1575
|
"AWS::EventSchemas::RegistryPolicy": ["Id"],
|
@@ -1650,7 +1668,7 @@ export const AttributeNames = {
|
|
1650
1668
|
"AWS::IAM::Group": ["Arn"],
|
1651
1669
|
"AWS::IAM::GroupPolicy": [],
|
1652
1670
|
"AWS::IAM::InstanceProfile": ["Arn"],
|
1653
|
-
"AWS::IAM::ManagedPolicy": [],
|
1671
|
+
"AWS::IAM::ManagedPolicy": ["IsAttachable", "UpdateDate", "PermissionsBoundaryUsageCount", "AttachmentCount", "PolicyArn", "DefaultVersionId", "CreateDate", "PolicyId"],
|
1654
1672
|
"AWS::IAM::OIDCProvider": ["Arn"],
|
1655
1673
|
"AWS::IAM::Policy": ["Id"],
|
1656
1674
|
"AWS::IAM::Role": ["Arn", "RoleId"],
|
@@ -1862,6 +1880,7 @@ export const AttributeNames = {
|
|
1862
1880
|
"AWS::MediaTailor::ChannelPolicy": [],
|
1863
1881
|
"AWS::MediaTailor::LiveSource": ["Arn"],
|
1864
1882
|
"AWS::MediaTailor::PlaybackConfiguration": ["HlsConfiguration.ManifestEndpointPrefix", "SessionInitializationEndpointPrefix", "DashConfiguration.ManifestEndpointPrefix", "PlaybackConfigurationArn", "PlaybackEndpointPrefix"],
|
1883
|
+
"AWS::MediaTailor::SourceLocation": ["Arn"],
|
1865
1884
|
"AWS::MediaTailor::VodSource": ["Arn"],
|
1866
1885
|
"AWS::MemoryDB::ACL": ["Status", "Arn"],
|
1867
1886
|
"AWS::MemoryDB::Cluster": ["Status", "ClusterEndpoint.Address", "ClusterEndpoint.Port", "ParameterGroupStatus", "ARN"],
|
@@ -2003,7 +2022,7 @@ export const AttributeNames = {
|
|
2003
2022
|
"AWS::Rekognition::Collection": ["Arn"],
|
2004
2023
|
"AWS::Rekognition::Project": ["Arn"],
|
2005
2024
|
"AWS::Rekognition::StreamProcessor": ["Status", "Arn", "StatusMessage"],
|
2006
|
-
"AWS::ResilienceHub::App": ["AppArn"],
|
2025
|
+
"AWS::ResilienceHub::App": ["AppArn", "DriftStatus"],
|
2007
2026
|
"AWS::ResilienceHub::ResiliencyPolicy": ["PolicyArn"],
|
2008
2027
|
"AWS::ResourceExplorer2::DefaultViewAssociation": ["AssociatedAwsPrincipal"],
|
2009
2028
|
"AWS::ResourceExplorer2::Index": ["Arn", "IndexState"],
|
@@ -2036,6 +2055,7 @@ export const AttributeNames = {
|
|
2036
2055
|
"AWS::Route53Resolver::FirewallDomainList": ["Status", "CreationTime", "ManagedOwnerName", "ModificationTime", "Id", "Arn", "CreatorRequestId", "StatusMessage", "DomainCount"],
|
2037
2056
|
"AWS::Route53Resolver::FirewallRuleGroup": ["RuleCount", "Status", "OwnerId", "CreationTime", "ShareStatus", "ModificationTime", "Id", "Arn", "CreatorRequestId", "StatusMessage"],
|
2038
2057
|
"AWS::Route53Resolver::FirewallRuleGroupAssociation": ["Status", "CreationTime", "ManagedOwnerName", "ModificationTime", "Id", "Arn", "CreatorRequestId", "StatusMessage"],
|
2058
|
+
"AWS::Route53Resolver::OutpostResolver": ["Status", "CreationTime", "ModificationTime", "Id", "Arn", "CreatorRequestId", "StatusMessage"],
|
2039
2059
|
"AWS::Route53Resolver::ResolverConfig": ["OwnerId", "AutodefinedReverse", "Id"],
|
2040
2060
|
"AWS::Route53Resolver::ResolverDNSSECConfig": ["ValidationStatus", "OwnerId", "Id"],
|
2041
2061
|
"AWS::Route53Resolver::ResolverEndpoint": ["ResolverEndpointId", "IpAddressCount", "OutpostArn", "PreferredInstanceType", "ResolverEndpointType", "Arn", "Direction", "HostVPCId", "Name"],
|
@@ -2224,6 +2244,14 @@ export const AttributeNames = {
|
|
2224
2244
|
"AWS::Wisdom::KnowledgeBase": ["KnowledgeBaseArn", "KnowledgeBaseId"],
|
2225
2245
|
"AWS::WorkSpaces::ConnectionAlias": ["ConnectionAliasState", "Associations", "AliasId"],
|
2226
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"],
|
2227
2255
|
"AWS::XRay::Group": ["GroupARN"],
|
2228
2256
|
"AWS::XRay::ResourcePolicy": [],
|
2229
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
|
}
|