@awboost/cfntypes 1.0.0-beta.32 → 1.0.0-beta.34
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 +22 -4
- package/lib/types.generated.d.ts +535 -11
- package/lib/types.generated.js +22 -4
- 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 = "132.0.0";
|
5
5
|
exports.ResourceType = {
|
6
6
|
ACMPCACertificate: "AWS::ACMPCA::Certificate",
|
7
7
|
ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
|
@@ -202,6 +202,8 @@ exports.ResourceType = {
|
|
202
202
|
CodeStarGitHubRepository: "AWS::CodeStar::GitHubRepository",
|
203
203
|
CodeStarConnectionsConnection: "AWS::CodeStarConnections::Connection",
|
204
204
|
CodeStarNotificationsNotificationRule: "AWS::CodeStarNotifications::NotificationRule",
|
205
|
+
CodeTestPersistentConfiguration: "AWS::CodeTest::PersistentConfiguration",
|
206
|
+
CodeTestSeries: "AWS::CodeTest::Series",
|
205
207
|
CognitoIdentityPool: "AWS::Cognito::IdentityPool",
|
206
208
|
CognitoIdentityPoolPrincipalTag: "AWS::Cognito::IdentityPoolPrincipalTag",
|
207
209
|
CognitoIdentityPoolRoleAttachment: "AWS::Cognito::IdentityPoolRoleAttachment",
|
@@ -237,7 +239,9 @@ exports.ResourceType = {
|
|
237
239
|
ConnectIntegrationAssociation: "AWS::Connect::IntegrationAssociation",
|
238
240
|
ConnectPhoneNumber: "AWS::Connect::PhoneNumber",
|
239
241
|
ConnectPrompt: "AWS::Connect::Prompt",
|
242
|
+
ConnectQueue: "AWS::Connect::Queue",
|
240
243
|
ConnectQuickConnect: "AWS::Connect::QuickConnect",
|
244
|
+
ConnectRoutingProfile: "AWS::Connect::RoutingProfile",
|
241
245
|
ConnectRule: "AWS::Connect::Rule",
|
242
246
|
ConnectSecurityKey: "AWS::Connect::SecurityKey",
|
243
247
|
ConnectTaskTemplate: "AWS::Connect::TaskTemplate",
|
@@ -531,15 +535,18 @@ exports.ResourceType = {
|
|
531
535
|
HealthLakeFHIRDatastore: "AWS::HealthLake::FHIRDatastore",
|
532
536
|
IAMAccessKey: "AWS::IAM::AccessKey",
|
533
537
|
IAMGroup: "AWS::IAM::Group",
|
538
|
+
IAMGroupPolicy: "AWS::IAM::GroupPolicy",
|
534
539
|
IAMInstanceProfile: "AWS::IAM::InstanceProfile",
|
535
540
|
IAMManagedPolicy: "AWS::IAM::ManagedPolicy",
|
536
541
|
IAMOIDCProvider: "AWS::IAM::OIDCProvider",
|
537
542
|
IAMPolicy: "AWS::IAM::Policy",
|
538
543
|
IAMRole: "AWS::IAM::Role",
|
544
|
+
IAMRolePolicy: "AWS::IAM::RolePolicy",
|
539
545
|
IAMSAMLProvider: "AWS::IAM::SAMLProvider",
|
540
546
|
IAMServerCertificate: "AWS::IAM::ServerCertificate",
|
541
547
|
IAMServiceLinkedRole: "AWS::IAM::ServiceLinkedRole",
|
542
548
|
IAMUser: "AWS::IAM::User",
|
549
|
+
IAMUserPolicy: "AWS::IAM::UserPolicy",
|
543
550
|
IAMUserToGroupAddition: "AWS::IAM::UserToGroupAddition",
|
544
551
|
IAMVirtualMFADevice: "AWS::IAM::VirtualMFADevice",
|
545
552
|
IVSChannel: "AWS::IVS::Channel",
|
@@ -689,6 +696,7 @@ exports.ResourceType = {
|
|
689
696
|
LocationRouteCalculator: "AWS::Location::RouteCalculator",
|
690
697
|
LocationTracker: "AWS::Location::Tracker",
|
691
698
|
LocationTrackerConsumer: "AWS::Location::TrackerConsumer",
|
699
|
+
LogsAccountPolicy: "AWS::Logs::AccountPolicy",
|
692
700
|
LogsDestination: "AWS::Logs::Destination",
|
693
701
|
LogsLogGroup: "AWS::Logs::LogGroup",
|
694
702
|
LogsLogStream: "AWS::Logs::LogStream",
|
@@ -943,6 +951,7 @@ exports.ResourceType = {
|
|
943
951
|
SESVdmAttributes: "AWS::SES::VdmAttributes",
|
944
952
|
SNSSubscription: "AWS::SNS::Subscription",
|
945
953
|
SNSTopic: "AWS::SNS::Topic",
|
954
|
+
SNSTopicInlinePolicy: "AWS::SNS::TopicInlinePolicy",
|
946
955
|
SNSTopicPolicy: "AWS::SNS::TopicPolicy",
|
947
956
|
SQSQueue: "AWS::SQS::Queue",
|
948
957
|
SQSQueuePolicy: "AWS::SQS::QueuePolicy",
|
@@ -1302,6 +1311,8 @@ exports.AttributeNames = {
|
|
1302
1311
|
"AWS::CodeStar::GitHubRepository": [],
|
1303
1312
|
"AWS::CodeStarConnections::Connection": ["ConnectionArn", "ConnectionStatus", "OwnerAccountId"],
|
1304
1313
|
"AWS::CodeStarNotifications::NotificationRule": ["Arn"],
|
1314
|
+
"AWS::CodeTest::PersistentConfiguration": ["Name"],
|
1315
|
+
"AWS::CodeTest::Series": [],
|
1305
1316
|
"AWS::Cognito::IdentityPool": ["Name"],
|
1306
1317
|
"AWS::Cognito::IdentityPoolPrincipalTag": [],
|
1307
1318
|
"AWS::Cognito::IdentityPoolRoleAttachment": [],
|
@@ -1337,7 +1348,9 @@ exports.AttributeNames = {
|
|
1337
1348
|
"AWS::Connect::IntegrationAssociation": ["IntegrationAssociationId"],
|
1338
1349
|
"AWS::Connect::PhoneNumber": ["Address", "PhoneNumberArn"],
|
1339
1350
|
"AWS::Connect::Prompt": ["PromptArn"],
|
1351
|
+
"AWS::Connect::Queue": ["Type", "QueueArn"],
|
1340
1352
|
"AWS::Connect::QuickConnect": ["QuickConnectArn"],
|
1353
|
+
"AWS::Connect::RoutingProfile": ["RoutingProfileArn"],
|
1341
1354
|
"AWS::Connect::Rule": ["RuleArn"],
|
1342
1355
|
"AWS::Connect::SecurityKey": ["AssociationId"],
|
1343
1356
|
"AWS::Connect::TaskTemplate": ["Arn"],
|
@@ -1631,15 +1644,18 @@ exports.AttributeNames = {
|
|
1631
1644
|
"AWS::HealthLake::FHIRDatastore": ["DatastoreArn", "CreatedAt.Nanos", "DatastoreId", "CreatedAt", "DatastoreStatus", "DatastoreEndpoint", "CreatedAt.Seconds"],
|
1632
1645
|
"AWS::IAM::AccessKey": ["SecretAccessKey"],
|
1633
1646
|
"AWS::IAM::Group": ["Arn"],
|
1647
|
+
"AWS::IAM::GroupPolicy": [],
|
1634
1648
|
"AWS::IAM::InstanceProfile": ["Arn"],
|
1635
|
-
"AWS::IAM::ManagedPolicy": [],
|
1649
|
+
"AWS::IAM::ManagedPolicy": ["IsAttachable", "UpdateDate", "PermissionsBoundaryUsageCount", "AttachmentCount", "PolicyArn", "DefaultVersionId", "CreateDate", "PolicyId"],
|
1636
1650
|
"AWS::IAM::OIDCProvider": ["Arn"],
|
1637
1651
|
"AWS::IAM::Policy": [],
|
1638
1652
|
"AWS::IAM::Role": ["Arn", "RoleId"],
|
1653
|
+
"AWS::IAM::RolePolicy": [],
|
1639
1654
|
"AWS::IAM::SAMLProvider": ["Arn"],
|
1640
1655
|
"AWS::IAM::ServerCertificate": ["Arn"],
|
1641
1656
|
"AWS::IAM::ServiceLinkedRole": ["RoleName"],
|
1642
1657
|
"AWS::IAM::User": ["Arn"],
|
1658
|
+
"AWS::IAM::UserPolicy": [],
|
1643
1659
|
"AWS::IAM::UserToGroupAddition": [],
|
1644
1660
|
"AWS::IAM::VirtualMFADevice": ["SerialNumber"],
|
1645
1661
|
"AWS::IVS::Channel": ["PlaybackUrl", "IngestEndpoint", "Arn"],
|
@@ -1763,7 +1779,7 @@ exports.AttributeNames = {
|
|
1763
1779
|
"AWS::Lambda::Function": ["SnapStartResponse.OptimizationStatus", "SnapStartResponse.ApplyOn", "SnapStartResponse", "Arn"],
|
1764
1780
|
"AWS::Lambda::LayerVersion": ["LayerVersionArn"],
|
1765
1781
|
"AWS::Lambda::LayerVersionPermission": [],
|
1766
|
-
"AWS::Lambda::Permission": [],
|
1782
|
+
"AWS::Lambda::Permission": ["Id"],
|
1767
1783
|
"AWS::Lambda::Url": ["FunctionArn", "FunctionUrl"],
|
1768
1784
|
"AWS::Lambda::Version": ["Version"],
|
1769
1785
|
"AWS::Lex::Bot": ["Id", "Arn"],
|
@@ -1789,6 +1805,7 @@ exports.AttributeNames = {
|
|
1789
1805
|
"AWS::Location::RouteCalculator": ["CreateTime", "UpdateTime", "CalculatorArn", "Arn"],
|
1790
1806
|
"AWS::Location::Tracker": ["CreateTime", "UpdateTime", "Arn", "TrackerArn"],
|
1791
1807
|
"AWS::Location::TrackerConsumer": [],
|
1808
|
+
"AWS::Logs::AccountPolicy": ["AccountId"],
|
1792
1809
|
"AWS::Logs::Destination": ["Arn"],
|
1793
1810
|
"AWS::Logs::LogGroup": ["Arn"],
|
1794
1811
|
"AWS::Logs::LogStream": [],
|
@@ -2043,9 +2060,10 @@ exports.AttributeNames = {
|
|
2043
2060
|
"AWS::SES::VdmAttributes": ["VdmAttributesResourceId"],
|
2044
2061
|
"AWS::SNS::Subscription": [],
|
2045
2062
|
"AWS::SNS::Topic": ["TopicArn", "TopicName"],
|
2063
|
+
"AWS::SNS::TopicInlinePolicy": [],
|
2046
2064
|
"AWS::SNS::TopicPolicy": ["Id"],
|
2047
2065
|
"AWS::SQS::Queue": ["Arn", "QueueName", "QueueUrl"],
|
2048
|
-
"AWS::SQS::QueuePolicy": [],
|
2066
|
+
"AWS::SQS::QueuePolicy": ["Id"],
|
2049
2067
|
"AWS::SSM::Association": ["AssociationId"],
|
2050
2068
|
"AWS::SSM::Document": [],
|
2051
2069
|
"AWS::SSM::MaintenanceWindow": [],
|
package/lib/types.generated.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare const ResourceSpecificationVersion = "
|
1
|
+
export declare const ResourceSpecificationVersion = "132.0.0";
|
2
2
|
/**
|
3
3
|
* Type definition for AWS::ACMPCA::Certificate.ApiPassthrough
|
4
4
|
*
|
@@ -5817,6 +5817,7 @@ export interface BatchJobDefinitionContainerProperties {
|
|
5817
5817
|
LogConfiguration?: BatchJobDefinitionLogConfiguration;
|
5818
5818
|
MountPoints?: any[];
|
5819
5819
|
ExecutionRoleArn?: string;
|
5820
|
+
RuntimePlatform?: BatchJobDefinitionRuntimePlatform;
|
5820
5821
|
Volumes?: any[];
|
5821
5822
|
Command?: any[];
|
5822
5823
|
Environment?: any[];
|
@@ -6109,6 +6110,16 @@ export interface BatchJobDefinitionRetryStrategy {
|
|
6109
6110
|
EvaluateOnExit?: any[];
|
6110
6111
|
Attempts?: number;
|
6111
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
|
+
}
|
6112
6123
|
/**
|
6113
6124
|
* Type definition for AWS::Batch::JobDefinition.Secret
|
6114
6125
|
*
|
@@ -8667,6 +8678,16 @@ export interface CodeStarNotificationsNotificationRuleTarget {
|
|
8667
8678
|
TargetType: string;
|
8668
8679
|
TargetAddress: string;
|
8669
8680
|
}
|
8681
|
+
/**
|
8682
|
+
* Type definition for AWS::CodeTest::PersistentConfiguration.VpcConfig
|
8683
|
+
*
|
8684
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codetest-persistentconfiguration-vpcconfig.html | AWS::CodeTest::PersistentConfiguration.VpcConfig}
|
8685
|
+
* @group AWS::CodeTest
|
8686
|
+
*/
|
8687
|
+
export interface CodeTestPersistentConfigurationVpcConfig {
|
8688
|
+
Subnets?: any[];
|
8689
|
+
SecurityGroupIds?: any[];
|
8690
|
+
}
|
8670
8691
|
/**
|
8671
8692
|
* Type definition for AWS::Cognito::IdentityPool.CognitoIdentityProvider
|
8672
8693
|
*
|
@@ -9679,6 +9700,17 @@ export interface ConnectInstanceStorageConfigS3Config {
|
|
9679
9700
|
BucketPrefix: string;
|
9680
9701
|
EncryptionConfig?: ConnectInstanceStorageConfigEncryptionConfig;
|
9681
9702
|
}
|
9703
|
+
/**
|
9704
|
+
* Type definition for AWS::Connect::Queue.OutboundCallerConfig
|
9705
|
+
*
|
9706
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-queue-outboundcallerconfig.html | AWS::Connect::Queue.OutboundCallerConfig}
|
9707
|
+
* @group AWS::Connect
|
9708
|
+
*/
|
9709
|
+
export interface ConnectQueueOutboundCallerConfig {
|
9710
|
+
OutboundCallerIdNumberArn?: string;
|
9711
|
+
OutboundFlowArn?: string;
|
9712
|
+
OutboundCallerIdName?: string;
|
9713
|
+
}
|
9682
9714
|
/**
|
9683
9715
|
* Type definition for AWS::Connect::QuickConnect.PhoneNumberQuickConnectConfig
|
9684
9716
|
*
|
@@ -9720,6 +9752,47 @@ export interface ConnectQuickConnectUserQuickConnectConfig {
|
|
9720
9752
|
UserArn: string;
|
9721
9753
|
ContactFlowArn: string;
|
9722
9754
|
}
|
9755
|
+
/**
|
9756
|
+
* Type definition for AWS::Connect::RoutingProfile.CrossChannelBehavior
|
9757
|
+
*
|
9758
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-routingprofile-crosschannelbehavior.html | AWS::Connect::RoutingProfile.CrossChannelBehavior}
|
9759
|
+
* @group AWS::Connect
|
9760
|
+
*/
|
9761
|
+
export interface ConnectRoutingProfileCrossChannelBehavior {
|
9762
|
+
BehaviorType: string;
|
9763
|
+
}
|
9764
|
+
/**
|
9765
|
+
* Type definition for AWS::Connect::RoutingProfile.MediaConcurrency
|
9766
|
+
*
|
9767
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-routingprofile-mediaconcurrency.html | AWS::Connect::RoutingProfile.MediaConcurrency}
|
9768
|
+
* @group AWS::Connect
|
9769
|
+
*/
|
9770
|
+
export interface ConnectRoutingProfileMediaConcurrency {
|
9771
|
+
Concurrency: number;
|
9772
|
+
Channel: string;
|
9773
|
+
CrossChannelBehavior?: ConnectRoutingProfileCrossChannelBehavior;
|
9774
|
+
}
|
9775
|
+
/**
|
9776
|
+
* Type definition for AWS::Connect::RoutingProfile.RoutingProfileQueueConfig
|
9777
|
+
*
|
9778
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-routingprofile-routingprofilequeueconfig.html | AWS::Connect::RoutingProfile.RoutingProfileQueueConfig}
|
9779
|
+
* @group AWS::Connect
|
9780
|
+
*/
|
9781
|
+
export interface ConnectRoutingProfileRoutingProfileQueueConfig {
|
9782
|
+
Priority: number;
|
9783
|
+
QueueReference: ConnectRoutingProfileRoutingProfileQueueReference;
|
9784
|
+
Delay: number;
|
9785
|
+
}
|
9786
|
+
/**
|
9787
|
+
* Type definition for AWS::Connect::RoutingProfile.RoutingProfileQueueReference
|
9788
|
+
*
|
9789
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-routingprofile-routingprofilequeuereference.html | AWS::Connect::RoutingProfile.RoutingProfileQueueReference}
|
9790
|
+
* @group AWS::Connect
|
9791
|
+
*/
|
9792
|
+
export interface ConnectRoutingProfileRoutingProfileQueueReference {
|
9793
|
+
Channel: string;
|
9794
|
+
QueueArn: string;
|
9795
|
+
}
|
9723
9796
|
/**
|
9724
9797
|
* Type definition for AWS::Connect::Rule.Actions
|
9725
9798
|
*
|
@@ -14846,7 +14919,6 @@ export interface ECSTaskSetAwsVpcConfiguration {
|
|
14846
14919
|
*/
|
14847
14920
|
export interface ECSTaskSetLoadBalancer {
|
14848
14921
|
TargetGroupArn?: string;
|
14849
|
-
LoadBalancerName?: string;
|
14850
14922
|
ContainerName?: string;
|
14851
14923
|
ContainerPort?: number;
|
14852
14924
|
}
|
@@ -17644,6 +17716,16 @@ export interface FSxStorageVirtualMachineSelfManagedActiveDirectoryConfiguration
|
|
17644
17716
|
DnsIps?: any[];
|
17645
17717
|
Password?: string;
|
17646
17718
|
}
|
17719
|
+
/**
|
17720
|
+
* Type definition for AWS::FSx::Volume.AutocommitPeriod
|
17721
|
+
*
|
17722
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-volume-ontapconfiguration-snaplockconfiguration-autocommitperiod.html | AWS::FSx::Volume.AutocommitPeriod}
|
17723
|
+
* @group AWS::FSx
|
17724
|
+
*/
|
17725
|
+
export interface FSxVolumeAutocommitPeriod {
|
17726
|
+
Type: string;
|
17727
|
+
Value?: number;
|
17728
|
+
}
|
17647
17729
|
/**
|
17648
17730
|
* Type definition for AWS::FSx::Volume.ClientConfigurations
|
17649
17731
|
*
|
@@ -17678,6 +17760,7 @@ export interface FSxVolumeOntapConfiguration {
|
|
17678
17760
|
SizeInMegabytes: string;
|
17679
17761
|
CopyTagsToBackups?: string;
|
17680
17762
|
SecurityStyle?: string;
|
17763
|
+
SnaplockConfiguration?: FSxVolumeSnaplockConfiguration;
|
17681
17764
|
OntapVolumeType?: string;
|
17682
17765
|
}
|
17683
17766
|
/**
|
@@ -17709,6 +17792,41 @@ export interface FSxVolumeOriginSnapshot {
|
|
17709
17792
|
CopyStrategy: string;
|
17710
17793
|
SnapshotARN: string;
|
17711
17794
|
}
|
17795
|
+
/**
|
17796
|
+
* Type definition for AWS::FSx::Volume.RetentionPeriod
|
17797
|
+
*
|
17798
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-volume-retentionperiod.html | AWS::FSx::Volume.RetentionPeriod}
|
17799
|
+
* @group AWS::FSx
|
17800
|
+
*/
|
17801
|
+
export interface FSxVolumeRetentionPeriod {
|
17802
|
+
Type: string;
|
17803
|
+
Value?: number;
|
17804
|
+
}
|
17805
|
+
/**
|
17806
|
+
* Type definition for AWS::FSx::Volume.SnaplockConfiguration
|
17807
|
+
*
|
17808
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-volume-ontapconfiguration-snaplockconfiguration.html | AWS::FSx::Volume.SnaplockConfiguration}
|
17809
|
+
* @group AWS::FSx
|
17810
|
+
*/
|
17811
|
+
export interface FSxVolumeSnaplockConfiguration {
|
17812
|
+
AuditLogVolume?: string;
|
17813
|
+
VolumeAppendModeEnabled?: string;
|
17814
|
+
AutocommitPeriod?: FSxVolumeAutocommitPeriod;
|
17815
|
+
RetentionPeriod?: FSxVolumeSnaplockRetentionPeriod;
|
17816
|
+
PrivilegedDelete?: string;
|
17817
|
+
SnaplockType: string;
|
17818
|
+
}
|
17819
|
+
/**
|
17820
|
+
* Type definition for AWS::FSx::Volume.SnaplockRetentionPeriod
|
17821
|
+
*
|
17822
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-volume-snaplockretentionperiod.html | AWS::FSx::Volume.SnaplockRetentionPeriod}
|
17823
|
+
* @group AWS::FSx
|
17824
|
+
*/
|
17825
|
+
export interface FSxVolumeSnaplockRetentionPeriod {
|
17826
|
+
DefaultRetention: FSxVolumeRetentionPeriod;
|
17827
|
+
MaximumRetention: FSxVolumeRetentionPeriod;
|
17828
|
+
MinimumRetention: FSxVolumeRetentionPeriod;
|
17829
|
+
}
|
17712
17830
|
/**
|
17713
17831
|
* Type definition for AWS::FSx::Volume.TieringPolicy
|
17714
17832
|
*
|
@@ -31521,6 +31639,8 @@ export interface MediaPackagePackagingConfigurationDashPackage {
|
|
31521
31639
|
* @group AWS::MediaPackage
|
31522
31640
|
*/
|
31523
31641
|
export interface MediaPackagePackagingConfigurationEncryptionContractConfiguration {
|
31642
|
+
PresetSpeke20Audio: string;
|
31643
|
+
PresetSpeke20Video: string;
|
31524
31644
|
}
|
31525
31645
|
/**
|
31526
31646
|
* Type definition for AWS::MediaPackage::PackagingConfiguration.HlsEncryption
|
@@ -54723,7 +54843,20 @@ export interface SageMakerEndpointCapacitySize {
|
|
54723
54843
|
*/
|
54724
54844
|
export interface SageMakerEndpointDeploymentConfig {
|
54725
54845
|
AutoRollbackConfiguration?: SageMakerEndpointAutoRollbackConfig;
|
54726
|
-
|
54846
|
+
RollingUpdatePolicy?: SageMakerEndpointRollingUpdatePolicy;
|
54847
|
+
BlueGreenUpdatePolicy?: SageMakerEndpointBlueGreenUpdatePolicy;
|
54848
|
+
}
|
54849
|
+
/**
|
54850
|
+
* Type definition for AWS::SageMaker::Endpoint.RollingUpdatePolicy
|
54851
|
+
*
|
54852
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpoint-rollingupdatepolicy.html | AWS::SageMaker::Endpoint.RollingUpdatePolicy}
|
54853
|
+
* @group AWS::SageMaker
|
54854
|
+
*/
|
54855
|
+
export interface SageMakerEndpointRollingUpdatePolicy {
|
54856
|
+
MaximumExecutionTimeoutInSeconds?: number;
|
54857
|
+
MaximumBatchSize: SageMakerEndpointCapacitySize;
|
54858
|
+
WaitIntervalInSeconds: number;
|
54859
|
+
RollbackMaximumBatchSize?: SageMakerEndpointCapacitySize;
|
54727
54860
|
}
|
54728
54861
|
/**
|
54729
54862
|
* Type definition for AWS::SageMaker::Endpoint.TrafficRoutingConfig
|
@@ -57760,6 +57893,17 @@ export interface TimestreamTableMagneticStoreWriteProperties {
|
|
57760
57893
|
EnableMagneticStoreWrites: boolean;
|
57761
57894
|
MagneticStoreRejectedDataLocation?: TimestreamTableMagneticStoreRejectedDataLocation;
|
57762
57895
|
}
|
57896
|
+
/**
|
57897
|
+
* Type definition for AWS::Timestream::Table.PartitionKey
|
57898
|
+
*
|
57899
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-timestream-table-partitionkey.html | AWS::Timestream::Table.PartitionKey}
|
57900
|
+
* @group AWS::Timestream
|
57901
|
+
*/
|
57902
|
+
export interface TimestreamTablePartitionKey {
|
57903
|
+
Type: string;
|
57904
|
+
EnforcementInRecord?: string;
|
57905
|
+
Name?: string;
|
57906
|
+
}
|
57763
57907
|
/**
|
57764
57908
|
* Type definition for AWS::Timestream::Table.RetentionProperties
|
57765
57909
|
*
|
@@ -57782,6 +57926,15 @@ export interface TimestreamTableS3Configuration {
|
|
57782
57926
|
ObjectKeyPrefix?: string;
|
57783
57927
|
EncryptionOption: string;
|
57784
57928
|
}
|
57929
|
+
/**
|
57930
|
+
* Type definition for AWS::Timestream::Table.Schema
|
57931
|
+
*
|
57932
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-timestream-table-schema.html | AWS::Timestream::Table.Schema}
|
57933
|
+
* @group AWS::Timestream
|
57934
|
+
*/
|
57935
|
+
export interface TimestreamTableSchema {
|
57936
|
+
CompositePartitionKey?: any[];
|
57937
|
+
}
|
57785
57938
|
/**
|
57786
57939
|
* Type definition for AWS::Transfer::Connector.As2Config
|
57787
57940
|
*
|
@@ -59021,10 +59174,85 @@ export interface WAFv2RuleGroupOrStatement {
|
|
59021
59174
|
*/
|
59022
59175
|
export interface WAFv2RuleGroupRateBasedStatement {
|
59023
59176
|
AggregateKeyType: string;
|
59177
|
+
CustomKeys?: any[];
|
59024
59178
|
ForwardedIPConfig?: WAFv2RuleGroupForwardedIPConfiguration;
|
59025
59179
|
Limit: number;
|
59026
59180
|
ScopeDownStatement?: WAFv2RuleGroupStatement;
|
59027
59181
|
}
|
59182
|
+
/**
|
59183
|
+
* Type definition for AWS::WAFv2::RuleGroup.RateBasedStatementCustomKey
|
59184
|
+
*
|
59185
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratebasedstatementcustomkey.html | AWS::WAFv2::RuleGroup.RateBasedStatementCustomKey}
|
59186
|
+
* @group AWS::WAFv2
|
59187
|
+
*/
|
59188
|
+
export interface WAFv2RuleGroupRateBasedStatementCustomKey {
|
59189
|
+
Cookie?: WAFv2RuleGroupRateLimitCookie;
|
59190
|
+
ForwardedIP?: object;
|
59191
|
+
QueryArgument?: WAFv2RuleGroupRateLimitQueryArgument;
|
59192
|
+
Header?: WAFv2RuleGroupRateLimitHeader;
|
59193
|
+
HTTPMethod?: object;
|
59194
|
+
QueryString?: WAFv2RuleGroupRateLimitQueryString;
|
59195
|
+
UriPath?: WAFv2RuleGroupRateLimitUriPath;
|
59196
|
+
IP?: object;
|
59197
|
+
LabelNamespace?: WAFv2RuleGroupRateLimitLabelNamespace;
|
59198
|
+
}
|
59199
|
+
/**
|
59200
|
+
* Type definition for AWS::WAFv2::RuleGroup.RateLimitCookie
|
59201
|
+
*
|
59202
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratelimitcookie.html | AWS::WAFv2::RuleGroup.RateLimitCookie}
|
59203
|
+
* @group AWS::WAFv2
|
59204
|
+
*/
|
59205
|
+
export interface WAFv2RuleGroupRateLimitCookie {
|
59206
|
+
TextTransformations: any[];
|
59207
|
+
Name: string;
|
59208
|
+
}
|
59209
|
+
/**
|
59210
|
+
* Type definition for AWS::WAFv2::RuleGroup.RateLimitHeader
|
59211
|
+
*
|
59212
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratelimitheader.html | AWS::WAFv2::RuleGroup.RateLimitHeader}
|
59213
|
+
* @group AWS::WAFv2
|
59214
|
+
*/
|
59215
|
+
export interface WAFv2RuleGroupRateLimitHeader {
|
59216
|
+
TextTransformations: any[];
|
59217
|
+
Name: string;
|
59218
|
+
}
|
59219
|
+
/**
|
59220
|
+
* Type definition for AWS::WAFv2::RuleGroup.RateLimitLabelNamespace
|
59221
|
+
*
|
59222
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratelimitlabelnamespace.html | AWS::WAFv2::RuleGroup.RateLimitLabelNamespace}
|
59223
|
+
* @group AWS::WAFv2
|
59224
|
+
*/
|
59225
|
+
export interface WAFv2RuleGroupRateLimitLabelNamespace {
|
59226
|
+
Namespace: string;
|
59227
|
+
}
|
59228
|
+
/**
|
59229
|
+
* Type definition for AWS::WAFv2::RuleGroup.RateLimitQueryArgument
|
59230
|
+
*
|
59231
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratelimitqueryargument.html | AWS::WAFv2::RuleGroup.RateLimitQueryArgument}
|
59232
|
+
* @group AWS::WAFv2
|
59233
|
+
*/
|
59234
|
+
export interface WAFv2RuleGroupRateLimitQueryArgument {
|
59235
|
+
TextTransformations: any[];
|
59236
|
+
Name: string;
|
59237
|
+
}
|
59238
|
+
/**
|
59239
|
+
* Type definition for AWS::WAFv2::RuleGroup.RateLimitQueryString
|
59240
|
+
*
|
59241
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratelimitquerystring.html | AWS::WAFv2::RuleGroup.RateLimitQueryString}
|
59242
|
+
* @group AWS::WAFv2
|
59243
|
+
*/
|
59244
|
+
export interface WAFv2RuleGroupRateLimitQueryString {
|
59245
|
+
TextTransformations: any[];
|
59246
|
+
}
|
59247
|
+
/**
|
59248
|
+
* Type definition for AWS::WAFv2::RuleGroup.RateLimitUriPath
|
59249
|
+
*
|
59250
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ratelimituripath.html | AWS::WAFv2::RuleGroup.RateLimitUriPath}
|
59251
|
+
* @group AWS::WAFv2
|
59252
|
+
*/
|
59253
|
+
export interface WAFv2RuleGroupRateLimitUriPath {
|
59254
|
+
TextTransformations: any[];
|
59255
|
+
}
|
59028
59256
|
/**
|
59029
59257
|
* Type definition for AWS::WAFv2::RuleGroup.RegexMatchStatement
|
59030
59258
|
*
|
@@ -59578,10 +59806,85 @@ export interface WAFv2WebACLOverrideAction {
|
|
59578
59806
|
*/
|
59579
59807
|
export interface WAFv2WebACLRateBasedStatement {
|
59580
59808
|
AggregateKeyType: string;
|
59809
|
+
CustomKeys?: any[];
|
59581
59810
|
ForwardedIPConfig?: WAFv2WebACLForwardedIPConfiguration;
|
59582
59811
|
Limit: number;
|
59583
59812
|
ScopeDownStatement?: WAFv2WebACLStatement;
|
59584
59813
|
}
|
59814
|
+
/**
|
59815
|
+
* Type definition for AWS::WAFv2::WebACL.RateBasedStatementCustomKey
|
59816
|
+
*
|
59817
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratebasedstatementcustomkey.html | AWS::WAFv2::WebACL.RateBasedStatementCustomKey}
|
59818
|
+
* @group AWS::WAFv2
|
59819
|
+
*/
|
59820
|
+
export interface WAFv2WebACLRateBasedStatementCustomKey {
|
59821
|
+
Cookie?: WAFv2WebACLRateLimitCookie;
|
59822
|
+
ForwardedIP?: object;
|
59823
|
+
QueryArgument?: WAFv2WebACLRateLimitQueryArgument;
|
59824
|
+
Header?: WAFv2WebACLRateLimitHeader;
|
59825
|
+
HTTPMethod?: object;
|
59826
|
+
QueryString?: WAFv2WebACLRateLimitQueryString;
|
59827
|
+
UriPath?: WAFv2WebACLRateLimitUriPath;
|
59828
|
+
IP?: object;
|
59829
|
+
LabelNamespace?: WAFv2WebACLRateLimitLabelNamespace;
|
59830
|
+
}
|
59831
|
+
/**
|
59832
|
+
* Type definition for AWS::WAFv2::WebACL.RateLimitCookie
|
59833
|
+
*
|
59834
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratelimitcookie.html | AWS::WAFv2::WebACL.RateLimitCookie}
|
59835
|
+
* @group AWS::WAFv2
|
59836
|
+
*/
|
59837
|
+
export interface WAFv2WebACLRateLimitCookie {
|
59838
|
+
TextTransformations: any[];
|
59839
|
+
Name: string;
|
59840
|
+
}
|
59841
|
+
/**
|
59842
|
+
* Type definition for AWS::WAFv2::WebACL.RateLimitHeader
|
59843
|
+
*
|
59844
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratelimitheader.html | AWS::WAFv2::WebACL.RateLimitHeader}
|
59845
|
+
* @group AWS::WAFv2
|
59846
|
+
*/
|
59847
|
+
export interface WAFv2WebACLRateLimitHeader {
|
59848
|
+
TextTransformations: any[];
|
59849
|
+
Name: string;
|
59850
|
+
}
|
59851
|
+
/**
|
59852
|
+
* Type definition for AWS::WAFv2::WebACL.RateLimitLabelNamespace
|
59853
|
+
*
|
59854
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratelimitlabelnamespace.html | AWS::WAFv2::WebACL.RateLimitLabelNamespace}
|
59855
|
+
* @group AWS::WAFv2
|
59856
|
+
*/
|
59857
|
+
export interface WAFv2WebACLRateLimitLabelNamespace {
|
59858
|
+
Namespace: string;
|
59859
|
+
}
|
59860
|
+
/**
|
59861
|
+
* Type definition for AWS::WAFv2::WebACL.RateLimitQueryArgument
|
59862
|
+
*
|
59863
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratelimitqueryargument.html | AWS::WAFv2::WebACL.RateLimitQueryArgument}
|
59864
|
+
* @group AWS::WAFv2
|
59865
|
+
*/
|
59866
|
+
export interface WAFv2WebACLRateLimitQueryArgument {
|
59867
|
+
TextTransformations: any[];
|
59868
|
+
Name: string;
|
59869
|
+
}
|
59870
|
+
/**
|
59871
|
+
* Type definition for AWS::WAFv2::WebACL.RateLimitQueryString
|
59872
|
+
*
|
59873
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratelimitquerystring.html | AWS::WAFv2::WebACL.RateLimitQueryString}
|
59874
|
+
* @group AWS::WAFv2
|
59875
|
+
*/
|
59876
|
+
export interface WAFv2WebACLRateLimitQueryString {
|
59877
|
+
TextTransformations: any[];
|
59878
|
+
}
|
59879
|
+
/**
|
59880
|
+
* Type definition for AWS::WAFv2::WebACL.RateLimitUriPath
|
59881
|
+
*
|
59882
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ratelimituripath.html | AWS::WAFv2::WebACL.RateLimitUriPath}
|
59883
|
+
* @group AWS::WAFv2
|
59884
|
+
*/
|
59885
|
+
export interface WAFv2WebACLRateLimitUriPath {
|
59886
|
+
TextTransformations: any[];
|
59887
|
+
}
|
59585
59888
|
/**
|
59586
59889
|
* Type definition for AWS::WAFv2::WebACL.RegexMatchStatement
|
59587
59890
|
*
|
@@ -59975,8 +60278,8 @@ export interface AlexaASKSkillSkillPackage {
|
|
59975
60278
|
* @group Tag
|
59976
60279
|
*/
|
59977
60280
|
export interface Tag {
|
59978
|
-
Key: string;
|
59979
60281
|
Value: string;
|
60282
|
+
Key: string;
|
59980
60283
|
}
|
59981
60284
|
/**
|
59982
60285
|
* Type definition for AWS::ACMPCA::Certificate
|
@@ -60136,6 +60439,7 @@ export interface AccessAnalyzerAnalyzerAttribs {
|
|
60136
60439
|
*/
|
60137
60440
|
export interface AmazonMQBrokerProps {
|
60138
60441
|
SecurityGroups?: any[];
|
60442
|
+
DataReplicationPrimaryBrokerArn?: string;
|
60139
60443
|
StorageType?: string;
|
60140
60444
|
EngineVersion: string;
|
60141
60445
|
Configuration?: AmazonMQBrokerConfigurationId;
|
@@ -60146,6 +60450,7 @@ export interface AmazonMQBrokerProps {
|
|
60146
60450
|
Users: any[];
|
60147
60451
|
Logs?: AmazonMQBrokerLogList;
|
60148
60452
|
SubnetIds?: any[];
|
60453
|
+
DataReplicationMode?: string;
|
60149
60454
|
BrokerName: string;
|
60150
60455
|
LdapServerMetadata?: AmazonMQBrokerLdapServerMetadata;
|
60151
60456
|
DeploymentMode: string;
|
@@ -64417,6 +64722,39 @@ export interface CodeStarNotificationsNotificationRuleProps {
|
|
64417
64722
|
export interface CodeStarNotificationsNotificationRuleAttribs {
|
64418
64723
|
Arn?: string;
|
64419
64724
|
}
|
64725
|
+
/**
|
64726
|
+
* Type definition for AWS::CodeTest::PersistentConfiguration
|
64727
|
+
*
|
64728
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codetest-persistentconfiguration.html | AWS::CodeTest::PersistentConfiguration}
|
64729
|
+
* @group AWS::CodeTest
|
64730
|
+
*/
|
64731
|
+
export interface CodeTestPersistentConfigurationProps {
|
64732
|
+
Version?: string;
|
64733
|
+
VpcConfig?: CodeTestPersistentConfigurationVpcConfig;
|
64734
|
+
Name?: string;
|
64735
|
+
ResultsRoleArn: string;
|
64736
|
+
}
|
64737
|
+
/**
|
64738
|
+
* Attributes type definition for AWS::CodeTest::PersistentConfiguration
|
64739
|
+
*
|
64740
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codetest-persistentconfiguration.html | AWS::CodeTest::PersistentConfiguration}
|
64741
|
+
* @group AWS::CodeTest
|
64742
|
+
*/
|
64743
|
+
export interface CodeTestPersistentConfigurationAttribs {
|
64744
|
+
Name?: string;
|
64745
|
+
}
|
64746
|
+
/**
|
64747
|
+
* Type definition for AWS::CodeTest::Series
|
64748
|
+
*
|
64749
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codetest-series.html | AWS::CodeTest::Series}
|
64750
|
+
* @group AWS::CodeTest
|
64751
|
+
*/
|
64752
|
+
export interface CodeTestSeriesProps {
|
64753
|
+
RunDefinition: object;
|
64754
|
+
State: string;
|
64755
|
+
PersistentConfigurationId: string;
|
64756
|
+
Name?: string;
|
64757
|
+
}
|
64420
64758
|
/**
|
64421
64759
|
* Type definition for AWS::Cognito::IdentityPool
|
64422
64760
|
*
|
@@ -65109,6 +65447,33 @@ export interface ConnectPromptProps {
|
|
65109
65447
|
export interface ConnectPromptAttribs {
|
65110
65448
|
PromptArn?: string;
|
65111
65449
|
}
|
65450
|
+
/**
|
65451
|
+
* Type definition for AWS::Connect::Queue
|
65452
|
+
*
|
65453
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-queue.html | AWS::Connect::Queue}
|
65454
|
+
* @group AWS::Connect
|
65455
|
+
*/
|
65456
|
+
export interface ConnectQueueProps {
|
65457
|
+
Status?: string;
|
65458
|
+
HoursOfOperationArn: string;
|
65459
|
+
Description?: string;
|
65460
|
+
InstanceArn: string;
|
65461
|
+
QuickConnectArns?: any[];
|
65462
|
+
OutboundCallerConfig?: ConnectQueueOutboundCallerConfig;
|
65463
|
+
MaxContacts?: number;
|
65464
|
+
Tags?: any[];
|
65465
|
+
Name: string;
|
65466
|
+
}
|
65467
|
+
/**
|
65468
|
+
* Attributes type definition for AWS::Connect::Queue
|
65469
|
+
*
|
65470
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-queue.html | AWS::Connect::Queue}
|
65471
|
+
* @group AWS::Connect
|
65472
|
+
*/
|
65473
|
+
export interface ConnectQueueAttribs {
|
65474
|
+
Type?: string;
|
65475
|
+
QueueArn?: string;
|
65476
|
+
}
|
65112
65477
|
/**
|
65113
65478
|
* Type definition for AWS::Connect::QuickConnect
|
65114
65479
|
*
|
@@ -65131,6 +65496,30 @@ export interface ConnectQuickConnectProps {
|
|
65131
65496
|
export interface ConnectQuickConnectAttribs {
|
65132
65497
|
QuickConnectArn?: string;
|
65133
65498
|
}
|
65499
|
+
/**
|
65500
|
+
* Type definition for AWS::Connect::RoutingProfile
|
65501
|
+
*
|
65502
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-routingprofile.html | AWS::Connect::RoutingProfile}
|
65503
|
+
* @group AWS::Connect
|
65504
|
+
*/
|
65505
|
+
export interface ConnectRoutingProfileProps {
|
65506
|
+
Description: string;
|
65507
|
+
MediaConcurrencies: any[];
|
65508
|
+
InstanceArn: string;
|
65509
|
+
QueueConfigs?: any[];
|
65510
|
+
DefaultOutboundQueueArn: string;
|
65511
|
+
Tags?: any[];
|
65512
|
+
Name: string;
|
65513
|
+
}
|
65514
|
+
/**
|
65515
|
+
* Attributes type definition for AWS::Connect::RoutingProfile
|
65516
|
+
*
|
65517
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-routingprofile.html | AWS::Connect::RoutingProfile}
|
65518
|
+
* @group AWS::Connect
|
65519
|
+
*/
|
65520
|
+
export interface ConnectRoutingProfileAttribs {
|
65521
|
+
RoutingProfileArn?: string;
|
65522
|
+
}
|
65134
65523
|
/**
|
65135
65524
|
* Type definition for AWS::Connect::Rule
|
65136
65525
|
*
|
@@ -66765,6 +67154,7 @@ export interface EC2HostProps {
|
|
66765
67154
|
HostMaintenance?: string;
|
66766
67155
|
AvailabilityZone: string;
|
66767
67156
|
InstanceType?: string;
|
67157
|
+
AssetId?: string;
|
66768
67158
|
}
|
66769
67159
|
/**
|
66770
67160
|
* Attributes type definition for AWS::EC2::Host
|
@@ -71550,6 +71940,17 @@ export interface IAMGroupProps {
|
|
71550
71940
|
export interface IAMGroupAttribs {
|
71551
71941
|
Arn?: string;
|
71552
71942
|
}
|
71943
|
+
/**
|
71944
|
+
* Type definition for AWS::IAM::GroupPolicy
|
71945
|
+
*
|
71946
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-grouppolicy.html | AWS::IAM::GroupPolicy}
|
71947
|
+
* @group AWS::IAM
|
71948
|
+
*/
|
71949
|
+
export interface IAMGroupPolicyProps {
|
71950
|
+
GroupName: string;
|
71951
|
+
PolicyName: string;
|
71952
|
+
PolicyDocument?: object;
|
71953
|
+
}
|
71553
71954
|
/**
|
71554
71955
|
* Type definition for AWS::IAM::InstanceProfile
|
71555
71956
|
*
|
@@ -71577,14 +71978,30 @@ export interface IAMInstanceProfileAttribs {
|
|
71577
71978
|
* @group AWS::IAM
|
71578
71979
|
*/
|
71579
71980
|
export interface IAMManagedPolicyProps {
|
71580
|
-
Description?: string;
|
71581
|
-
Groups?: any[];
|
71582
71981
|
ManagedPolicyName?: string;
|
71583
71982
|
Path?: string;
|
71983
|
+
Description?: string;
|
71984
|
+
Groups?: any[];
|
71584
71985
|
PolicyDocument: object;
|
71585
71986
|
Roles?: any[];
|
71586
71987
|
Users?: any[];
|
71587
71988
|
}
|
71989
|
+
/**
|
71990
|
+
* Attributes type definition for AWS::IAM::ManagedPolicy
|
71991
|
+
*
|
71992
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html | AWS::IAM::ManagedPolicy}
|
71993
|
+
* @group AWS::IAM
|
71994
|
+
*/
|
71995
|
+
export interface IAMManagedPolicyAttribs {
|
71996
|
+
IsAttachable?: boolean;
|
71997
|
+
UpdateDate?: string;
|
71998
|
+
PermissionsBoundaryUsageCount?: number;
|
71999
|
+
AttachmentCount?: number;
|
72000
|
+
PolicyArn?: string;
|
72001
|
+
DefaultVersionId?: string;
|
72002
|
+
CreateDate?: string;
|
72003
|
+
PolicyId?: string;
|
72004
|
+
}
|
71588
72005
|
/**
|
71589
72006
|
* Type definition for AWS::IAM::OIDCProvider
|
71590
72007
|
*
|
@@ -71646,6 +72063,17 @@ export interface IAMRoleAttribs {
|
|
71646
72063
|
Arn?: string;
|
71647
72064
|
RoleId?: string;
|
71648
72065
|
}
|
72066
|
+
/**
|
72067
|
+
* Type definition for AWS::IAM::RolePolicy
|
72068
|
+
*
|
72069
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-rolepolicy.html | AWS::IAM::RolePolicy}
|
72070
|
+
* @group AWS::IAM
|
72071
|
+
*/
|
72072
|
+
export interface IAMRolePolicyProps {
|
72073
|
+
RoleName: string;
|
72074
|
+
PolicyName: string;
|
72075
|
+
PolicyDocument?: object;
|
72076
|
+
}
|
71649
72077
|
/**
|
71650
72078
|
* Type definition for AWS::IAM::SAMLProvider
|
71651
72079
|
*
|
@@ -71734,6 +72162,17 @@ export interface IAMUserProps {
|
|
71734
72162
|
export interface IAMUserAttribs {
|
71735
72163
|
Arn?: string;
|
71736
72164
|
}
|
72165
|
+
/**
|
72166
|
+
* Type definition for AWS::IAM::UserPolicy
|
72167
|
+
*
|
72168
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-userpolicy.html | AWS::IAM::UserPolicy}
|
72169
|
+
* @group AWS::IAM
|
72170
|
+
*/
|
72171
|
+
export interface IAMUserPolicyProps {
|
72172
|
+
UserName: string;
|
72173
|
+
PolicyName: string;
|
72174
|
+
PolicyDocument?: object;
|
72175
|
+
}
|
71737
72176
|
/**
|
71738
72177
|
* Type definition for AWS::IAM::UserToGroupAddition
|
71739
72178
|
*
|
@@ -73819,6 +74258,7 @@ export interface KMSAliasProps {
|
|
73819
74258
|
* @group AWS::KMS
|
73820
74259
|
*/
|
73821
74260
|
export interface KMSKeyProps {
|
74261
|
+
Origin?: string;
|
73822
74262
|
MultiRegion?: boolean;
|
73823
74263
|
Description?: string;
|
73824
74264
|
PendingWindowInDays?: number;
|
@@ -74476,14 +74916,23 @@ export interface LambdaLayerVersionPermissionProps {
|
|
74476
74916
|
* @group AWS::Lambda
|
74477
74917
|
*/
|
74478
74918
|
export interface LambdaPermissionProps {
|
74919
|
+
FunctionName: string;
|
74479
74920
|
Action: string;
|
74480
74921
|
EventSourceToken?: string;
|
74481
|
-
FunctionName: string;
|
74482
74922
|
FunctionUrlAuthType?: string;
|
74483
|
-
Principal: string;
|
74484
|
-
PrincipalOrgID?: string;
|
74485
|
-
SourceAccount?: string;
|
74486
74923
|
SourceArn?: string;
|
74924
|
+
SourceAccount?: string;
|
74925
|
+
PrincipalOrgID?: string;
|
74926
|
+
Principal: string;
|
74927
|
+
}
|
74928
|
+
/**
|
74929
|
+
* Attributes type definition for AWS::Lambda::Permission
|
74930
|
+
*
|
74931
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html | AWS::Lambda::Permission}
|
74932
|
+
* @group AWS::Lambda
|
74933
|
+
*/
|
74934
|
+
export interface LambdaPermissionAttribs {
|
74935
|
+
Id?: string;
|
74487
74936
|
}
|
74488
74937
|
/**
|
74489
74938
|
* Type definition for AWS::Lambda::Url
|
@@ -75119,6 +75568,27 @@ export interface LocationTrackerConsumerProps {
|
|
75119
75568
|
TrackerName: string;
|
75120
75569
|
ConsumerArn: string;
|
75121
75570
|
}
|
75571
|
+
/**
|
75572
|
+
* Type definition for AWS::Logs::AccountPolicy
|
75573
|
+
*
|
75574
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-accountpolicy.html | AWS::Logs::AccountPolicy}
|
75575
|
+
* @group AWS::Logs
|
75576
|
+
*/
|
75577
|
+
export interface LogsAccountPolicyProps {
|
75578
|
+
PolicyType: string;
|
75579
|
+
Scope?: string;
|
75580
|
+
PolicyName: string;
|
75581
|
+
PolicyDocument: string;
|
75582
|
+
}
|
75583
|
+
/**
|
75584
|
+
* Attributes type definition for AWS::Logs::AccountPolicy
|
75585
|
+
*
|
75586
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-accountpolicy.html | AWS::Logs::AccountPolicy}
|
75587
|
+
* @group AWS::Logs
|
75588
|
+
*/
|
75589
|
+
export interface LogsAccountPolicyAttribs {
|
75590
|
+
AccountId?: string;
|
75591
|
+
}
|
75122
75592
|
/**
|
75123
75593
|
* Type definition for AWS::Logs::Destination
|
75124
75594
|
*
|
@@ -81011,6 +81481,16 @@ export interface SNSTopicAttribs {
|
|
81011
81481
|
TopicArn?: string;
|
81012
81482
|
TopicName?: string;
|
81013
81483
|
}
|
81484
|
+
/**
|
81485
|
+
* Type definition for AWS::SNS::TopicInlinePolicy
|
81486
|
+
*
|
81487
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topicinlinepolicy.html | AWS::SNS::TopicInlinePolicy}
|
81488
|
+
* @group AWS::SNS
|
81489
|
+
*/
|
81490
|
+
export interface SNSTopicInlinePolicyProps {
|
81491
|
+
TopicArn: string;
|
81492
|
+
PolicyDocument: object;
|
81493
|
+
}
|
81014
81494
|
/**
|
81015
81495
|
* Type definition for AWS::SNS::TopicPolicy
|
81016
81496
|
*
|
@@ -81068,13 +81548,22 @@ export interface SQSQueueAttribs {
|
|
81068
81548
|
/**
|
81069
81549
|
* Type definition for AWS::SQS::QueuePolicy
|
81070
81550
|
*
|
81071
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
81551
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs-queuepolicy.html | AWS::SQS::QueuePolicy}
|
81072
81552
|
* @group AWS::SQS
|
81073
81553
|
*/
|
81074
81554
|
export interface SQSQueuePolicyProps {
|
81075
81555
|
PolicyDocument: object;
|
81076
81556
|
Queues: any[];
|
81077
81557
|
}
|
81558
|
+
/**
|
81559
|
+
* Attributes type definition for AWS::SQS::QueuePolicy
|
81560
|
+
*
|
81561
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs-queuepolicy.html | AWS::SQS::QueuePolicy}
|
81562
|
+
* @group AWS::SQS
|
81563
|
+
*/
|
81564
|
+
export interface SQSQueuePolicyAttribs {
|
81565
|
+
Id?: string;
|
81566
|
+
}
|
81078
81567
|
/**
|
81079
81568
|
* Type definition for AWS::SSM::Association
|
81080
81569
|
*
|
@@ -81703,6 +82192,15 @@ export interface SageMakerImageAttribs {
|
|
81703
82192
|
*/
|
81704
82193
|
export interface SageMakerImageVersionProps {
|
81705
82194
|
ImageName: string;
|
82195
|
+
Horovod?: boolean;
|
82196
|
+
Processor?: string;
|
82197
|
+
JobType?: string;
|
82198
|
+
Alias?: string;
|
82199
|
+
ProgrammingLang?: string;
|
82200
|
+
VendorGuidance?: string;
|
82201
|
+
MLFramework?: string;
|
82202
|
+
Aliases?: any[];
|
82203
|
+
ReleaseNotes?: string;
|
81706
82204
|
BaseImage: string;
|
81707
82205
|
}
|
81708
82206
|
/**
|
@@ -83184,6 +83682,7 @@ export interface TimestreamScheduledQueryAttribs {
|
|
83184
83682
|
export interface TimestreamTableProps {
|
83185
83683
|
TableName?: string;
|
83186
83684
|
RetentionProperties?: TimestreamTableRetentionProperties;
|
83685
|
+
Schema?: TimestreamTableSchema;
|
83187
83686
|
DatabaseName: string;
|
83188
83687
|
Tags?: any[];
|
83189
83688
|
MagneticStoreWriteProperties?: TimestreamTableMagneticStoreWriteProperties;
|
@@ -84429,6 +84928,8 @@ export interface ResourceTypes {
|
|
84429
84928
|
"AWS::CodeStar::GitHubRepository": CodeStarGitHubRepositoryProps;
|
84430
84929
|
"AWS::CodeStarConnections::Connection": CodeStarConnectionsConnectionProps;
|
84431
84930
|
"AWS::CodeStarNotifications::NotificationRule": CodeStarNotificationsNotificationRuleProps;
|
84931
|
+
"AWS::CodeTest::PersistentConfiguration": CodeTestPersistentConfigurationProps;
|
84932
|
+
"AWS::CodeTest::Series": CodeTestSeriesProps;
|
84432
84933
|
"AWS::Cognito::IdentityPool": CognitoIdentityPoolProps;
|
84433
84934
|
"AWS::Cognito::IdentityPoolPrincipalTag": CognitoIdentityPoolPrincipalTagProps;
|
84434
84935
|
"AWS::Cognito::IdentityPoolRoleAttachment": CognitoIdentityPoolRoleAttachmentProps;
|
@@ -84464,7 +84965,9 @@ export interface ResourceTypes {
|
|
84464
84965
|
"AWS::Connect::IntegrationAssociation": ConnectIntegrationAssociationProps;
|
84465
84966
|
"AWS::Connect::PhoneNumber": ConnectPhoneNumberProps;
|
84466
84967
|
"AWS::Connect::Prompt": ConnectPromptProps;
|
84968
|
+
"AWS::Connect::Queue": ConnectQueueProps;
|
84467
84969
|
"AWS::Connect::QuickConnect": ConnectQuickConnectProps;
|
84970
|
+
"AWS::Connect::RoutingProfile": ConnectRoutingProfileProps;
|
84468
84971
|
"AWS::Connect::Rule": ConnectRuleProps;
|
84469
84972
|
"AWS::Connect::SecurityKey": ConnectSecurityKeyProps;
|
84470
84973
|
"AWS::Connect::TaskTemplate": ConnectTaskTemplateProps;
|
@@ -84758,15 +85261,18 @@ export interface ResourceTypes {
|
|
84758
85261
|
"AWS::HealthLake::FHIRDatastore": HealthLakeFHIRDatastoreProps;
|
84759
85262
|
"AWS::IAM::AccessKey": IAMAccessKeyProps;
|
84760
85263
|
"AWS::IAM::Group": IAMGroupProps;
|
85264
|
+
"AWS::IAM::GroupPolicy": IAMGroupPolicyProps;
|
84761
85265
|
"AWS::IAM::InstanceProfile": IAMInstanceProfileProps;
|
84762
85266
|
"AWS::IAM::ManagedPolicy": IAMManagedPolicyProps;
|
84763
85267
|
"AWS::IAM::OIDCProvider": IAMOIDCProviderProps;
|
84764
85268
|
"AWS::IAM::Policy": IAMPolicyProps;
|
84765
85269
|
"AWS::IAM::Role": IAMRoleProps;
|
85270
|
+
"AWS::IAM::RolePolicy": IAMRolePolicyProps;
|
84766
85271
|
"AWS::IAM::SAMLProvider": IAMSAMLProviderProps;
|
84767
85272
|
"AWS::IAM::ServerCertificate": IAMServerCertificateProps;
|
84768
85273
|
"AWS::IAM::ServiceLinkedRole": IAMServiceLinkedRoleProps;
|
84769
85274
|
"AWS::IAM::User": IAMUserProps;
|
85275
|
+
"AWS::IAM::UserPolicy": IAMUserPolicyProps;
|
84770
85276
|
"AWS::IAM::UserToGroupAddition": IAMUserToGroupAdditionProps;
|
84771
85277
|
"AWS::IAM::VirtualMFADevice": IAMVirtualMFADeviceProps;
|
84772
85278
|
"AWS::IVS::Channel": IVSChannelProps;
|
@@ -84916,6 +85422,7 @@ export interface ResourceTypes {
|
|
84916
85422
|
"AWS::Location::RouteCalculator": LocationRouteCalculatorProps;
|
84917
85423
|
"AWS::Location::Tracker": LocationTrackerProps;
|
84918
85424
|
"AWS::Location::TrackerConsumer": LocationTrackerConsumerProps;
|
85425
|
+
"AWS::Logs::AccountPolicy": LogsAccountPolicyProps;
|
84919
85426
|
"AWS::Logs::Destination": LogsDestinationProps;
|
84920
85427
|
"AWS::Logs::LogGroup": LogsLogGroupProps;
|
84921
85428
|
"AWS::Logs::LogStream": LogsLogStreamProps;
|
@@ -85170,6 +85677,7 @@ export interface ResourceTypes {
|
|
85170
85677
|
"AWS::SES::VdmAttributes": SESVdmAttributesProps;
|
85171
85678
|
"AWS::SNS::Subscription": SNSSubscriptionProps;
|
85172
85679
|
"AWS::SNS::Topic": SNSTopicProps;
|
85680
|
+
"AWS::SNS::TopicInlinePolicy": SNSTopicInlinePolicyProps;
|
85173
85681
|
"AWS::SNS::TopicPolicy": SNSTopicPolicyProps;
|
85174
85682
|
"AWS::SQS::Queue": SQSQueueProps;
|
85175
85683
|
"AWS::SQS::QueuePolicy": SQSQueuePolicyProps;
|
@@ -85476,6 +85984,7 @@ export interface AttributeTypes {
|
|
85476
85984
|
"AWS::CodePipeline::Webhook": CodePipelineWebhookAttribs;
|
85477
85985
|
"AWS::CodeStarConnections::Connection": CodeStarConnectionsConnectionAttribs;
|
85478
85986
|
"AWS::CodeStarNotifications::NotificationRule": CodeStarNotificationsNotificationRuleAttribs;
|
85987
|
+
"AWS::CodeTest::PersistentConfiguration": CodeTestPersistentConfigurationAttribs;
|
85479
85988
|
"AWS::Cognito::IdentityPool": CognitoIdentityPoolAttribs;
|
85480
85989
|
"AWS::Cognito::UserPool": CognitoUserPoolAttribs;
|
85481
85990
|
"AWS::Cognito::UserPoolClient": CognitoUserPoolClientAttribs;
|
@@ -85495,7 +86004,9 @@ export interface AttributeTypes {
|
|
85495
86004
|
"AWS::Connect::IntegrationAssociation": ConnectIntegrationAssociationAttribs;
|
85496
86005
|
"AWS::Connect::PhoneNumber": ConnectPhoneNumberAttribs;
|
85497
86006
|
"AWS::Connect::Prompt": ConnectPromptAttribs;
|
86007
|
+
"AWS::Connect::Queue": ConnectQueueAttribs;
|
85498
86008
|
"AWS::Connect::QuickConnect": ConnectQuickConnectAttribs;
|
86009
|
+
"AWS::Connect::RoutingProfile": ConnectRoutingProfileAttribs;
|
85499
86010
|
"AWS::Connect::Rule": ConnectRuleAttribs;
|
85500
86011
|
"AWS::Connect::SecurityKey": ConnectSecurityKeyAttribs;
|
85501
86012
|
"AWS::Connect::TaskTemplate": ConnectTaskTemplateAttribs;
|
@@ -85700,6 +86211,7 @@ export interface AttributeTypes {
|
|
85700
86211
|
"AWS::IAM::AccessKey": IAMAccessKeyAttribs;
|
85701
86212
|
"AWS::IAM::Group": IAMGroupAttribs;
|
85702
86213
|
"AWS::IAM::InstanceProfile": IAMInstanceProfileAttribs;
|
86214
|
+
"AWS::IAM::ManagedPolicy": IAMManagedPolicyAttribs;
|
85703
86215
|
"AWS::IAM::OIDCProvider": IAMOIDCProviderAttribs;
|
85704
86216
|
"AWS::IAM::Role": IAMRoleAttribs;
|
85705
86217
|
"AWS::IAM::SAMLProvider": IAMSAMLProviderAttribs;
|
@@ -85804,6 +86316,7 @@ export interface AttributeTypes {
|
|
85804
86316
|
"AWS::Lambda::EventSourceMapping": LambdaEventSourceMappingAttribs;
|
85805
86317
|
"AWS::Lambda::Function": LambdaFunctionAttribs;
|
85806
86318
|
"AWS::Lambda::LayerVersion": LambdaLayerVersionAttribs;
|
86319
|
+
"AWS::Lambda::Permission": LambdaPermissionAttribs;
|
85807
86320
|
"AWS::Lambda::Url": LambdaUrlAttribs;
|
85808
86321
|
"AWS::Lambda::Version": LambdaVersionAttribs;
|
85809
86322
|
"AWS::Lex::Bot": LexBotAttribs;
|
@@ -85828,6 +86341,7 @@ export interface AttributeTypes {
|
|
85828
86341
|
"AWS::Location::PlaceIndex": LocationPlaceIndexAttribs;
|
85829
86342
|
"AWS::Location::RouteCalculator": LocationRouteCalculatorAttribs;
|
85830
86343
|
"AWS::Location::Tracker": LocationTrackerAttribs;
|
86344
|
+
"AWS::Logs::AccountPolicy": LogsAccountPolicyAttribs;
|
85831
86345
|
"AWS::Logs::Destination": LogsDestinationAttribs;
|
85832
86346
|
"AWS::Logs::LogGroup": LogsLogGroupAttribs;
|
85833
86347
|
"AWS::Logs::QueryDefinition": LogsQueryDefinitionAttribs;
|
@@ -86022,6 +86536,7 @@ export interface AttributeTypes {
|
|
86022
86536
|
"AWS::SNS::Topic": SNSTopicAttribs;
|
86023
86537
|
"AWS::SNS::TopicPolicy": SNSTopicPolicyAttribs;
|
86024
86538
|
"AWS::SQS::Queue": SQSQueueAttribs;
|
86539
|
+
"AWS::SQS::QueuePolicy": SQSQueuePolicyAttribs;
|
86025
86540
|
"AWS::SSM::Association": SSMAssociationAttribs;
|
86026
86541
|
"AWS::SSM::Parameter": SSMParameterAttribs;
|
86027
86542
|
"AWS::SSM::ResourceDataSync": SSMResourceDataSyncAttribs;
|
@@ -86329,6 +86844,8 @@ export declare const ResourceType: {
|
|
86329
86844
|
readonly CodeStarGitHubRepository: "AWS::CodeStar::GitHubRepository";
|
86330
86845
|
readonly CodeStarConnectionsConnection: "AWS::CodeStarConnections::Connection";
|
86331
86846
|
readonly CodeStarNotificationsNotificationRule: "AWS::CodeStarNotifications::NotificationRule";
|
86847
|
+
readonly CodeTestPersistentConfiguration: "AWS::CodeTest::PersistentConfiguration";
|
86848
|
+
readonly CodeTestSeries: "AWS::CodeTest::Series";
|
86332
86849
|
readonly CognitoIdentityPool: "AWS::Cognito::IdentityPool";
|
86333
86850
|
readonly CognitoIdentityPoolPrincipalTag: "AWS::Cognito::IdentityPoolPrincipalTag";
|
86334
86851
|
readonly CognitoIdentityPoolRoleAttachment: "AWS::Cognito::IdentityPoolRoleAttachment";
|
@@ -86364,7 +86881,9 @@ export declare const ResourceType: {
|
|
86364
86881
|
readonly ConnectIntegrationAssociation: "AWS::Connect::IntegrationAssociation";
|
86365
86882
|
readonly ConnectPhoneNumber: "AWS::Connect::PhoneNumber";
|
86366
86883
|
readonly ConnectPrompt: "AWS::Connect::Prompt";
|
86884
|
+
readonly ConnectQueue: "AWS::Connect::Queue";
|
86367
86885
|
readonly ConnectQuickConnect: "AWS::Connect::QuickConnect";
|
86886
|
+
readonly ConnectRoutingProfile: "AWS::Connect::RoutingProfile";
|
86368
86887
|
readonly ConnectRule: "AWS::Connect::Rule";
|
86369
86888
|
readonly ConnectSecurityKey: "AWS::Connect::SecurityKey";
|
86370
86889
|
readonly ConnectTaskTemplate: "AWS::Connect::TaskTemplate";
|
@@ -86658,15 +87177,18 @@ export declare const ResourceType: {
|
|
86658
87177
|
readonly HealthLakeFHIRDatastore: "AWS::HealthLake::FHIRDatastore";
|
86659
87178
|
readonly IAMAccessKey: "AWS::IAM::AccessKey";
|
86660
87179
|
readonly IAMGroup: "AWS::IAM::Group";
|
87180
|
+
readonly IAMGroupPolicy: "AWS::IAM::GroupPolicy";
|
86661
87181
|
readonly IAMInstanceProfile: "AWS::IAM::InstanceProfile";
|
86662
87182
|
readonly IAMManagedPolicy: "AWS::IAM::ManagedPolicy";
|
86663
87183
|
readonly IAMOIDCProvider: "AWS::IAM::OIDCProvider";
|
86664
87184
|
readonly IAMPolicy: "AWS::IAM::Policy";
|
86665
87185
|
readonly IAMRole: "AWS::IAM::Role";
|
87186
|
+
readonly IAMRolePolicy: "AWS::IAM::RolePolicy";
|
86666
87187
|
readonly IAMSAMLProvider: "AWS::IAM::SAMLProvider";
|
86667
87188
|
readonly IAMServerCertificate: "AWS::IAM::ServerCertificate";
|
86668
87189
|
readonly IAMServiceLinkedRole: "AWS::IAM::ServiceLinkedRole";
|
86669
87190
|
readonly IAMUser: "AWS::IAM::User";
|
87191
|
+
readonly IAMUserPolicy: "AWS::IAM::UserPolicy";
|
86670
87192
|
readonly IAMUserToGroupAddition: "AWS::IAM::UserToGroupAddition";
|
86671
87193
|
readonly IAMVirtualMFADevice: "AWS::IAM::VirtualMFADevice";
|
86672
87194
|
readonly IVSChannel: "AWS::IVS::Channel";
|
@@ -86816,6 +87338,7 @@ export declare const ResourceType: {
|
|
86816
87338
|
readonly LocationRouteCalculator: "AWS::Location::RouteCalculator";
|
86817
87339
|
readonly LocationTracker: "AWS::Location::Tracker";
|
86818
87340
|
readonly LocationTrackerConsumer: "AWS::Location::TrackerConsumer";
|
87341
|
+
readonly LogsAccountPolicy: "AWS::Logs::AccountPolicy";
|
86819
87342
|
readonly LogsDestination: "AWS::Logs::Destination";
|
86820
87343
|
readonly LogsLogGroup: "AWS::Logs::LogGroup";
|
86821
87344
|
readonly LogsLogStream: "AWS::Logs::LogStream";
|
@@ -87070,6 +87593,7 @@ export declare const ResourceType: {
|
|
87070
87593
|
readonly SESVdmAttributes: "AWS::SES::VdmAttributes";
|
87071
87594
|
readonly SNSSubscription: "AWS::SNS::Subscription";
|
87072
87595
|
readonly SNSTopic: "AWS::SNS::Topic";
|
87596
|
+
readonly SNSTopicInlinePolicy: "AWS::SNS::TopicInlinePolicy";
|
87073
87597
|
readonly SNSTopicPolicy: "AWS::SNS::TopicPolicy";
|
87074
87598
|
readonly SQSQueue: "AWS::SQS::Queue";
|
87075
87599
|
readonly SQSQueuePolicy: "AWS::SQS::QueuePolicy";
|
package/lib/types.generated.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export const ResourceSpecificationVersion = "
|
1
|
+
export const ResourceSpecificationVersion = "132.0.0";
|
2
2
|
export const ResourceType = {
|
3
3
|
ACMPCACertificate: "AWS::ACMPCA::Certificate",
|
4
4
|
ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
|
@@ -199,6 +199,8 @@ export const ResourceType = {
|
|
199
199
|
CodeStarGitHubRepository: "AWS::CodeStar::GitHubRepository",
|
200
200
|
CodeStarConnectionsConnection: "AWS::CodeStarConnections::Connection",
|
201
201
|
CodeStarNotificationsNotificationRule: "AWS::CodeStarNotifications::NotificationRule",
|
202
|
+
CodeTestPersistentConfiguration: "AWS::CodeTest::PersistentConfiguration",
|
203
|
+
CodeTestSeries: "AWS::CodeTest::Series",
|
202
204
|
CognitoIdentityPool: "AWS::Cognito::IdentityPool",
|
203
205
|
CognitoIdentityPoolPrincipalTag: "AWS::Cognito::IdentityPoolPrincipalTag",
|
204
206
|
CognitoIdentityPoolRoleAttachment: "AWS::Cognito::IdentityPoolRoleAttachment",
|
@@ -234,7 +236,9 @@ export const ResourceType = {
|
|
234
236
|
ConnectIntegrationAssociation: "AWS::Connect::IntegrationAssociation",
|
235
237
|
ConnectPhoneNumber: "AWS::Connect::PhoneNumber",
|
236
238
|
ConnectPrompt: "AWS::Connect::Prompt",
|
239
|
+
ConnectQueue: "AWS::Connect::Queue",
|
237
240
|
ConnectQuickConnect: "AWS::Connect::QuickConnect",
|
241
|
+
ConnectRoutingProfile: "AWS::Connect::RoutingProfile",
|
238
242
|
ConnectRule: "AWS::Connect::Rule",
|
239
243
|
ConnectSecurityKey: "AWS::Connect::SecurityKey",
|
240
244
|
ConnectTaskTemplate: "AWS::Connect::TaskTemplate",
|
@@ -528,15 +532,18 @@ export const ResourceType = {
|
|
528
532
|
HealthLakeFHIRDatastore: "AWS::HealthLake::FHIRDatastore",
|
529
533
|
IAMAccessKey: "AWS::IAM::AccessKey",
|
530
534
|
IAMGroup: "AWS::IAM::Group",
|
535
|
+
IAMGroupPolicy: "AWS::IAM::GroupPolicy",
|
531
536
|
IAMInstanceProfile: "AWS::IAM::InstanceProfile",
|
532
537
|
IAMManagedPolicy: "AWS::IAM::ManagedPolicy",
|
533
538
|
IAMOIDCProvider: "AWS::IAM::OIDCProvider",
|
534
539
|
IAMPolicy: "AWS::IAM::Policy",
|
535
540
|
IAMRole: "AWS::IAM::Role",
|
541
|
+
IAMRolePolicy: "AWS::IAM::RolePolicy",
|
536
542
|
IAMSAMLProvider: "AWS::IAM::SAMLProvider",
|
537
543
|
IAMServerCertificate: "AWS::IAM::ServerCertificate",
|
538
544
|
IAMServiceLinkedRole: "AWS::IAM::ServiceLinkedRole",
|
539
545
|
IAMUser: "AWS::IAM::User",
|
546
|
+
IAMUserPolicy: "AWS::IAM::UserPolicy",
|
540
547
|
IAMUserToGroupAddition: "AWS::IAM::UserToGroupAddition",
|
541
548
|
IAMVirtualMFADevice: "AWS::IAM::VirtualMFADevice",
|
542
549
|
IVSChannel: "AWS::IVS::Channel",
|
@@ -686,6 +693,7 @@ export const ResourceType = {
|
|
686
693
|
LocationRouteCalculator: "AWS::Location::RouteCalculator",
|
687
694
|
LocationTracker: "AWS::Location::Tracker",
|
688
695
|
LocationTrackerConsumer: "AWS::Location::TrackerConsumer",
|
696
|
+
LogsAccountPolicy: "AWS::Logs::AccountPolicy",
|
689
697
|
LogsDestination: "AWS::Logs::Destination",
|
690
698
|
LogsLogGroup: "AWS::Logs::LogGroup",
|
691
699
|
LogsLogStream: "AWS::Logs::LogStream",
|
@@ -940,6 +948,7 @@ export const ResourceType = {
|
|
940
948
|
SESVdmAttributes: "AWS::SES::VdmAttributes",
|
941
949
|
SNSSubscription: "AWS::SNS::Subscription",
|
942
950
|
SNSTopic: "AWS::SNS::Topic",
|
951
|
+
SNSTopicInlinePolicy: "AWS::SNS::TopicInlinePolicy",
|
943
952
|
SNSTopicPolicy: "AWS::SNS::TopicPolicy",
|
944
953
|
SQSQueue: "AWS::SQS::Queue",
|
945
954
|
SQSQueuePolicy: "AWS::SQS::QueuePolicy",
|
@@ -1299,6 +1308,8 @@ export const AttributeNames = {
|
|
1299
1308
|
"AWS::CodeStar::GitHubRepository": [],
|
1300
1309
|
"AWS::CodeStarConnections::Connection": ["ConnectionArn", "ConnectionStatus", "OwnerAccountId"],
|
1301
1310
|
"AWS::CodeStarNotifications::NotificationRule": ["Arn"],
|
1311
|
+
"AWS::CodeTest::PersistentConfiguration": ["Name"],
|
1312
|
+
"AWS::CodeTest::Series": [],
|
1302
1313
|
"AWS::Cognito::IdentityPool": ["Name"],
|
1303
1314
|
"AWS::Cognito::IdentityPoolPrincipalTag": [],
|
1304
1315
|
"AWS::Cognito::IdentityPoolRoleAttachment": [],
|
@@ -1334,7 +1345,9 @@ export const AttributeNames = {
|
|
1334
1345
|
"AWS::Connect::IntegrationAssociation": ["IntegrationAssociationId"],
|
1335
1346
|
"AWS::Connect::PhoneNumber": ["Address", "PhoneNumberArn"],
|
1336
1347
|
"AWS::Connect::Prompt": ["PromptArn"],
|
1348
|
+
"AWS::Connect::Queue": ["Type", "QueueArn"],
|
1337
1349
|
"AWS::Connect::QuickConnect": ["QuickConnectArn"],
|
1350
|
+
"AWS::Connect::RoutingProfile": ["RoutingProfileArn"],
|
1338
1351
|
"AWS::Connect::Rule": ["RuleArn"],
|
1339
1352
|
"AWS::Connect::SecurityKey": ["AssociationId"],
|
1340
1353
|
"AWS::Connect::TaskTemplate": ["Arn"],
|
@@ -1628,15 +1641,18 @@ export const AttributeNames = {
|
|
1628
1641
|
"AWS::HealthLake::FHIRDatastore": ["DatastoreArn", "CreatedAt.Nanos", "DatastoreId", "CreatedAt", "DatastoreStatus", "DatastoreEndpoint", "CreatedAt.Seconds"],
|
1629
1642
|
"AWS::IAM::AccessKey": ["SecretAccessKey"],
|
1630
1643
|
"AWS::IAM::Group": ["Arn"],
|
1644
|
+
"AWS::IAM::GroupPolicy": [],
|
1631
1645
|
"AWS::IAM::InstanceProfile": ["Arn"],
|
1632
|
-
"AWS::IAM::ManagedPolicy": [],
|
1646
|
+
"AWS::IAM::ManagedPolicy": ["IsAttachable", "UpdateDate", "PermissionsBoundaryUsageCount", "AttachmentCount", "PolicyArn", "DefaultVersionId", "CreateDate", "PolicyId"],
|
1633
1647
|
"AWS::IAM::OIDCProvider": ["Arn"],
|
1634
1648
|
"AWS::IAM::Policy": [],
|
1635
1649
|
"AWS::IAM::Role": ["Arn", "RoleId"],
|
1650
|
+
"AWS::IAM::RolePolicy": [],
|
1636
1651
|
"AWS::IAM::SAMLProvider": ["Arn"],
|
1637
1652
|
"AWS::IAM::ServerCertificate": ["Arn"],
|
1638
1653
|
"AWS::IAM::ServiceLinkedRole": ["RoleName"],
|
1639
1654
|
"AWS::IAM::User": ["Arn"],
|
1655
|
+
"AWS::IAM::UserPolicy": [],
|
1640
1656
|
"AWS::IAM::UserToGroupAddition": [],
|
1641
1657
|
"AWS::IAM::VirtualMFADevice": ["SerialNumber"],
|
1642
1658
|
"AWS::IVS::Channel": ["PlaybackUrl", "IngestEndpoint", "Arn"],
|
@@ -1760,7 +1776,7 @@ export const AttributeNames = {
|
|
1760
1776
|
"AWS::Lambda::Function": ["SnapStartResponse.OptimizationStatus", "SnapStartResponse.ApplyOn", "SnapStartResponse", "Arn"],
|
1761
1777
|
"AWS::Lambda::LayerVersion": ["LayerVersionArn"],
|
1762
1778
|
"AWS::Lambda::LayerVersionPermission": [],
|
1763
|
-
"AWS::Lambda::Permission": [],
|
1779
|
+
"AWS::Lambda::Permission": ["Id"],
|
1764
1780
|
"AWS::Lambda::Url": ["FunctionArn", "FunctionUrl"],
|
1765
1781
|
"AWS::Lambda::Version": ["Version"],
|
1766
1782
|
"AWS::Lex::Bot": ["Id", "Arn"],
|
@@ -1786,6 +1802,7 @@ export const AttributeNames = {
|
|
1786
1802
|
"AWS::Location::RouteCalculator": ["CreateTime", "UpdateTime", "CalculatorArn", "Arn"],
|
1787
1803
|
"AWS::Location::Tracker": ["CreateTime", "UpdateTime", "Arn", "TrackerArn"],
|
1788
1804
|
"AWS::Location::TrackerConsumer": [],
|
1805
|
+
"AWS::Logs::AccountPolicy": ["AccountId"],
|
1789
1806
|
"AWS::Logs::Destination": ["Arn"],
|
1790
1807
|
"AWS::Logs::LogGroup": ["Arn"],
|
1791
1808
|
"AWS::Logs::LogStream": [],
|
@@ -2040,9 +2057,10 @@ export const AttributeNames = {
|
|
2040
2057
|
"AWS::SES::VdmAttributes": ["VdmAttributesResourceId"],
|
2041
2058
|
"AWS::SNS::Subscription": [],
|
2042
2059
|
"AWS::SNS::Topic": ["TopicArn", "TopicName"],
|
2060
|
+
"AWS::SNS::TopicInlinePolicy": [],
|
2043
2061
|
"AWS::SNS::TopicPolicy": ["Id"],
|
2044
2062
|
"AWS::SQS::Queue": ["Arn", "QueueName", "QueueUrl"],
|
2045
|
-
"AWS::SQS::QueuePolicy": [],
|
2063
|
+
"AWS::SQS::QueuePolicy": ["Id"],
|
2046
2064
|
"AWS::SSM::Association": ["AssociationId"],
|
2047
2065
|
"AWS::SSM::Document": [],
|
2048
2066
|
"AWS::SSM::MaintenanceWindow": [],
|
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.34",
|
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": "132.0.0"
|
63
63
|
}
|