Skip to content

Commit

Permalink
build: auto-update snippets to version: 5.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysteenman committed Jan 31, 2025
1 parent 390983d commit 603e4d7
Show file tree
Hide file tree
Showing 7 changed files with 996 additions and 683 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Changelog
=========


5.41.0 (2025-01-24)
-------------------
- Build: auto-update snippets to version: 5.41.0. [Github Actions]


5.40.0 (2025-01-17)
-------------------
- Build: auto-update snippets to version: 5.40.0. [Github Actions]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "AWS CloudFormation Snippets",
"description": "Adds snippets for all the AWS CloudFormation resources in VS Code.",
"author": "Danny Steenman",
"version": "5.41.0",
"version": "5.42.0",
"publisher": "dannysteenman",
"icon": "images/cfn-snippets-extension-icon.png",
"homepage": "https://towardsthecloud.com",
Expand Down
855 changes: 512 additions & 343 deletions snippets/json-cfn-resource-types.json

Large diffs are not rendered by default.

20 changes: 19 additions & 1 deletion snippets/raw-cfn-resources-output.json
Original file line number Diff line number Diff line change
Expand Up @@ -2460,6 +2460,13 @@
"Tags": "Tag"
}
},
"AWS::CloudFront::VpcOrigin": {
"Docs": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-vpcorigin.html",
"Properties": {
"Tags": "Tag",
"VpcOriginEndpointConfig": "VpcOriginEndpointConfig"
}
},
"AWS::CloudTrail::Channel": {
"Docs": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-channel.html",
"Properties": {
Expand Down Expand Up @@ -4142,6 +4149,7 @@
"Properties": {
"AssetFormsInput": "FormInput",
"Configuration": "DataSourceConfigurationInput",
"ConnectionIdentifier": "String",
"Description": "String",
"DomainIdentifier": "String",
"EnableSetting": "String",
Expand Down Expand Up @@ -4562,6 +4570,7 @@
"Docs": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html",
"Properties": {
"AvailabilityZone": "String",
"AvailabilityZoneId": "String",
"EbsOptimized": "Boolean",
"EndDate": "String",
"EndDateType": "String",
Expand Down Expand Up @@ -5544,6 +5553,7 @@
"Properties": {
"ApplicationDomain": "String",
"AttachmentType": "String",
"CidrOptions": "CidrOptions",
"Description": "String",
"DomainCertificateArn": "String",
"EndpointDomainPrefix": "String",
Expand All @@ -5552,6 +5562,7 @@
"NetworkInterfaceOptions": "NetworkInterfaceOptions",
"PolicyDocument": "String",
"PolicyEnabled": "Boolean",
"RdsOptions": "RdsOptions",
"SecurityGroupIds": "String",
"SseSpecification": "SseSpecification",
"Tags": "Tag",
Expand All @@ -5572,6 +5583,7 @@
"AWS::EC2::VerifiedAccessInstance": {
"Docs": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccessinstance.html",
"Properties": {
"CidrEndpointsCustomSubDomain": "String",
"Description": "String",
"FipsEnabled": "Boolean",
"LoggingConfigurations": "VerifiedAccessLogs",
Expand All @@ -5586,6 +5598,7 @@
"Description": "String",
"DeviceOptions": "DeviceOptions",
"DeviceTrustProviderType": "String",
"NativeApplicationOidcOptions": "NativeApplicationOidcOptions",
"OidcOptions": "OidcOptions",
"PolicyReferenceName": "String",
"SseSpecification": "SseSpecification",
Expand Down Expand Up @@ -6679,6 +6692,7 @@
"PolicyName": "String",
"RemediationEnabled": "Boolean",
"ResourceSetIds": "String",
"ResourceTagLogicalOperator": "String",
"ResourceTags": "ResourceTag",
"ResourceType": "String",
"ResourceTypeList": "String",
Expand Down Expand Up @@ -11907,6 +11921,7 @@
"Docs": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-webexperience.html",
"Properties": {
"ApplicationId": "String",
"BrowserExtensionConfiguration": "BrowserExtensionConfiguration",
"CustomizationConfiguration": "CustomizationConfiguration",
"IdentityProviderConfiguration": "IdentityProviderConfiguration",
"Origins": "String",
Expand Down Expand Up @@ -12082,8 +12097,10 @@
"Docs": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-topic.html",
"Properties": {
"AwsAccountId": "String",
"ConfigOptions": "TopicConfigOptions",
"DataSets": "DatasetMetadata",
"Description": "String",
"FolderArns": "String",
"Name": "String",
"TopicId": "String",
"UserExperienceVersion": "String"
Expand Down Expand Up @@ -12727,7 +12744,6 @@
"EventSubscriptions": "EventSubscription",
"Name": "String",
"PermissionModel": "PermissionModel",
"RegulatoryPolicyArn": "String",
"ResiliencyPolicyArn": "String",
"ResourceMappings": "ResourceMapping",
"Tags": "Map"
Expand Down Expand Up @@ -14880,8 +14896,10 @@
"DeploymentType": "String",
"LogDeliveryConfiguration": "LogDeliveryConfiguration",
"Name": "String",
"NetworkType": "String",
"Organization": "String",
"Password": "String",
"Port": "Integer",
"PubliclyAccessible": "Boolean",
"Tags": "Tag",
"Username": "String",
Expand Down
Loading

0 comments on commit 603e4d7

Please sign in to comment.