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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.groundstation.CfnDataflowEndpointGroupProps
CfnDataflowEndpointGroupProps.Builder, CfnDataflowEndpointGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataflowEndpointGroupProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal NumberAmount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in aPOSTPASSstate.final NumberAmount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in aPREPASSstate.final ObjectList of Endpoint Details, containing address and port for each endpoint.getTags()Tags assigned to a resource.final inthashCode()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:CfnDataflowEndpointGroupPropsList of Endpoint Details, containing address and port for each endpoint.All dataflow endpoints within a single dataflow endpoint group must be of the same type. You cannot mix AWS Ground Station Agent endpoints with Dataflow endpoints in the same group. If your use case requires both types of endpoints, you must create separate dataflow endpoint groups for each type.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataflowEndpointGroup.EndpointDetailsProperty>- Specified by:
getEndpointDetailsin interfaceCfnDataflowEndpointGroupProps- See Also:
-
getContactPostPassDurationSeconds
Description copied from interface:CfnDataflowEndpointGroupPropsAmount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in aPOSTPASSstate.A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the
POSTPASSstate.- Specified by:
getContactPostPassDurationSecondsin interfaceCfnDataflowEndpointGroupProps- See Also:
-
getContactPrePassDurationSeconds
Description copied from interface:CfnDataflowEndpointGroupPropsAmount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in aPREPASSstate.A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the
PREPASSstate.- Specified by:
getContactPrePassDurationSecondsin interfaceCfnDataflowEndpointGroupProps- See Also:
-
getTags
Description copied from interface:CfnDataflowEndpointGroupPropsTags assigned to a resource.- Specified by:
getTagsin interfaceCfnDataflowEndpointGroupProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-