@awboost/cfntypes 0.100.337 → 0.100.339
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/resources.generated.d.ts +1004 -41
- package/lib/resources.generated.js +29 -0
- package/lib/resources.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -278,6 +278,7 @@ export const ResourceType = {
|
|
|
278
278
|
CognitoIdentityPoolRoleAttachment: "AWS::Cognito::IdentityPoolRoleAttachment",
|
|
279
279
|
CognitoLogDeliveryConfiguration: "AWS::Cognito::LogDeliveryConfiguration",
|
|
280
280
|
CognitoManagedLoginBranding: "AWS::Cognito::ManagedLoginBranding",
|
|
281
|
+
CognitoTerms: "AWS::Cognito::Terms",
|
|
281
282
|
CognitoUserPool: "AWS::Cognito::UserPool",
|
|
282
283
|
CognitoUserPoolClient: "AWS::Cognito::UserPoolClient",
|
|
283
284
|
CognitoUserPoolDomain: "AWS::Cognito::UserPoolDomain",
|
|
@@ -495,6 +496,8 @@ export const ResourceType = {
|
|
|
495
496
|
EC2TransitGatewayAttachment: "AWS::EC2::TransitGatewayAttachment",
|
|
496
497
|
EC2TransitGatewayConnect: "AWS::EC2::TransitGatewayConnect",
|
|
497
498
|
EC2TransitGatewayConnectPeer: "AWS::EC2::TransitGatewayConnectPeer",
|
|
499
|
+
EC2TransitGatewayMeteringPolicy: "AWS::EC2::TransitGatewayMeteringPolicy",
|
|
500
|
+
EC2TransitGatewayMeteringPolicyEntry: "AWS::EC2::TransitGatewayMeteringPolicyEntry",
|
|
498
501
|
EC2TransitGatewayMulticastDomain: "AWS::EC2::TransitGatewayMulticastDomain",
|
|
499
502
|
EC2TransitGatewayMulticastDomainAssociation: "AWS::EC2::TransitGatewayMulticastDomainAssociation",
|
|
500
503
|
EC2TransitGatewayMulticastGroupMember: "AWS::EC2::TransitGatewayMulticastGroupMember",
|
|
@@ -516,6 +519,7 @@ export const ResourceType = {
|
|
|
516
519
|
EC2VPCBlockPublicAccessOptions: "AWS::EC2::VPCBlockPublicAccessOptions",
|
|
517
520
|
EC2VPCCidrBlock: "AWS::EC2::VPCCidrBlock",
|
|
518
521
|
EC2VPCDHCPOptionsAssociation: "AWS::EC2::VPCDHCPOptionsAssociation",
|
|
522
|
+
EC2VPCEncryptionControl: "AWS::EC2::VPCEncryptionControl",
|
|
519
523
|
EC2VPCEndpoint: "AWS::EC2::VPCEndpoint",
|
|
520
524
|
EC2VPCEndpointConnectionNotification: "AWS::EC2::VPCEndpointConnectionNotification",
|
|
521
525
|
EC2VPCEndpointService: "AWS::EC2::VPCEndpointService",
|
|
@@ -529,14 +533,17 @@ export const ResourceType = {
|
|
|
529
533
|
EC2VPNGatewayRoutePropagation: "AWS::EC2::VPNGatewayRoutePropagation",
|
|
530
534
|
ECRPublicRepository: "AWS::ECR::PublicRepository",
|
|
531
535
|
ECRPullThroughCacheRule: "AWS::ECR::PullThroughCacheRule",
|
|
536
|
+
ECRPullTimeUpdateExclusion: "AWS::ECR::PullTimeUpdateExclusion",
|
|
532
537
|
ECRRegistryPolicy: "AWS::ECR::RegistryPolicy",
|
|
533
538
|
ECRRegistryScanningConfiguration: "AWS::ECR::RegistryScanningConfiguration",
|
|
534
539
|
ECRReplicationConfiguration: "AWS::ECR::ReplicationConfiguration",
|
|
535
540
|
ECRRepository: "AWS::ECR::Repository",
|
|
536
541
|
ECRRepositoryCreationTemplate: "AWS::ECR::RepositoryCreationTemplate",
|
|
542
|
+
ECRSigningConfiguration: "AWS::ECR::SigningConfiguration",
|
|
537
543
|
ECSCapacityProvider: "AWS::ECS::CapacityProvider",
|
|
538
544
|
ECSCluster: "AWS::ECS::Cluster",
|
|
539
545
|
ECSClusterCapacityProviderAssociations: "AWS::ECS::ClusterCapacityProviderAssociations",
|
|
546
|
+
ECSExpressGatewayService: "AWS::ECS::ExpressGatewayService",
|
|
540
547
|
ECSPrimaryTaskSet: "AWS::ECS::PrimaryTaskSet",
|
|
541
548
|
ECSService: "AWS::ECS::Service",
|
|
542
549
|
ECSTaskDefinition: "AWS::ECS::TaskDefinition",
|
|
@@ -2274,6 +2281,7 @@ export const ResourceAttributes = {
|
|
|
2274
2281
|
"AWS::Cognito::IdentityPoolRoleAttachment": ["Id"],
|
|
2275
2282
|
"AWS::Cognito::LogDeliveryConfiguration": ["Id"],
|
|
2276
2283
|
"AWS::Cognito::ManagedLoginBranding": ["ManagedLoginBrandingId"],
|
|
2284
|
+
"AWS::Cognito::Terms": ["TermsId"],
|
|
2277
2285
|
"AWS::Cognito::UserPool": [
|
|
2278
2286
|
"ProviderName",
|
|
2279
2287
|
"UserPoolId",
|
|
@@ -2884,6 +2892,12 @@ export const ResourceAttributes = {
|
|
|
2884
2892
|
"State",
|
|
2885
2893
|
"CreationTime",
|
|
2886
2894
|
],
|
|
2895
|
+
"AWS::EC2::TransitGatewayMeteringPolicy": [
|
|
2896
|
+
"TransitGatewayMeteringPolicyId",
|
|
2897
|
+
"State",
|
|
2898
|
+
"UpdateEffectiveAt",
|
|
2899
|
+
],
|
|
2900
|
+
"AWS::EC2::TransitGatewayMeteringPolicyEntry": ["UpdateEffectiveAt", "State"],
|
|
2887
2901
|
"AWS::EC2::TransitGatewayMulticastDomain": [
|
|
2888
2902
|
"TransitGatewayMulticastDomainId",
|
|
2889
2903
|
"State",
|
|
@@ -2964,6 +2978,12 @@ export const ResourceAttributes = {
|
|
|
2964
2978
|
"AWS::EC2::VPCBlockPublicAccessOptions": ["AccountId", "ExclusionsAllowed"],
|
|
2965
2979
|
"AWS::EC2::VPCCidrBlock": ["Id", "Ipv6AddressAttribute", "IpSource"],
|
|
2966
2980
|
"AWS::EC2::VPCDHCPOptionsAssociation": [],
|
|
2981
|
+
"AWS::EC2::VPCEncryptionControl": [
|
|
2982
|
+
"VpcEncryptionControlId",
|
|
2983
|
+
"State",
|
|
2984
|
+
"StateMessage",
|
|
2985
|
+
"ResourceExclusions",
|
|
2986
|
+
],
|
|
2967
2987
|
"AWS::EC2::VPCEndpoint": [
|
|
2968
2988
|
"NetworkInterfaceIds",
|
|
2969
2989
|
"CreationTimestamp",
|
|
@@ -2987,14 +3007,23 @@ export const ResourceAttributes = {
|
|
|
2987
3007
|
"AWS::EC2::VPNGatewayRoutePropagation": ["Id"],
|
|
2988
3008
|
"AWS::ECR::PublicRepository": ["Arn"],
|
|
2989
3009
|
"AWS::ECR::PullThroughCacheRule": [],
|
|
3010
|
+
"AWS::ECR::PullTimeUpdateExclusion": [],
|
|
2990
3011
|
"AWS::ECR::RegistryPolicy": ["RegistryId"],
|
|
2991
3012
|
"AWS::ECR::RegistryScanningConfiguration": ["RegistryId"],
|
|
2992
3013
|
"AWS::ECR::ReplicationConfiguration": ["RegistryId"],
|
|
2993
3014
|
"AWS::ECR::Repository": ["Arn", "RepositoryUri"],
|
|
2994
3015
|
"AWS::ECR::RepositoryCreationTemplate": ["CreatedAt", "UpdatedAt"],
|
|
3016
|
+
"AWS::ECR::SigningConfiguration": ["RegistryId"],
|
|
2995
3017
|
"AWS::ECS::CapacityProvider": [],
|
|
2996
3018
|
"AWS::ECS::Cluster": ["Arn"],
|
|
2997
3019
|
"AWS::ECS::ClusterCapacityProviderAssociations": [],
|
|
3020
|
+
"AWS::ECS::ExpressGatewayService": [
|
|
3021
|
+
"ServiceArn",
|
|
3022
|
+
"ActiveConfigurations",
|
|
3023
|
+
"Status",
|
|
3024
|
+
"CreatedAt",
|
|
3025
|
+
"UpdatedAt",
|
|
3026
|
+
],
|
|
2998
3027
|
"AWS::ECS::PrimaryTaskSet": [],
|
|
2999
3028
|
"AWS::ECS::Service": ["ServiceArn", "Name"],
|
|
3000
3029
|
"AWS::ECS::TaskDefinition": ["TaskDefinitionArn"],
|