Skip to content

Commit 100dd3b

Browse files
committed
Add to apps stack
1 parent 13741c8 commit 100dd3b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

spire/templates/apps-100A.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,34 @@ Resources:
365365
TemplateURL: !Sub ${TemplateUrlPrefix}/s3-signing.yml
366366
TimeoutInMinutes: 5
367367

368+
StreamRecorderStack:
369+
Type: AWS::CloudFormation::Stack
370+
UpdateReplacePolicy: Delete
371+
DeletionPolicy: Delete
372+
Properties:
373+
Parameters:
374+
NestedChangeSetScrubbingResourcesState: !Ref NestedChangeSetScrubbingResourcesState
375+
EnvironmentType: !Ref EnvironmentType
376+
EnvironmentTypeAbbreviation: !Ref EnvironmentTypeAbbreviation
377+
AwsOrganizationId: !Ref AwsOrganizationId
378+
RootStackName: !Ref RootStackName
379+
RootStackId: !Ref RootStackId
380+
CodeS3Bucket: !Ref DeploymentPackageBucketName
381+
CodeS3ObjectKey: !Sub /prx/${EnvironmentTypeAbbreviation}/Spire/Stream-Recorder/pkg/s3-object-key
382+
StreamRecorderConfigUrl: !Sub /prx/${EnvironmentTypeAbbreviation}/Spire/Stream-Recorder/${AWS::Region}/config-url
383+
StreamRecorderOxbowSnsTopicArns: !Sub /prx/${EnvironmentTypeAbbreviation}/Spire/Stream-Recorder/${AWS::Region}/oxbow-sns-topic-arns
384+
Tags:
385+
- { Key: prx:meta:tagging-version, Value: "2021-04-07" }
386+
- { Key: prx:cloudformation:stack-name, Value: !Ref AWS::StackName }
387+
- { Key: prx:cloudformation:stack-id, Value: !Ref AWS::StackId }
388+
- { Key: prx:cloudformation:root-stack-name, Value: !Ref RootStackName }
389+
- { Key: prx:cloudformation:root-stack-id, Value: !Ref RootStackId }
390+
- { Key: prx:ops:environment, Value: !Ref EnvironmentType }
391+
- { Key: prx:dev:family, Value: Dovetail }
392+
- { Key: prx:dev:application, Value: Stream Recorder }
393+
TemplateURL: !Sub ${TemplateUrlPrefix}/stream-recorder.yml
394+
TimeoutInMinutes: 5
395+
368396
StyleguideStack:
369397
Type: AWS::CloudFormation::Stack
370398
Condition: IsStaging # Staging only

0 commit comments

Comments
 (0)