You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GroundStation::Types::CreateDataflowEndpointGroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateDataflowEndpointGroupRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  endpoint_details: [ # required
    {
      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
      },
    },
  ],
  tags: {
    "String" => "String",
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_detailsArray<Types::EndpointDetails>

Endpoint details of each endpoint in the dataflow endpoint group.

Returns:

#tagsHash<String,String>

Tags of a dataflow endpoint group.

Returns:

  • (Hash<String,String>)

    Tags of a dataflow endpoint group.