ref

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package ref exports constants used in CloudFormation template generation.

Index

Constants

View Source
const (
	BootstrapBucketName    = "BootstrapBucketName"
	AssetPath              = "AssetPath"
	HandlerID              = "HandlerID"
	CommonFateAWSAccountID = "CommonFateAWSAccountID"
	HandlerAccountID       = "HandlerAccountID"
)

CloudFormation parameters

View Source
const (
	LambdaFunction       = "LambdaFunction"
	LambdaRole           = "LambdaRole"
	LambdaInvocationRole = "LambdaInvocationRole"
)

CloudFormation Logical IDs

Variables

View Source
var (
	// { "Ref": "AWS::Partition" }
	AWSPartitionRef = cloudformation.Ref("AWS::Partition")

	// { "Ref": "AWS::Region" }
	AWSRegionRef = cloudformation.Ref("AWS::Region")

	// { "Ref": "AWS::AccountId" }
	AWSAccountIDRef = cloudformation.Ref("AWS::AccountId")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL