cloud_trail

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2016 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Trail = Resource{
	AwsType: "AWS::CloudTrail::Trail",

	ReturnValue: Schema{
		Type: ValueString,
	},

	Properties: Properties{
		"CloudWatchLogsLogGroupArn": Schema{
			Type:     ARN,
			Required: constraints.PropertyExists("CloudWatchLogsRoleArn"),
		},

		"CloudWatchLogsRoleArn": Schema{
			Type: ARN,
		},

		"EnableLogFileValidation": Schema{
			Type: ValueBool,
		},

		"IncludeGlobalServiceEvents": Schema{
			Type: ValueBool,
		},

		"IsLogging": Schema{
			Type:     ValueBool,
			Required: constraints.Always,
		},

		"KMSKeyId": Schema{
			Type: ARN,
		},

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

		"S3KeyPrefix": Schema{
			Type: ValueString,
		},

		"SnsTopicName": Schema{
			Type: ValueString,
		},

		"Tags": Schema{
			Type: Multiple(common.ResourceTag),
		},
	},
}

see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-trail.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