@awboost/cfntypes 1.0.0-beta.31 → 1.0.0-beta.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/types.generated.js +15 -1
- package/lib/types.generated.d.ts +287 -3
- package/lib/types.generated.js +15 -1
- 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 = "131.0.0";
|
5
5
|
exports.ResourceType = {
|
6
6
|
ACMPCACertificate: "AWS::ACMPCA::Certificate",
|
7
7
|
ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
|
@@ -237,7 +237,9 @@ exports.ResourceType = {
|
|
237
237
|
ConnectIntegrationAssociation: "AWS::Connect::IntegrationAssociation",
|
238
238
|
ConnectPhoneNumber: "AWS::Connect::PhoneNumber",
|
239
239
|
ConnectPrompt: "AWS::Connect::Prompt",
|
240
|
+
ConnectQueue: "AWS::Connect::Queue",
|
240
241
|
ConnectQuickConnect: "AWS::Connect::QuickConnect",
|
242
|
+
ConnectRoutingProfile: "AWS::Connect::RoutingProfile",
|
241
243
|
ConnectRule: "AWS::Connect::Rule",
|
242
244
|
ConnectSecurityKey: "AWS::Connect::SecurityKey",
|
243
245
|
ConnectTaskTemplate: "AWS::Connect::TaskTemplate",
|
@@ -531,15 +533,18 @@ exports.ResourceType = {
|
|
531
533
|
HealthLakeFHIRDatastore: "AWS::HealthLake::FHIRDatastore",
|
532
534
|
IAMAccessKey: "AWS::IAM::AccessKey",
|
533
535
|
IAMGroup: "AWS::IAM::Group",
|
536
|
+
IAMGroupPolicy: "AWS::IAM::GroupPolicy",
|
534
537
|
IAMInstanceProfile: "AWS::IAM::InstanceProfile",
|
535
538
|
IAMManagedPolicy: "AWS::IAM::ManagedPolicy",
|
536
539
|
IAMOIDCProvider: "AWS::IAM::OIDCProvider",
|
537
540
|
IAMPolicy: "AWS::IAM::Policy",
|
538
541
|
IAMRole: "AWS::IAM::Role",
|
542
|
+
IAMRolePolicy: "AWS::IAM::RolePolicy",
|
539
543
|
IAMSAMLProvider: "AWS::IAM::SAMLProvider",
|
540
544
|
IAMServerCertificate: "AWS::IAM::ServerCertificate",
|
541
545
|
IAMServiceLinkedRole: "AWS::IAM::ServiceLinkedRole",
|
542
546
|
IAMUser: "AWS::IAM::User",
|
547
|
+
IAMUserPolicy: "AWS::IAM::UserPolicy",
|
543
548
|
IAMUserToGroupAddition: "AWS::IAM::UserToGroupAddition",
|
544
549
|
IAMVirtualMFADevice: "AWS::IAM::VirtualMFADevice",
|
545
550
|
IVSChannel: "AWS::IVS::Channel",
|
@@ -689,6 +694,7 @@ exports.ResourceType = {
|
|
689
694
|
LocationRouteCalculator: "AWS::Location::RouteCalculator",
|
690
695
|
LocationTracker: "AWS::Location::Tracker",
|
691
696
|
LocationTrackerConsumer: "AWS::Location::TrackerConsumer",
|
697
|
+
LogsAccountPolicy: "AWS::Logs::AccountPolicy",
|
692
698
|
LogsDestination: "AWS::Logs::Destination",
|
693
699
|
LogsLogGroup: "AWS::Logs::LogGroup",
|
694
700
|
LogsLogStream: "AWS::Logs::LogStream",
|
@@ -943,6 +949,7 @@ exports.ResourceType = {
|
|
943
949
|
SESVdmAttributes: "AWS::SES::VdmAttributes",
|
944
950
|
SNSSubscription: "AWS::SNS::Subscription",
|
945
951
|
SNSTopic: "AWS::SNS::Topic",
|
952
|
+
SNSTopicInlinePolicy: "AWS::SNS::TopicInlinePolicy",
|
946
953
|
SNSTopicPolicy: "AWS::SNS::TopicPolicy",
|
947
954
|
SQSQueue: "AWS::SQS::Queue",
|
948
955
|
SQSQueuePolicy: "AWS::SQS::QueuePolicy",
|
@@ -1337,7 +1344,9 @@ exports.AttributeNames = {
|
|
1337
1344
|
"AWS::Connect::IntegrationAssociation": ["IntegrationAssociationId"],
|
1338
1345
|
"AWS::Connect::PhoneNumber": ["Address", "PhoneNumberArn"],
|
1339
1346
|
"AWS::Connect::Prompt": ["PromptArn"],
|
1347
|
+
"AWS::Connect::Queue": ["Type", "QueueArn"],
|
1340
1348
|
"AWS::Connect::QuickConnect": ["QuickConnectArn"],
|
1349
|
+
"AWS::Connect::RoutingProfile": ["RoutingProfileArn"],
|
1341
1350
|
"AWS::Connect::Rule": ["RuleArn"],
|
1342
1351
|
"AWS::Connect::SecurityKey": ["AssociationId"],
|
1343
1352
|
"AWS::Connect::TaskTemplate": ["Arn"],
|
@@ -1631,15 +1640,18 @@ exports.AttributeNames = {
|
|
1631
1640
|
"AWS::HealthLake::FHIRDatastore": ["DatastoreArn", "CreatedAt.Nanos", "DatastoreId", "CreatedAt", "DatastoreStatus", "DatastoreEndpoint", "CreatedAt.Seconds"],
|
1632
1641
|
"AWS::IAM::AccessKey": ["SecretAccessKey"],
|
1633
1642
|
"AWS::IAM::Group": ["Arn"],
|
1643
|
+
"AWS::IAM::GroupPolicy": [],
|
1634
1644
|
"AWS::IAM::InstanceProfile": ["Arn"],
|
1635
1645
|
"AWS::IAM::ManagedPolicy": [],
|
1636
1646
|
"AWS::IAM::OIDCProvider": ["Arn"],
|
1637
1647
|
"AWS::IAM::Policy": [],
|
1638
1648
|
"AWS::IAM::Role": ["Arn", "RoleId"],
|
1649
|
+
"AWS::IAM::RolePolicy": [],
|
1639
1650
|
"AWS::IAM::SAMLProvider": ["Arn"],
|
1640
1651
|
"AWS::IAM::ServerCertificate": ["Arn"],
|
1641
1652
|
"AWS::IAM::ServiceLinkedRole": ["RoleName"],
|
1642
1653
|
"AWS::IAM::User": ["Arn"],
|
1654
|
+
"AWS::IAM::UserPolicy": [],
|
1643
1655
|
"AWS::IAM::UserToGroupAddition": [],
|
1644
1656
|
"AWS::IAM::VirtualMFADevice": ["SerialNumber"],
|
1645
1657
|
"AWS::IVS::Channel": ["PlaybackUrl", "IngestEndpoint", "Arn"],
|
@@ -1789,6 +1801,7 @@ exports.AttributeNames = {
|
|
1789
1801
|
"AWS::Location::RouteCalculator": ["CreateTime", "UpdateTime", "CalculatorArn", "Arn"],
|
1790
1802
|
"AWS::Location::Tracker": ["CreateTime", "UpdateTime", "Arn", "TrackerArn"],
|
1791
1803
|
"AWS::Location::TrackerConsumer": [],
|
1804
|
+
"AWS::Logs::AccountPolicy": ["AccountId"],
|
1792
1805
|
"AWS::Logs::Destination": ["Arn"],
|
1793
1806
|
"AWS::Logs::LogGroup": ["Arn"],
|
1794
1807
|
"AWS::Logs::LogStream": [],
|
@@ -2043,6 +2056,7 @@ exports.AttributeNames = {
|
|
2043
2056
|
"AWS::SES::VdmAttributes": ["VdmAttributesResourceId"],
|
2044
2057
|
"AWS::SNS::Subscription": [],
|
2045
2058
|
"AWS::SNS::Topic": ["TopicArn", "TopicName"],
|
2059
|
+
"AWS::SNS::TopicInlinePolicy": [],
|
2046
2060
|
"AWS::SNS::TopicPolicy": ["Id"],
|
2047
2061
|
"AWS::SQS::Queue": ["Arn", "QueueName", "QueueUrl"],
|
2048
2062
|
"AWS::SQS::QueuePolicy": [],
|
package/lib/types.generated.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const ResourceSpecificationVersion = "
|
1
|
+
export declare const ResourceSpecificationVersion = "131.0.0";
|
2
2
|
/**
|
3
3
|
* Type definition for AWS::ACMPCA::Certificate.ApiPassthrough
|
4
4
|
*
|
@@ -1783,6 +1783,7 @@ export interface AppFlowConnectorProfileSAPODataConnectorProfileProperties {
|
|
1783
1783
|
ApplicationServicePath?: string;
|
1784
1784
|
ApplicationHostUrl?: string;
|
1785
1785
|
OAuthProperties?: AppFlowConnectorProfileOAuthProperties;
|
1786
|
+
DisableSSO?: boolean;
|
1786
1787
|
LogonLanguage?: string;
|
1787
1788
|
PrivateLinkServiceName?: string;
|
1788
1789
|
PortNumber?: number;
|
@@ -5816,6 +5817,7 @@ export interface BatchJobDefinitionContainerProperties {
|
|
5816
5817
|
LogConfiguration?: BatchJobDefinitionLogConfiguration;
|
5817
5818
|
MountPoints?: any[];
|
5818
5819
|
ExecutionRoleArn?: string;
|
5820
|
+
RuntimePlatform?: BatchJobDefinitionRuntimePlatform;
|
5819
5821
|
Volumes?: any[];
|
5820
5822
|
Command?: any[];
|
5821
5823
|
Environment?: any[];
|
@@ -6108,6 +6110,16 @@ export interface BatchJobDefinitionRetryStrategy {
|
|
6108
6110
|
EvaluateOnExit?: any[];
|
6109
6111
|
Attempts?: number;
|
6110
6112
|
}
|
6113
|
+
/**
|
6114
|
+
* Type definition for AWS::Batch::JobDefinition.RuntimePlatform
|
6115
|
+
*
|
6116
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties-runtimeplatform.html | AWS::Batch::JobDefinition.RuntimePlatform}
|
6117
|
+
* @group AWS::Batch
|
6118
|
+
*/
|
6119
|
+
export interface BatchJobDefinitionRuntimePlatform {
|
6120
|
+
OperatingSystemFamily?: string;
|
6121
|
+
CpuArchitecture?: string;
|
6122
|
+
}
|
6111
6123
|
/**
|
6112
6124
|
* Type definition for AWS::Batch::JobDefinition.Secret
|
6113
6125
|
*
|
@@ -6619,6 +6631,7 @@ export interface CleanRoomsConfiguredTableAnalysisRule {
|
|
6619
6631
|
* @group AWS::CleanRooms
|
6620
6632
|
*/
|
6621
6633
|
export interface CleanRoomsConfiguredTableAnalysisRuleAggregation {
|
6634
|
+
AllowedJoinOperators?: any[];
|
6622
6635
|
ScalarFunctions: any[];
|
6623
6636
|
OutputConstraints: any[];
|
6624
6637
|
DimensionColumns: any[];
|
@@ -6633,6 +6646,7 @@ export interface CleanRoomsConfiguredTableAnalysisRuleAggregation {
|
|
6633
6646
|
* @group AWS::CleanRooms
|
6634
6647
|
*/
|
6635
6648
|
export interface CleanRoomsConfiguredTableAnalysisRuleList {
|
6649
|
+
AllowedJoinOperators?: any[];
|
6636
6650
|
ListColumns: any[];
|
6637
6651
|
JoinColumns: any[];
|
6638
6652
|
}
|
@@ -9676,6 +9690,17 @@ export interface ConnectInstanceStorageConfigS3Config {
|
|
9676
9690
|
BucketPrefix: string;
|
9677
9691
|
EncryptionConfig?: ConnectInstanceStorageConfigEncryptionConfig;
|
9678
9692
|
}
|
9693
|
+
/**
|
9694
|
+
* Type definition for AWS::Connect::Queue.OutboundCallerConfig
|
9695
|
+
*
|
9696
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-queue-outboundcallerconfig.html | AWS::Connect::Queue.OutboundCallerConfig}
|
9697
|
+
* @group AWS::Connect
|
9698
|
+
*/
|
9699
|
+
export interface ConnectQueueOutboundCallerConfig {
|
9700
|
+
OutboundCallerIdNumberArn?: string;
|
9701
|
+
OutboundFlowArn?: string;
|
9702
|
+
OutboundCallerIdName?: string;
|
9703
|
+
}
|
9679
9704
|
/**
|
9680
9705
|
* Type definition for AWS::Connect::QuickConnect.PhoneNumberQuickConnectConfig
|
9681
9706
|
*
|
@@ -9717,6 +9742,47 @@ export interface ConnectQuickConnectUserQuickConnectConfig {
|
|
9717
9742
|
UserArn: string;
|
9718
9743
|
ContactFlowArn: string;
|
9719
9744
|
}
|
9745
|
+
/**
|
9746
|
+
* Type definition for AWS::Connect::RoutingProfile.CrossChannelBehavior
|
9747
|
+
*
|
9748
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-routingprofile-crosschannelbehavior.html | AWS::Connect::RoutingProfile.CrossChannelBehavior}
|
9749
|
+
* @group AWS::Connect
|
9750
|
+
*/
|
9751
|
+
export interface ConnectRoutingProfileCrossChannelBehavior {
|
9752
|
+
BehaviorType: string;
|
9753
|
+
}
|
9754
|
+
/**
|
9755
|
+
* Type definition for AWS::Connect::RoutingProfile.MediaConcurrency
|
9756
|
+
*
|
9757
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-routingprofile-mediaconcurrency.html | AWS::Connect::RoutingProfile.MediaConcurrency}
|
9758
|
+
* @group AWS::Connect
|
9759
|
+
*/
|
9760
|
+
export interface ConnectRoutingProfileMediaConcurrency {
|
9761
|
+
Concurrency: number;
|
9762
|
+
Channel: string;
|
9763
|
+
CrossChannelBehavior?: ConnectRoutingProfileCrossChannelBehavior;
|
9764
|
+
}
|
9765
|
+
/**
|
9766
|
+
* Type definition for AWS::Connect::RoutingProfile.RoutingProfileQueueConfig
|
9767
|
+
*
|
9768
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-routingprofile-routingprofilequeueconfig.html | AWS::Connect::RoutingProfile.RoutingProfileQueueConfig}
|
9769
|
+
* @group AWS::Connect
|
9770
|
+
*/
|
9771
|
+
export interface ConnectRoutingProfileRoutingProfileQueueConfig {
|
9772
|
+
Priority: number;
|
9773
|
+
QueueReference: ConnectRoutingProfileRoutingProfileQueueReference;
|
9774
|
+
Delay: number;
|
9775
|
+
}
|
9776
|
+
/**
|
9777
|
+
* Type definition for AWS::Connect::RoutingProfile.RoutingProfileQueueReference
|
9778
|
+
*
|
9779
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-routingprofile-routingprofilequeuereference.html | AWS::Connect::RoutingProfile.RoutingProfileQueueReference}
|
9780
|
+
* @group AWS::Connect
|
9781
|
+
*/
|
9782
|
+
export interface ConnectRoutingProfileRoutingProfileQueueReference {
|
9783
|
+
Channel: string;
|
9784
|
+
QueueArn: string;
|
9785
|
+
}
|
9720
9786
|
/**
|
9721
9787
|
* Type definition for AWS::Connect::Rule.Actions
|
9722
9788
|
*
|
@@ -14843,7 +14909,6 @@ export interface ECSTaskSetAwsVpcConfiguration {
|
|
14843
14909
|
*/
|
14844
14910
|
export interface ECSTaskSetLoadBalancer {
|
14845
14911
|
TargetGroupArn?: string;
|
14846
|
-
LoadBalancerName?: string;
|
14847
14912
|
ContainerName?: string;
|
14848
14913
|
ContainerPort?: number;
|
14849
14914
|
}
|
@@ -17641,6 +17706,16 @@ export interface FSxStorageVirtualMachineSelfManagedActiveDirectoryConfiguration
|
|
17641
17706
|
DnsIps?: any[];
|
17642
17707
|
Password?: string;
|
17643
17708
|
}
|
17709
|
+
/**
|
17710
|
+
* Type definition for AWS::FSx::Volume.AutocommitPeriod
|
17711
|
+
*
|
17712
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-volume-ontapconfiguration-snaplockconfiguration-autocommitperiod.html | AWS::FSx::Volume.AutocommitPeriod}
|
17713
|
+
* @group AWS::FSx
|
17714
|
+
*/
|
17715
|
+
export interface FSxVolumeAutocommitPeriod {
|
17716
|
+
Type: string;
|
17717
|
+
Value?: number;
|
17718
|
+
}
|
17644
17719
|
/**
|
17645
17720
|
* Type definition for AWS::FSx::Volume.ClientConfigurations
|
17646
17721
|
*
|
@@ -17675,6 +17750,7 @@ export interface FSxVolumeOntapConfiguration {
|
|
17675
17750
|
SizeInMegabytes: string;
|
17676
17751
|
CopyTagsToBackups?: string;
|
17677
17752
|
SecurityStyle?: string;
|
17753
|
+
SnaplockConfiguration?: FSxVolumeSnaplockConfiguration;
|
17678
17754
|
OntapVolumeType?: string;
|
17679
17755
|
}
|
17680
17756
|
/**
|
@@ -17706,6 +17782,41 @@ export interface FSxVolumeOriginSnapshot {
|
|
17706
17782
|
CopyStrategy: string;
|
17707
17783
|
SnapshotARN: string;
|
17708
17784
|
}
|
17785
|
+
/**
|
17786
|
+
* Type definition for AWS::FSx::Volume.RetentionPeriod
|
17787
|
+
*
|
17788
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-volume-retentionperiod.html | AWS::FSx::Volume.RetentionPeriod}
|
17789
|
+
* @group AWS::FSx
|
17790
|
+
*/
|
17791
|
+
export interface FSxVolumeRetentionPeriod {
|
17792
|
+
Type: string;
|
17793
|
+
Value?: number;
|
17794
|
+
}
|
17795
|
+
/**
|
17796
|
+
* Type definition for AWS::FSx::Volume.SnaplockConfiguration
|
17797
|
+
*
|
17798
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-volume-ontapconfiguration-snaplockconfiguration.html | AWS::FSx::Volume.SnaplockConfiguration}
|
17799
|
+
* @group AWS::FSx
|
17800
|
+
*/
|
17801
|
+
export interface FSxVolumeSnaplockConfiguration {
|
17802
|
+
AuditLogVolume?: string;
|
17803
|
+
VolumeAppendModeEnabled?: string;
|
17804
|
+
AutocommitPeriod?: FSxVolumeAutocommitPeriod;
|
17805
|
+
RetentionPeriod?: FSxVolumeSnaplockRetentionPeriod;
|
17806
|
+
PrivilegedDelete?: string;
|
17807
|
+
SnaplockType: string;
|
17808
|
+
}
|
17809
|
+
/**
|
17810
|
+
* Type definition for AWS::FSx::Volume.SnaplockRetentionPeriod
|
17811
|
+
*
|
17812
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-volume-snaplockretentionperiod.html | AWS::FSx::Volume.SnaplockRetentionPeriod}
|
17813
|
+
* @group AWS::FSx
|
17814
|
+
*/
|
17815
|
+
export interface FSxVolumeSnaplockRetentionPeriod {
|
17816
|
+
DefaultRetention: FSxVolumeRetentionPeriod;
|
17817
|
+
MaximumRetention: FSxVolumeRetentionPeriod;
|
17818
|
+
MinimumRetention: FSxVolumeRetentionPeriod;
|
17819
|
+
}
|
17709
17820
|
/**
|
17710
17821
|
* Type definition for AWS::FSx::Volume.TieringPolicy
|
17711
17822
|
*
|
@@ -20179,6 +20290,18 @@ export interface HealthLakeFHIRDatastoreCreatedAt {
|
|
20179
20290
|
Nanos: number;
|
20180
20291
|
Seconds: string;
|
20181
20292
|
}
|
20293
|
+
/**
|
20294
|
+
* Type definition for AWS::HealthLake::FHIRDatastore.IdentityProviderConfiguration
|
20295
|
+
*
|
20296
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-healthlake-fhirdatastore-identityproviderconfiguration.html | AWS::HealthLake::FHIRDatastore.IdentityProviderConfiguration}
|
20297
|
+
* @group AWS::HealthLake
|
20298
|
+
*/
|
20299
|
+
export interface HealthLakeFHIRDatastoreIdentityProviderConfiguration {
|
20300
|
+
AuthorizationStrategy: string;
|
20301
|
+
IdpLambdaArn?: string;
|
20302
|
+
FineGrainedAuthorizationEnabled?: boolean;
|
20303
|
+
Metadata?: string;
|
20304
|
+
}
|
20182
20305
|
/**
|
20183
20306
|
* Type definition for AWS::HealthLake::FHIRDatastore.KmsEncryptionConfig
|
20184
20307
|
*
|
@@ -31506,6 +31629,8 @@ export interface MediaPackagePackagingConfigurationDashPackage {
|
|
31506
31629
|
* @group AWS::MediaPackage
|
31507
31630
|
*/
|
31508
31631
|
export interface MediaPackagePackagingConfigurationEncryptionContractConfiguration {
|
31632
|
+
PresetSpeke20Audio: string;
|
31633
|
+
PresetSpeke20Video: string;
|
31509
31634
|
}
|
31510
31635
|
/**
|
31511
31636
|
* Type definition for AWS::MediaPackage::PackagingConfiguration.HlsEncryption
|
@@ -53341,6 +53466,16 @@ export interface S3OutpostsBucketRule {
|
|
53341
53466
|
Id?: string;
|
53342
53467
|
AbortIncompleteMultipartUpload?: S3OutpostsBucketAbortIncompleteMultipartUpload;
|
53343
53468
|
}
|
53469
|
+
/**
|
53470
|
+
* Type definition for AWS::S3Outposts::Endpoint.FailedReason
|
53471
|
+
*
|
53472
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3outposts-endpoint-failedreason.html | AWS::S3Outposts::Endpoint.FailedReason}
|
53473
|
+
* @group AWS::S3Outposts
|
53474
|
+
*/
|
53475
|
+
export interface S3OutpostsEndpointFailedReason {
|
53476
|
+
Message?: string;
|
53477
|
+
ErrorCode?: string;
|
53478
|
+
}
|
53344
53479
|
/**
|
53345
53480
|
* Type definition for AWS::S3Outposts::Endpoint.NetworkInterface
|
53346
53481
|
*
|
@@ -54698,7 +54833,20 @@ export interface SageMakerEndpointCapacitySize {
|
|
54698
54833
|
*/
|
54699
54834
|
export interface SageMakerEndpointDeploymentConfig {
|
54700
54835
|
AutoRollbackConfiguration?: SageMakerEndpointAutoRollbackConfig;
|
54701
|
-
|
54836
|
+
RollingUpdatePolicy?: SageMakerEndpointRollingUpdatePolicy;
|
54837
|
+
BlueGreenUpdatePolicy?: SageMakerEndpointBlueGreenUpdatePolicy;
|
54838
|
+
}
|
54839
|
+
/**
|
54840
|
+
* Type definition for AWS::SageMaker::Endpoint.RollingUpdatePolicy
|
54841
|
+
*
|
54842
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpoint-rollingupdatepolicy.html | AWS::SageMaker::Endpoint.RollingUpdatePolicy}
|
54843
|
+
* @group AWS::SageMaker
|
54844
|
+
*/
|
54845
|
+
export interface SageMakerEndpointRollingUpdatePolicy {
|
54846
|
+
MaximumExecutionTimeoutInSeconds?: number;
|
54847
|
+
MaximumBatchSize: SageMakerEndpointCapacitySize;
|
54848
|
+
WaitIntervalInSeconds: number;
|
54849
|
+
RollbackMaximumBatchSize?: SageMakerEndpointCapacitySize;
|
54702
54850
|
}
|
54703
54851
|
/**
|
54704
54852
|
* Type definition for AWS::SageMaker::Endpoint.TrafficRoutingConfig
|
@@ -60111,6 +60259,7 @@ export interface AccessAnalyzerAnalyzerAttribs {
|
|
60111
60259
|
*/
|
60112
60260
|
export interface AmazonMQBrokerProps {
|
60113
60261
|
SecurityGroups?: any[];
|
60262
|
+
DataReplicationPrimaryBrokerArn?: string;
|
60114
60263
|
StorageType?: string;
|
60115
60264
|
EngineVersion: string;
|
60116
60265
|
Configuration?: AmazonMQBrokerConfigurationId;
|
@@ -60121,6 +60270,7 @@ export interface AmazonMQBrokerProps {
|
|
60121
60270
|
Users: any[];
|
60122
60271
|
Logs?: AmazonMQBrokerLogList;
|
60123
60272
|
SubnetIds?: any[];
|
60273
|
+
DataReplicationMode?: string;
|
60124
60274
|
BrokerName: string;
|
60125
60275
|
LdapServerMetadata?: AmazonMQBrokerLdapServerMetadata;
|
60126
60276
|
DeploymentMode: string;
|
@@ -65084,6 +65234,33 @@ export interface ConnectPromptProps {
|
|
65084
65234
|
export interface ConnectPromptAttribs {
|
65085
65235
|
PromptArn?: string;
|
65086
65236
|
}
|
65237
|
+
/**
|
65238
|
+
* Type definition for AWS::Connect::Queue
|
65239
|
+
*
|
65240
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-queue.html | AWS::Connect::Queue}
|
65241
|
+
* @group AWS::Connect
|
65242
|
+
*/
|
65243
|
+
export interface ConnectQueueProps {
|
65244
|
+
Status?: string;
|
65245
|
+
HoursOfOperationArn: string;
|
65246
|
+
Description?: string;
|
65247
|
+
InstanceArn: string;
|
65248
|
+
QuickConnectArns?: any[];
|
65249
|
+
OutboundCallerConfig?: ConnectQueueOutboundCallerConfig;
|
65250
|
+
MaxContacts?: number;
|
65251
|
+
Tags?: any[];
|
65252
|
+
Name: string;
|
65253
|
+
}
|
65254
|
+
/**
|
65255
|
+
* Attributes type definition for AWS::Connect::Queue
|
65256
|
+
*
|
65257
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-queue.html | AWS::Connect::Queue}
|
65258
|
+
* @group AWS::Connect
|
65259
|
+
*/
|
65260
|
+
export interface ConnectQueueAttribs {
|
65261
|
+
Type?: string;
|
65262
|
+
QueueArn?: string;
|
65263
|
+
}
|
65087
65264
|
/**
|
65088
65265
|
* Type definition for AWS::Connect::QuickConnect
|
65089
65266
|
*
|
@@ -65106,6 +65283,30 @@ export interface ConnectQuickConnectProps {
|
|
65106
65283
|
export interface ConnectQuickConnectAttribs {
|
65107
65284
|
QuickConnectArn?: string;
|
65108
65285
|
}
|
65286
|
+
/**
|
65287
|
+
* Type definition for AWS::Connect::RoutingProfile
|
65288
|
+
*
|
65289
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-routingprofile.html | AWS::Connect::RoutingProfile}
|
65290
|
+
* @group AWS::Connect
|
65291
|
+
*/
|
65292
|
+
export interface ConnectRoutingProfileProps {
|
65293
|
+
Description: string;
|
65294
|
+
MediaConcurrencies: any[];
|
65295
|
+
InstanceArn: string;
|
65296
|
+
QueueConfigs?: any[];
|
65297
|
+
DefaultOutboundQueueArn: string;
|
65298
|
+
Tags?: any[];
|
65299
|
+
Name: string;
|
65300
|
+
}
|
65301
|
+
/**
|
65302
|
+
* Attributes type definition for AWS::Connect::RoutingProfile
|
65303
|
+
*
|
65304
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-routingprofile.html | AWS::Connect::RoutingProfile}
|
65305
|
+
* @group AWS::Connect
|
65306
|
+
*/
|
65307
|
+
export interface ConnectRoutingProfileAttribs {
|
65308
|
+
RoutingProfileArn?: string;
|
65309
|
+
}
|
65109
65310
|
/**
|
65110
65311
|
* Type definition for AWS::Connect::Rule
|
65111
65312
|
*
|
@@ -71464,6 +71665,7 @@ export interface GuardDutyThreatIntelSetProps {
|
|
71464
71665
|
export interface HealthLakeFHIRDatastoreProps {
|
71465
71666
|
DatastoreTypeVersion: string;
|
71466
71667
|
DatastoreName?: string;
|
71668
|
+
IdentityProviderConfiguration?: HealthLakeFHIRDatastoreIdentityProviderConfiguration;
|
71467
71669
|
Tags?: any[];
|
71468
71670
|
PreloadDataConfig?: HealthLakeFHIRDatastorePreloadDataConfig;
|
71469
71671
|
SseConfiguration?: HealthLakeFHIRDatastoreSseConfiguration;
|
@@ -71524,6 +71726,17 @@ export interface IAMGroupProps {
|
|
71524
71726
|
export interface IAMGroupAttribs {
|
71525
71727
|
Arn?: string;
|
71526
71728
|
}
|
71729
|
+
/**
|
71730
|
+
* Type definition for AWS::IAM::GroupPolicy
|
71731
|
+
*
|
71732
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-grouppolicy.html | AWS::IAM::GroupPolicy}
|
71733
|
+
* @group AWS::IAM
|
71734
|
+
*/
|
71735
|
+
export interface IAMGroupPolicyProps {
|
71736
|
+
GroupName: string;
|
71737
|
+
PolicyName: string;
|
71738
|
+
PolicyDocument?: object;
|
71739
|
+
}
|
71527
71740
|
/**
|
71528
71741
|
* Type definition for AWS::IAM::InstanceProfile
|
71529
71742
|
*
|
@@ -71620,6 +71833,17 @@ export interface IAMRoleAttribs {
|
|
71620
71833
|
Arn?: string;
|
71621
71834
|
RoleId?: string;
|
71622
71835
|
}
|
71836
|
+
/**
|
71837
|
+
* Type definition for AWS::IAM::RolePolicy
|
71838
|
+
*
|
71839
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-rolepolicy.html | AWS::IAM::RolePolicy}
|
71840
|
+
* @group AWS::IAM
|
71841
|
+
*/
|
71842
|
+
export interface IAMRolePolicyProps {
|
71843
|
+
RoleName: string;
|
71844
|
+
PolicyName: string;
|
71845
|
+
PolicyDocument?: object;
|
71846
|
+
}
|
71623
71847
|
/**
|
71624
71848
|
* Type definition for AWS::IAM::SAMLProvider
|
71625
71849
|
*
|
@@ -71708,6 +71932,17 @@ export interface IAMUserProps {
|
|
71708
71932
|
export interface IAMUserAttribs {
|
71709
71933
|
Arn?: string;
|
71710
71934
|
}
|
71935
|
+
/**
|
71936
|
+
* Type definition for AWS::IAM::UserPolicy
|
71937
|
+
*
|
71938
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-userpolicy.html | AWS::IAM::UserPolicy}
|
71939
|
+
* @group AWS::IAM
|
71940
|
+
*/
|
71941
|
+
export interface IAMUserPolicyProps {
|
71942
|
+
UserName: string;
|
71943
|
+
PolicyName: string;
|
71944
|
+
PolicyDocument?: object;
|
71945
|
+
}
|
71711
71946
|
/**
|
71712
71947
|
* Type definition for AWS::IAM::UserToGroupAddition
|
71713
71948
|
*
|
@@ -75093,6 +75328,27 @@ export interface LocationTrackerConsumerProps {
|
|
75093
75328
|
TrackerName: string;
|
75094
75329
|
ConsumerArn: string;
|
75095
75330
|
}
|
75331
|
+
/**
|
75332
|
+
* Type definition for AWS::Logs::AccountPolicy
|
75333
|
+
*
|
75334
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-accountpolicy.html | AWS::Logs::AccountPolicy}
|
75335
|
+
* @group AWS::Logs
|
75336
|
+
*/
|
75337
|
+
export interface LogsAccountPolicyProps {
|
75338
|
+
PolicyType: string;
|
75339
|
+
Scope?: string;
|
75340
|
+
PolicyName: string;
|
75341
|
+
PolicyDocument: string;
|
75342
|
+
}
|
75343
|
+
/**
|
75344
|
+
* Attributes type definition for AWS::Logs::AccountPolicy
|
75345
|
+
*
|
75346
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-accountpolicy.html | AWS::Logs::AccountPolicy}
|
75347
|
+
* @group AWS::Logs
|
75348
|
+
*/
|
75349
|
+
export interface LogsAccountPolicyAttribs {
|
75350
|
+
AccountId?: string;
|
75351
|
+
}
|
75096
75352
|
/**
|
75097
75353
|
* Type definition for AWS::Logs::Destination
|
75098
75354
|
*
|
@@ -80761,6 +81017,7 @@ export interface S3OutpostsBucketPolicyProps {
|
|
80761
81017
|
export interface S3OutpostsEndpointProps {
|
80762
81018
|
OutpostId: string;
|
80763
81019
|
SecurityGroupId: string;
|
81020
|
+
FailedReason?: S3OutpostsEndpointFailedReason;
|
80764
81021
|
SubnetId: string;
|
80765
81022
|
AccessType?: string;
|
80766
81023
|
CustomerOwnedIpv4Pool?: string;
|
@@ -80984,6 +81241,16 @@ export interface SNSTopicAttribs {
|
|
80984
81241
|
TopicArn?: string;
|
80985
81242
|
TopicName?: string;
|
80986
81243
|
}
|
81244
|
+
/**
|
81245
|
+
* Type definition for AWS::SNS::TopicInlinePolicy
|
81246
|
+
*
|
81247
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topicinlinepolicy.html | AWS::SNS::TopicInlinePolicy}
|
81248
|
+
* @group AWS::SNS
|
81249
|
+
*/
|
81250
|
+
export interface SNSTopicInlinePolicyProps {
|
81251
|
+
TopicArn: string;
|
81252
|
+
PolicyDocument: object;
|
81253
|
+
}
|
80987
81254
|
/**
|
80988
81255
|
* Type definition for AWS::SNS::TopicPolicy
|
80989
81256
|
*
|
@@ -84437,7 +84704,9 @@ export interface ResourceTypes {
|
|
84437
84704
|
"AWS::Connect::IntegrationAssociation": ConnectIntegrationAssociationProps;
|
84438
84705
|
"AWS::Connect::PhoneNumber": ConnectPhoneNumberProps;
|
84439
84706
|
"AWS::Connect::Prompt": ConnectPromptProps;
|
84707
|
+
"AWS::Connect::Queue": ConnectQueueProps;
|
84440
84708
|
"AWS::Connect::QuickConnect": ConnectQuickConnectProps;
|
84709
|
+
"AWS::Connect::RoutingProfile": ConnectRoutingProfileProps;
|
84441
84710
|
"AWS::Connect::Rule": ConnectRuleProps;
|
84442
84711
|
"AWS::Connect::SecurityKey": ConnectSecurityKeyProps;
|
84443
84712
|
"AWS::Connect::TaskTemplate": ConnectTaskTemplateProps;
|
@@ -84731,15 +85000,18 @@ export interface ResourceTypes {
|
|
84731
85000
|
"AWS::HealthLake::FHIRDatastore": HealthLakeFHIRDatastoreProps;
|
84732
85001
|
"AWS::IAM::AccessKey": IAMAccessKeyProps;
|
84733
85002
|
"AWS::IAM::Group": IAMGroupProps;
|
85003
|
+
"AWS::IAM::GroupPolicy": IAMGroupPolicyProps;
|
84734
85004
|
"AWS::IAM::InstanceProfile": IAMInstanceProfileProps;
|
84735
85005
|
"AWS::IAM::ManagedPolicy": IAMManagedPolicyProps;
|
84736
85006
|
"AWS::IAM::OIDCProvider": IAMOIDCProviderProps;
|
84737
85007
|
"AWS::IAM::Policy": IAMPolicyProps;
|
84738
85008
|
"AWS::IAM::Role": IAMRoleProps;
|
85009
|
+
"AWS::IAM::RolePolicy": IAMRolePolicyProps;
|
84739
85010
|
"AWS::IAM::SAMLProvider": IAMSAMLProviderProps;
|
84740
85011
|
"AWS::IAM::ServerCertificate": IAMServerCertificateProps;
|
84741
85012
|
"AWS::IAM::ServiceLinkedRole": IAMServiceLinkedRoleProps;
|
84742
85013
|
"AWS::IAM::User": IAMUserProps;
|
85014
|
+
"AWS::IAM::UserPolicy": IAMUserPolicyProps;
|
84743
85015
|
"AWS::IAM::UserToGroupAddition": IAMUserToGroupAdditionProps;
|
84744
85016
|
"AWS::IAM::VirtualMFADevice": IAMVirtualMFADeviceProps;
|
84745
85017
|
"AWS::IVS::Channel": IVSChannelProps;
|
@@ -84889,6 +85161,7 @@ export interface ResourceTypes {
|
|
84889
85161
|
"AWS::Location::RouteCalculator": LocationRouteCalculatorProps;
|
84890
85162
|
"AWS::Location::Tracker": LocationTrackerProps;
|
84891
85163
|
"AWS::Location::TrackerConsumer": LocationTrackerConsumerProps;
|
85164
|
+
"AWS::Logs::AccountPolicy": LogsAccountPolicyProps;
|
84892
85165
|
"AWS::Logs::Destination": LogsDestinationProps;
|
84893
85166
|
"AWS::Logs::LogGroup": LogsLogGroupProps;
|
84894
85167
|
"AWS::Logs::LogStream": LogsLogStreamProps;
|
@@ -85143,6 +85416,7 @@ export interface ResourceTypes {
|
|
85143
85416
|
"AWS::SES::VdmAttributes": SESVdmAttributesProps;
|
85144
85417
|
"AWS::SNS::Subscription": SNSSubscriptionProps;
|
85145
85418
|
"AWS::SNS::Topic": SNSTopicProps;
|
85419
|
+
"AWS::SNS::TopicInlinePolicy": SNSTopicInlinePolicyProps;
|
85146
85420
|
"AWS::SNS::TopicPolicy": SNSTopicPolicyProps;
|
85147
85421
|
"AWS::SQS::Queue": SQSQueueProps;
|
85148
85422
|
"AWS::SQS::QueuePolicy": SQSQueuePolicyProps;
|
@@ -85468,7 +85742,9 @@ export interface AttributeTypes {
|
|
85468
85742
|
"AWS::Connect::IntegrationAssociation": ConnectIntegrationAssociationAttribs;
|
85469
85743
|
"AWS::Connect::PhoneNumber": ConnectPhoneNumberAttribs;
|
85470
85744
|
"AWS::Connect::Prompt": ConnectPromptAttribs;
|
85745
|
+
"AWS::Connect::Queue": ConnectQueueAttribs;
|
85471
85746
|
"AWS::Connect::QuickConnect": ConnectQuickConnectAttribs;
|
85747
|
+
"AWS::Connect::RoutingProfile": ConnectRoutingProfileAttribs;
|
85472
85748
|
"AWS::Connect::Rule": ConnectRuleAttribs;
|
85473
85749
|
"AWS::Connect::SecurityKey": ConnectSecurityKeyAttribs;
|
85474
85750
|
"AWS::Connect::TaskTemplate": ConnectTaskTemplateAttribs;
|
@@ -85801,6 +86077,7 @@ export interface AttributeTypes {
|
|
85801
86077
|
"AWS::Location::PlaceIndex": LocationPlaceIndexAttribs;
|
85802
86078
|
"AWS::Location::RouteCalculator": LocationRouteCalculatorAttribs;
|
85803
86079
|
"AWS::Location::Tracker": LocationTrackerAttribs;
|
86080
|
+
"AWS::Logs::AccountPolicy": LogsAccountPolicyAttribs;
|
85804
86081
|
"AWS::Logs::Destination": LogsDestinationAttribs;
|
85805
86082
|
"AWS::Logs::LogGroup": LogsLogGroupAttribs;
|
85806
86083
|
"AWS::Logs::QueryDefinition": LogsQueryDefinitionAttribs;
|
@@ -86337,7 +86614,9 @@ export declare const ResourceType: {
|
|
86337
86614
|
readonly ConnectIntegrationAssociation: "AWS::Connect::IntegrationAssociation";
|
86338
86615
|
readonly ConnectPhoneNumber: "AWS::Connect::PhoneNumber";
|
86339
86616
|
readonly ConnectPrompt: "AWS::Connect::Prompt";
|
86617
|
+
readonly ConnectQueue: "AWS::Connect::Queue";
|
86340
86618
|
readonly ConnectQuickConnect: "AWS::Connect::QuickConnect";
|
86619
|
+
readonly ConnectRoutingProfile: "AWS::Connect::RoutingProfile";
|
86341
86620
|
readonly ConnectRule: "AWS::Connect::Rule";
|
86342
86621
|
readonly ConnectSecurityKey: "AWS::Connect::SecurityKey";
|
86343
86622
|
readonly ConnectTaskTemplate: "AWS::Connect::TaskTemplate";
|
@@ -86631,15 +86910,18 @@ export declare const ResourceType: {
|
|
86631
86910
|
readonly HealthLakeFHIRDatastore: "AWS::HealthLake::FHIRDatastore";
|
86632
86911
|
readonly IAMAccessKey: "AWS::IAM::AccessKey";
|
86633
86912
|
readonly IAMGroup: "AWS::IAM::Group";
|
86913
|
+
readonly IAMGroupPolicy: "AWS::IAM::GroupPolicy";
|
86634
86914
|
readonly IAMInstanceProfile: "AWS::IAM::InstanceProfile";
|
86635
86915
|
readonly IAMManagedPolicy: "AWS::IAM::ManagedPolicy";
|
86636
86916
|
readonly IAMOIDCProvider: "AWS::IAM::OIDCProvider";
|
86637
86917
|
readonly IAMPolicy: "AWS::IAM::Policy";
|
86638
86918
|
readonly IAMRole: "AWS::IAM::Role";
|
86919
|
+
readonly IAMRolePolicy: "AWS::IAM::RolePolicy";
|
86639
86920
|
readonly IAMSAMLProvider: "AWS::IAM::SAMLProvider";
|
86640
86921
|
readonly IAMServerCertificate: "AWS::IAM::ServerCertificate";
|
86641
86922
|
readonly IAMServiceLinkedRole: "AWS::IAM::ServiceLinkedRole";
|
86642
86923
|
readonly IAMUser: "AWS::IAM::User";
|
86924
|
+
readonly IAMUserPolicy: "AWS::IAM::UserPolicy";
|
86643
86925
|
readonly IAMUserToGroupAddition: "AWS::IAM::UserToGroupAddition";
|
86644
86926
|
readonly IAMVirtualMFADevice: "AWS::IAM::VirtualMFADevice";
|
86645
86927
|
readonly IVSChannel: "AWS::IVS::Channel";
|
@@ -86789,6 +87071,7 @@ export declare const ResourceType: {
|
|
86789
87071
|
readonly LocationRouteCalculator: "AWS::Location::RouteCalculator";
|
86790
87072
|
readonly LocationTracker: "AWS::Location::Tracker";
|
86791
87073
|
readonly LocationTrackerConsumer: "AWS::Location::TrackerConsumer";
|
87074
|
+
readonly LogsAccountPolicy: "AWS::Logs::AccountPolicy";
|
86792
87075
|
readonly LogsDestination: "AWS::Logs::Destination";
|
86793
87076
|
readonly LogsLogGroup: "AWS::Logs::LogGroup";
|
86794
87077
|
readonly LogsLogStream: "AWS::Logs::LogStream";
|
@@ -87043,6 +87326,7 @@ export declare const ResourceType: {
|
|
87043
87326
|
readonly SESVdmAttributes: "AWS::SES::VdmAttributes";
|
87044
87327
|
readonly SNSSubscription: "AWS::SNS::Subscription";
|
87045
87328
|
readonly SNSTopic: "AWS::SNS::Topic";
|
87329
|
+
readonly SNSTopicInlinePolicy: "AWS::SNS::TopicInlinePolicy";
|
87046
87330
|
readonly SNSTopicPolicy: "AWS::SNS::TopicPolicy";
|
87047
87331
|
readonly SQSQueue: "AWS::SQS::Queue";
|
87048
87332
|
readonly SQSQueuePolicy: "AWS::SQS::QueuePolicy";
|
package/lib/types.generated.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export const ResourceSpecificationVersion = "
|
1
|
+
export const ResourceSpecificationVersion = "131.0.0";
|
2
2
|
export const ResourceType = {
|
3
3
|
ACMPCACertificate: "AWS::ACMPCA::Certificate",
|
4
4
|
ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
|
@@ -234,7 +234,9 @@ export const ResourceType = {
|
|
234
234
|
ConnectIntegrationAssociation: "AWS::Connect::IntegrationAssociation",
|
235
235
|
ConnectPhoneNumber: "AWS::Connect::PhoneNumber",
|
236
236
|
ConnectPrompt: "AWS::Connect::Prompt",
|
237
|
+
ConnectQueue: "AWS::Connect::Queue",
|
237
238
|
ConnectQuickConnect: "AWS::Connect::QuickConnect",
|
239
|
+
ConnectRoutingProfile: "AWS::Connect::RoutingProfile",
|
238
240
|
ConnectRule: "AWS::Connect::Rule",
|
239
241
|
ConnectSecurityKey: "AWS::Connect::SecurityKey",
|
240
242
|
ConnectTaskTemplate: "AWS::Connect::TaskTemplate",
|
@@ -528,15 +530,18 @@ export const ResourceType = {
|
|
528
530
|
HealthLakeFHIRDatastore: "AWS::HealthLake::FHIRDatastore",
|
529
531
|
IAMAccessKey: "AWS::IAM::AccessKey",
|
530
532
|
IAMGroup: "AWS::IAM::Group",
|
533
|
+
IAMGroupPolicy: "AWS::IAM::GroupPolicy",
|
531
534
|
IAMInstanceProfile: "AWS::IAM::InstanceProfile",
|
532
535
|
IAMManagedPolicy: "AWS::IAM::ManagedPolicy",
|
533
536
|
IAMOIDCProvider: "AWS::IAM::OIDCProvider",
|
534
537
|
IAMPolicy: "AWS::IAM::Policy",
|
535
538
|
IAMRole: "AWS::IAM::Role",
|
539
|
+
IAMRolePolicy: "AWS::IAM::RolePolicy",
|
536
540
|
IAMSAMLProvider: "AWS::IAM::SAMLProvider",
|
537
541
|
IAMServerCertificate: "AWS::IAM::ServerCertificate",
|
538
542
|
IAMServiceLinkedRole: "AWS::IAM::ServiceLinkedRole",
|
539
543
|
IAMUser: "AWS::IAM::User",
|
544
|
+
IAMUserPolicy: "AWS::IAM::UserPolicy",
|
540
545
|
IAMUserToGroupAddition: "AWS::IAM::UserToGroupAddition",
|
541
546
|
IAMVirtualMFADevice: "AWS::IAM::VirtualMFADevice",
|
542
547
|
IVSChannel: "AWS::IVS::Channel",
|
@@ -686,6 +691,7 @@ export const ResourceType = {
|
|
686
691
|
LocationRouteCalculator: "AWS::Location::RouteCalculator",
|
687
692
|
LocationTracker: "AWS::Location::Tracker",
|
688
693
|
LocationTrackerConsumer: "AWS::Location::TrackerConsumer",
|
694
|
+
LogsAccountPolicy: "AWS::Logs::AccountPolicy",
|
689
695
|
LogsDestination: "AWS::Logs::Destination",
|
690
696
|
LogsLogGroup: "AWS::Logs::LogGroup",
|
691
697
|
LogsLogStream: "AWS::Logs::LogStream",
|
@@ -940,6 +946,7 @@ export const ResourceType = {
|
|
940
946
|
SESVdmAttributes: "AWS::SES::VdmAttributes",
|
941
947
|
SNSSubscription: "AWS::SNS::Subscription",
|
942
948
|
SNSTopic: "AWS::SNS::Topic",
|
949
|
+
SNSTopicInlinePolicy: "AWS::SNS::TopicInlinePolicy",
|
943
950
|
SNSTopicPolicy: "AWS::SNS::TopicPolicy",
|
944
951
|
SQSQueue: "AWS::SQS::Queue",
|
945
952
|
SQSQueuePolicy: "AWS::SQS::QueuePolicy",
|
@@ -1334,7 +1341,9 @@ export const AttributeNames = {
|
|
1334
1341
|
"AWS::Connect::IntegrationAssociation": ["IntegrationAssociationId"],
|
1335
1342
|
"AWS::Connect::PhoneNumber": ["Address", "PhoneNumberArn"],
|
1336
1343
|
"AWS::Connect::Prompt": ["PromptArn"],
|
1344
|
+
"AWS::Connect::Queue": ["Type", "QueueArn"],
|
1337
1345
|
"AWS::Connect::QuickConnect": ["QuickConnectArn"],
|
1346
|
+
"AWS::Connect::RoutingProfile": ["RoutingProfileArn"],
|
1338
1347
|
"AWS::Connect::Rule": ["RuleArn"],
|
1339
1348
|
"AWS::Connect::SecurityKey": ["AssociationId"],
|
1340
1349
|
"AWS::Connect::TaskTemplate": ["Arn"],
|
@@ -1628,15 +1637,18 @@ export const AttributeNames = {
|
|
1628
1637
|
"AWS::HealthLake::FHIRDatastore": ["DatastoreArn", "CreatedAt.Nanos", "DatastoreId", "CreatedAt", "DatastoreStatus", "DatastoreEndpoint", "CreatedAt.Seconds"],
|
1629
1638
|
"AWS::IAM::AccessKey": ["SecretAccessKey"],
|
1630
1639
|
"AWS::IAM::Group": ["Arn"],
|
1640
|
+
"AWS::IAM::GroupPolicy": [],
|
1631
1641
|
"AWS::IAM::InstanceProfile": ["Arn"],
|
1632
1642
|
"AWS::IAM::ManagedPolicy": [],
|
1633
1643
|
"AWS::IAM::OIDCProvider": ["Arn"],
|
1634
1644
|
"AWS::IAM::Policy": [],
|
1635
1645
|
"AWS::IAM::Role": ["Arn", "RoleId"],
|
1646
|
+
"AWS::IAM::RolePolicy": [],
|
1636
1647
|
"AWS::IAM::SAMLProvider": ["Arn"],
|
1637
1648
|
"AWS::IAM::ServerCertificate": ["Arn"],
|
1638
1649
|
"AWS::IAM::ServiceLinkedRole": ["RoleName"],
|
1639
1650
|
"AWS::IAM::User": ["Arn"],
|
1651
|
+
"AWS::IAM::UserPolicy": [],
|
1640
1652
|
"AWS::IAM::UserToGroupAddition": [],
|
1641
1653
|
"AWS::IAM::VirtualMFADevice": ["SerialNumber"],
|
1642
1654
|
"AWS::IVS::Channel": ["PlaybackUrl", "IngestEndpoint", "Arn"],
|
@@ -1786,6 +1798,7 @@ export const AttributeNames = {
|
|
1786
1798
|
"AWS::Location::RouteCalculator": ["CreateTime", "UpdateTime", "CalculatorArn", "Arn"],
|
1787
1799
|
"AWS::Location::Tracker": ["CreateTime", "UpdateTime", "Arn", "TrackerArn"],
|
1788
1800
|
"AWS::Location::TrackerConsumer": [],
|
1801
|
+
"AWS::Logs::AccountPolicy": ["AccountId"],
|
1789
1802
|
"AWS::Logs::Destination": ["Arn"],
|
1790
1803
|
"AWS::Logs::LogGroup": ["Arn"],
|
1791
1804
|
"AWS::Logs::LogStream": [],
|
@@ -2040,6 +2053,7 @@ export const AttributeNames = {
|
|
2040
2053
|
"AWS::SES::VdmAttributes": ["VdmAttributesResourceId"],
|
2041
2054
|
"AWS::SNS::Subscription": [],
|
2042
2055
|
"AWS::SNS::Topic": ["TopicArn", "TopicName"],
|
2056
|
+
"AWS::SNS::TopicInlinePolicy": [],
|
2043
2057
|
"AWS::SNS::TopicPolicy": ["Id"],
|
2044
2058
|
"AWS::SQS::Queue": ["Arn", "QueueName", "QueueUrl"],
|
2045
2059
|
"AWS::SQS::QueuePolicy": [],
|
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.33",
|
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": "131.0.0"
|
63
63
|
}
|