locationfsxlustre

package
v0.0.0-...-1f78e34 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Resource

type Resource struct {

	// The Amazon Resource Name (ARN) for the FSx for Lustre file system.
	FsxFilesystemArn string `json:"FsxFilesystemArn,omitempty"`

	// The Amazon Resource Name (ARN) of the Amazon FSx for Lustre file system location that is created.
	LocationArn string `json:"LocationArn,omitempty"`

	// The URL of the FSx for Lustre location that was described.
	LocationUri string `json:"LocationUri,omitempty"`

	// The ARNs of the security groups that are to use to configure the FSx for Lustre file system.
	SecurityGroupArns []string `json:"SecurityGroupArns"`

	// A subdirectory in the location's path.
	Subdirectory string `json:"Subdirectory,omitempty"`

	// An array of key-value pairs to apply to this resource.
	Tags []*Tag `json:"Tags,omitempty"`
}

Resource Resource schema for AWS::DataSync::LocationFSxLustre.

func (*Resource) MarshalJSON

func (strct *Resource) MarshalJSON() ([]byte, error)

func (*Resource) UnmarshalJSON

func (strct *Resource) UnmarshalJSON(b []byte) error

type Tag

type Tag struct {

	// The key for an AWS resource tag.
	Key string `json:"Key"`

	// The value for an AWS resource tag.
	Value string `json:"Value"`
}

Tag A key-value pair to associate with a resource.

func (*Tag) MarshalJSON

func (strct *Tag) MarshalJSON() ([]byte, error)

func (*Tag) UnmarshalJSON

func (strct *Tag) UnmarshalJSON(b []byte) error

Jump to

Keyboard shortcuts

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