Skip to content

Commit

Permalink
improved description of parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
VoicuAWS committed Feb 14, 2024
1 parent 9e6afcd commit 06f29f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfn-templates/cid-cfn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Metadata:
GlueDataCatalog:
default: "Existing Glue Data Catalog"
DataBucketsKmsKeysArns:
default: "ARNs of KMS Keys for data bucket. Keep empty if data Buckets are not Encrypted with KMS. You can also set it to '*' to grant decrypt permission for all the keys."
default: "ARNs of KMS Keys for data bucket (comma separated, no spaces). Keep empty if data Buckets are not Encrypted with KMS. You can also set it to '*' to grant decrypt permission for all the keys."
PrimaryTagName:
Default: "Choose a tag name. Currently used only in Compute Optimizer dashboard."
SecondaryTagName:
Expand Down Expand Up @@ -189,7 +189,7 @@ Parameters:
Default: "AwsDataCatalog"
DataBucketsKmsKeysArns:
Type: String
Description: "ARNs of KMS Keys for data bucket. Keep empty if data Buckets are not Encrypted with KMS. You can also set it to '*' to grant decrypt permission for all the keys."
Description: "ARNs of KMS Keys for data bucket (comma separated, no spaces). Keep empty if data Buckets are not Encrypted with KMS. You can also set it to '*' to grant decrypt permission for all the keys."
Default: ""
LakeFormationEnabled:
Type: String
Expand Down

0 comments on commit 06f29f5

Please sign in to comment.