--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_groundstation_dataflow_endpoint_group Resource - terraform-provider-awscc" subcategory: "" description: |- AWS Ground Station DataflowEndpointGroup schema for CloudFormation --- # awscc_groundstation_dataflow_endpoint_group (Resource) AWS Ground Station DataflowEndpointGroup schema for CloudFormation ## Schema ### Required - `endpoint_details` (Attributes List) (see [below for nested schema](#nestedatt--endpoint_details)) ### Optional - `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `arn` (String) - `id` (String) The ID of this resource. ### Nested Schema for `endpoint_details` Required: - `endpoint` (Attributes) (see [below for nested schema](#nestedatt--endpoint_details--endpoint)) - `security_details` (Attributes) (see [below for nested schema](#nestedatt--endpoint_details--security_details)) ### Nested Schema for `endpoint_details.endpoint` Required: - `address` (Attributes) (see [below for nested schema](#nestedatt--endpoint_details--endpoint--address)) - `mtu` (Number) - `name` (String) ### Nested Schema for `endpoint_details.endpoint.address` Required: - `name` (String) - `port` (Number) ### Nested Schema for `endpoint_details.security_details` Required: - `role_arn` (String) - `security_group_ids` (List of String) - `subnet_ids` (List of String) ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_groundstation_dataflow_endpoint_group.example ```