Skip to content

Instantly share code, notes, and snippets.

@PaulDuvall
Last active January 19, 2021 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PaulDuvall/4e1013fd3b98d278f9946764c7f9d7e7 to your computer and use it in GitHub Desktop.
Save PaulDuvall/4e1013fd3b98d278f9946764c7f9d7e7 to your computer and use it in GitHub Desktop.
reinvent-2020-blog-auditmanager.yml
AWSTemplateFormatVersion: '2010-09-09'
Description: AWS Audit Manager demo
Resources:
Assessment:
Type: AWS::AuditManager::Assessment
Properties:
AssessmentReportsDestination:
Destination: !Sub s3://${AWS::StackName}-${AWS::AccountId}
DestinationType: S3
AwsAccount:
Id: !Ref AWS::AccountId
Name: !Ref AWS::StackName
Scope:
AwsAccounts:
- Id: !Ref AWS::AccountId
AwsServices:
- ServiceName: a4b
- ServiceName: acm
- ServiceName: acm-pca
- ServiceName: amazonmq
- ServiceName: amplify
Roles:
- RoleArn: !Sub arn:aws:iam::${AWS::AccountId}:role/${AWS::StackName}
RoleType: PROCESS_OWNER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment