File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,17 @@ Parameters:
2828 Type : String
2929
3030Resources :
31- DatadogIntegrationStackSet :
32- Type : AWS::Serverless::Application
33- Properties :
34- Location : " ./stacksets/datadog-integration/stackset.yaml"
35- Parameters :
36- DeploymentOrgId : !Ref AwsOrgRootId
37- TargetRegions : !Ref TargetRegions
38- DatadogApiKey : !Ref DatadogApiKey
39- DatadogAppKey : !Ref DatadogAppKey
40- DatadogSite : !Ref DatadogSite
41- DisableMetricCollection : ' false'
31+ # DatadogIntegrationStackSet:
32+ # Type: AWS::Serverless::Application
33+ # Properties:
34+ # Location: "./stacksets/datadog-integration/stackset.yaml"
35+ # Parameters:
36+ # DeploymentOrgId: !Ref AwsOrgRootId
37+ # TargetRegions: !Ref TargetRegions
38+ # DatadogApiKey: !Ref DatadogApiKey
39+ # DatadogAppKey: !Ref DatadogAppKey
40+ # DatadogSite: !Ref DatadogSite
41+ # DisableMetricCollection: 'false'
4242
4343 LogShippingStackSet :
4444 Type : AWS::Serverless::Application
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ Parameters:
2626 Type : String
2727
2828Resources :
29- DatadogIntegrationStack :
30- Type : AWS::Serverless::Application
31- Properties :
32- Location : " https://datadog-cloudformation-template.s3.amazonaws.com/aws/main_organizations.yaml"
33- Parameters :
34- DatadogApiKey : !Ref DatadogApiKey
35- DatadogAppKey : !Ref DatadogAppKey
36- DatadogSite : !Ref DatadogSite
37- DisableMetricCollection : ' false'
29+ # DatadogIntegrationStack:
30+ # Type: AWS::Serverless::Application
31+ # Properties:
32+ # Location: "https://datadog-cloudformation-template.s3.amazonaws.com/aws/main_organizations.yaml"
33+ # Parameters:
34+ # DatadogApiKey: !Ref DatadogApiKey
35+ # DatadogAppKey: !Ref DatadogAppKey
36+ # DatadogSite: !Ref DatadogSite
37+ # DisableMetricCollection: 'false'
3838
3939 LogShippingStack :
4040 Type : AWS::Serverless::Application
You can’t perform that action at this time.
0 commit comments