efs

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2016 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var FileSystem = Resource{
	AwsType: "AWS::EFS::FileSystem",

	ReturnValue: Schema{
		Type: ValueString,
	},

	Properties: Properties{
		"FileSystemTags": Schema{
			Type: Multiple(fileSystemTag),
		},
	},
}

see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html

View Source
var MountTarget = Resource{
	AwsType: "AWS::EFS::MountTarget",

	ReturnValue: Schema{
		Type: ValueString,
	},

	Properties: Properties{
		"FileSystemId": Schema{
			Type:     ValueString,
			Required: constraints.Always,
		},

		"IpAddress": Schema{
			Type: IPAddress,
		},

		"SecurityGroups": Schema{
			Type:     Multiple(SecurityGroupID),
			Required: constraints.Always,
		},

		"SubnetId": Schema{
			Type:     SubnetID,
			Required: constraints.Always,
		},
	},
}

see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html

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