class Aws::GroundStation::Types::EndpointDetails

Information about the endpoint details.

@note When making an API call, you may pass EndpointDetails

data as a hash:

    {
      endpoint: {
        address: {
          name: "String", # required
          port: 1, # required
        },
        mtu: 1,
        name: "SafeName",
        status: "created", # accepts created, creating, deleted, deleting, failed
      },
      security_details: {
        role_arn: "RoleArn", # required
        security_group_ids: ["String"], # required
        subnet_ids: ["String"], # required
      },
    }

@!attribute [rw] endpoint

A dataflow endpoint.
@return [Types::DataflowEndpoint]

@!attribute [rw] security_details

Endpoint security details.
@return [Types::SecurityDetails]

@see docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/EndpointDetails AWS API Documentation

Constants

SENSITIVE