AwsEfsLink object

Polymorphism

AwsEfsLink is a type that implements the FarmCloudServiceLink type.

When an object of type FarmCloudServiceLink is expected, you can use one of type AwsEfsLink (or use any other implementation).

Example JSON representation

{
  "cloudLocation": "string",
  "cloudPlatform": "aws",
  "cloudServiceId": "string",
  "id": "string",
  "type": "AwsEfsLink"
}

Properties

property attributes valid values description filter option
cloudServiceId
string
required
create-only
filterable

Identifier of the services in the cloud.

?cloudServiceId=...
type
string
required
create-only
filterable
"AwsEfsLink"

The type of the Cloud Service.

?type=...
id
string
read-only

Unique identifier for this Service.

cloudLocation
string
create-only

Cloud Location, inside a given Cloud Platform, for this resource. May be null if this resource does not have a specific location. Note: if you would like to filter on this property, you must also filter on cloudPlatform.

cloudPlatform
string
create-only
"aws"

The Cloud Platform this resource resides in.