Class CfnDataflowEndpointGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.groundstation.CfnDataflowEndpointGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataflowEndpointGroupProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataflowEndpointGroupProps
@Stability(Stable)
@Internal
public static final class CfnDataflowEndpointGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataflowEndpointGroupProps
An implementation for
CfnDataflowEndpointGroupProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.groundstation.CfnDataflowEndpointGroupProps
CfnDataflowEndpointGroupProps.Builder, CfnDataflowEndpointGroupProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataflowEndpointGroupProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in aPOSTPASS
state.final Number
Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in aPREPASS
state.final Object
List of Endpoint Details, containing address and port for each endpoint.getTags()
Tags assigned to a resource.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataflowEndpointGroupProps.Builder
.
-
-
Method Details
-
getEndpointDetails
Description copied from interface:CfnDataflowEndpointGroupProps
List of Endpoint Details, containing address and port for each endpoint.- Specified by:
getEndpointDetails
in interfaceCfnDataflowEndpointGroupProps
- See Also:
-
getContactPostPassDurationSeconds
Description copied from interface:CfnDataflowEndpointGroupProps
Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in aPOSTPASS
state.A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the
POSTPASS
state.- Specified by:
getContactPostPassDurationSeconds
in interfaceCfnDataflowEndpointGroupProps
- See Also:
-
getContactPrePassDurationSeconds
Description copied from interface:CfnDataflowEndpointGroupProps
Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in aPREPASS
state.A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the
PREPASS
state.- Specified by:
getContactPrePassDurationSeconds
in interfaceCfnDataflowEndpointGroupProps
- See Also:
-
getTags
Description copied from interface:CfnDataflowEndpointGroupProps
Tags assigned to a resource.- Specified by:
getTags
in interfaceCfnDataflowEndpointGroupProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-