Class: Aws::GroundStation::Types::CreateDataflowEndpointGroupV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::CreateDataflowEndpointGroupV2Request
- Defined in:
- gems/aws-sdk-groundstation/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
POSTPASSstate. -
#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
PREPASSstate. -
#endpoints ⇒ Array<Types::CreateEndpointDetails>
Dataflow endpoint group's endpoint definitions.
-
#tags ⇒ Hash<String,String>
Tags of a V2 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.
831 832 833 834 835 836 837 838 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 831 class CreateDataflowEndpointGroupV2Request < Struct.new( :endpoints, :contact_pre_pass_duration_seconds, :contact_post_pass_duration_seconds, :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.
831 832 833 834 835 836 837 838 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 831 class CreateDataflowEndpointGroupV2Request < Struct.new( :endpoints, :contact_pre_pass_duration_seconds, :contact_post_pass_duration_seconds, :tags) SENSITIVE = [] include Aws::Structure end |
#endpoints ⇒ Array<Types::CreateEndpointDetails>
Dataflow endpoint group's endpoint definitions
831 832 833 834 835 836 837 838 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 831 class CreateDataflowEndpointGroupV2Request < Struct.new( :endpoints, :contact_pre_pass_duration_seconds, :contact_post_pass_duration_seconds, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags of a V2 dataflow endpoint group.
831 832 833 834 835 836 837 838 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 831 class CreateDataflowEndpointGroupV2Request < Struct.new( :endpoints, :contact_pre_pass_duration_seconds, :contact_post_pass_duration_seconds, :tags) SENSITIVE = [] include Aws::Structure end |