Class: Aws::GroundStation::Types::CreateDataflowEndpointGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::CreateDataflowEndpointGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_post_pass_duration_seconds ⇒ Integer
Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a ‘POSTPASS` state.
-
#contact_pre_pass_duration_seconds ⇒ Integer
Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a ‘PREPASS` state.
-
#endpoint_details ⇒ Array<Types::EndpointDetails>
Endpoint details of each endpoint in the dataflow endpoint group.
-
#tags ⇒ Hash<String,String>
Tags of a dataflow endpoint group.
Instance Attribute Details
#contact_post_pass_duration_seconds ⇒ Integer
Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a ‘POSTPASS` state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the `POSTPASS` state.
607 608 609 610 611 612 613 614 |
# File 'lib/aws-sdk-groundstation/types.rb', line 607 class CreateDataflowEndpointGroupRequest < Struct.new( :contact_post_pass_duration_seconds, :contact_pre_pass_duration_seconds, :endpoint_details, :tags) SENSITIVE = [] include Aws::Structure end |
#contact_pre_pass_duration_seconds ⇒ Integer
Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a ‘PREPASS` state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the `PREPASS` state.
607 608 609 610 611 612 613 614 |
# File 'lib/aws-sdk-groundstation/types.rb', line 607 class CreateDataflowEndpointGroupRequest < Struct.new( :contact_post_pass_duration_seconds, :contact_pre_pass_duration_seconds, :endpoint_details, :tags) SENSITIVE = [] include Aws::Structure end |
#endpoint_details ⇒ Array<Types::EndpointDetails>
Endpoint details of each endpoint in the dataflow endpoint group. All dataflow endpoints within a single dataflow endpoint group must be of the same type. You cannot mix <a href=“docs.aws.amazon.com/ground-station/latest/APIReference/API_AwsGroundStationAgentEndpoint.html”> AWS Ground Station Agent endpoints</a> with <a href=“docs.aws.amazon.com/ground-station/latest/APIReference/API_DataflowEndpoint.html”>Dataflow endpoints</a> in the same group. If your use case requires both types of endpoints, you must create separate dataflow endpoint groups for each type. </p>
607 608 609 610 611 612 613 614 |
# File 'lib/aws-sdk-groundstation/types.rb', line 607 class CreateDataflowEndpointGroupRequest < Struct.new( :contact_post_pass_duration_seconds, :contact_pre_pass_duration_seconds, :endpoint_details, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags of a dataflow endpoint group.
607 608 609 610 611 612 613 614 |
# File 'lib/aws-sdk-groundstation/types.rb', line 607 class CreateDataflowEndpointGroupRequest < Struct.new( :contact_post_pass_duration_seconds, :contact_pre_pass_duration_seconds, :endpoint_details, :tags) SENSITIVE = [] include Aws::Structure end |