Skip to content

Instantly share code, notes, and snippets.

@spensireli
Created December 16, 2022 15:42
Show Gist options
  • Save spensireli/a3d01bd8e8a7cd02fe5f51c81b324eea to your computer and use it in GitHub Desktop.
Save spensireli/a3d01bd8e8a7cd02fe5f51c81b324eea to your computer and use it in GitHub Desktop.
CDK CloudFormation Output
self.output = CfnOutput(self, "Ec2DetailedMonitoringMitigationArn",
value=self.function.function_arn,
export_name='Ec2DetailedMonitoringMitigationArn')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment