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 (*Resource) UnmarshalJSON ¶
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 (*Tag) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.