class Aws::GroundStation::Types::CreateDataflowEndpointGroupRequest

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

data as a 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",
      },
    }

@!attribute [rw] endpoint_details

Endpoint details of each endpoint in the dataflow endpoint group.
@return [Array<Types::EndpointDetails>]

@!attribute [rw] tags

Tags of a dataflow endpoint group.
@return [Hash<String,String>]

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

Constants

SENSITIVE