Skip to content

Commit

Permalink
delint
Browse files Browse the repository at this point in the history
  • Loading branch information
jharley committed Nov 14, 2024
1 parent 93e6623 commit 8fa8bb8
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions templates/cloudwatch-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
- Label:
Default: Required Parameters
default: Required Parameters
Parameters:
- HoneycombAPIKey
- HoneycombDataset
- LogGroupName
- S3FailureBucketArn
- Label:
Default: Optional Parameters
default: Optional Parameters
Parameters:
- Name
- HoneycombAPIHost
Expand Down
6 changes: 3 additions & 3 deletions templates/cloudwatch-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
- Label:
Default: Required Parameters
default: Required Parameters
Parameters:
- HoneycombAPIKey
- S3FailureBucketArn
- Label:
Default: "Optional: Metric Filtering"
default: "Optional: Metric Filtering"
Parameters:
- MetricFilterMethod
- FilterNamespace
- FilterNamespace1
- FilterNamespace2
- FilterNamespace3
- Label:
Default: Optional Parameters
default: Optional Parameters
Parameters:
- HoneycombAPIHost
- HoneycombDataset
Expand Down
4 changes: 2 additions & 2 deletions templates/kinesis-firehose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
- Label:
Default: Required Parameters
default: Required Parameters
Parameters:
- Name
- HoneycombAPIKey
- HoneycombDataset
- S3FailureBucketArn
- Label:
Default: Optional Parameters
default: Optional Parameters
Parameters:
- HoneycombAPIHost
- HttpBufferingInterval
Expand Down
12 changes: 6 additions & 6 deletions templates/quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
- Label:
Default: Required Parameters
default: Required Parameters
Parameters:
- HoneycombAPIKey
- Label:
Default: Optional Parameters
default: Optional Parameters
Parameters:
- HoneycombAPIHost
- Label:
Default: "Optional: CloudWatch Metrics"
default: "Optional: CloudWatch Metrics"
Parameters:
- EnableCloudWatchMetrics
- CloudWatchMetricsDataset
- Label:
Default: "Optional: S3 Log Parsing"
default: "Optional: S3 Log Parsing"
Parameters:
- S3LogsDataset
- S3LogsParserType
Expand All @@ -29,7 +29,7 @@ Metadata:
- S3LogsFilterPrefix
- S3LogsFilterSuffix
- Label:
Default: "Optional: RDS Logs"
default: "Optional: RDS Logs"
Parameters:
- RDSLogsDataset
- RDSDBEngineType
Expand All @@ -40,7 +40,7 @@ Metadata:
- RDSLogGroupName4
- RDSLogGroupName5
- Label:
Default: "Optional: CloudWatch Logs"
default: "Optional: CloudWatch Logs"
Parameters:
- CloudWatchLogsDataset
- LogGroupName
Expand Down
4 changes: 2 additions & 2 deletions templates/rds-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
- Label:
Default: Required Parameters
default: Required Parameters
Parameters:
- DBEngineType
- HoneycombAPIKey
- HoneycombDataset
- LogGroupName
- S3FailureBucketArn
- Label:
Default: Optional Parameters
default: Optional Parameters
Parameters:
- Name
- HoneycombAPIHost
Expand Down
4 changes: 2 additions & 2 deletions templates/s3-logfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
- Label:
Default: Required Parameters
default: Required Parameters
Parameters:
- HoneycombAPIKey
- HoneycombDataset
- ParserType
- S3BucketArn
- Label:
Default: Optional Parameters
default: Optional Parameters
Parameters:
- HoneycombAPIHost
- Environment
Expand Down

0 comments on commit 8fa8bb8

Please sign in to comment.