Class CfnDataflowEndpointGroup
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.groundstation.CfnDataflowEndpointGroup
- All Implemented Interfaces:
IInspectable
,ITaggable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-11T15:55:59.870Z")
@Stability(Stable)
public class CfnDataflowEndpointGroup
extends CfnResource
implements IInspectable, ITaggable
Creates a Dataflow Endpoint Group request.
Dataflow endpoint groups contain a list of endpoints. When the name of a dataflow endpoint group is specified in a mission profile, the Ground Station service will connect to the endpoints and flow data during a contact.
For more information about dataflow endpoint groups, see Dataflow Endpoint Groups .
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.groundstation.*; CfnDataflowEndpointGroup cfnDataflowEndpointGroup = CfnDataflowEndpointGroup.Builder.create(this, "MyCfnDataflowEndpointGroup") .endpointDetails(List.of(EndpointDetailsProperty.builder() .awsGroundStationAgentEndpoint(AwsGroundStationAgentEndpointProperty.builder() .agentStatus("agentStatus") .auditResults("auditResults") .egressAddress(ConnectionDetailsProperty.builder() .mtu(123) .socketAddress(SocketAddressProperty.builder() .name("name") .port(123) .build()) .build()) .ingressAddress(RangedConnectionDetailsProperty.builder() .mtu(123) .socketAddress(RangedSocketAddressProperty.builder() .name("name") .portRange(IntegerRangeProperty.builder() .maximum(123) .minimum(123) .build()) .build()) .build()) .name("name") .build()) .endpoint(DataflowEndpointProperty.builder() .address(SocketAddressProperty.builder() .name("name") .port(123) .build()) .mtu(123) .name("name") .build()) .securityDetails(SecurityDetailsProperty.builder() .roleArn("roleArn") .securityGroupIds(List.of("securityGroupIds")) .subnetIds(List.of("subnetIds")) .build()) .build())) // the properties below are optional .contactPostPassDurationSeconds(123) .contactPrePassDurationSeconds(123) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Information about AwsGroundStationAgentEndpoint.static final class
A fluent builder forCfnDataflowEndpointGroup
.static interface
Egress address of AgentEndpoint with an optional mtu.static interface
Contains information such as socket address and name that defines an endpoint.static interface
The security details and endpoint information.static interface
An integer range that has a minimum and maximum value.static interface
Ingress address of AgentEndpoint with a port range and an optional mtu.static interface
A socket address with a port range.static interface
Information about IAM roles, subnets, and security groups needed for this DataflowEndpointGroup.static interface
The address of the endpoint, such as192.168.1.1
.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnDataflowEndpointGroup
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnDataflowEndpointGroup
(software.amazon.jsii.JsiiObjectRef objRef) CfnDataflowEndpointGroup
(software.constructs.Construct scope, String id, CfnDataflowEndpointGroupProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the dataflow endpoint group, such asarn:aws:groundstation:us-east-2:1234567890:dataflow-endpoint-group/9940bf3b-d2ba-427e-9906-842b5e5d2296
.UUID of a dataflow endpoint group.Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in aPOSTPASS
state.Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in aPREPASS
state.List of Endpoint Details, containing address and port for each endpoint.getTags()
Tag Manager which manages the tags for this resource.Tags assigned to a resource.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in aPOSTPASS
state.void
Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in aPREPASS
state.void
setEndpointDetails
(List<Object> value) List of Endpoint Details, containing address and port for each endpoint.void
setEndpointDetails
(IResolvable value) List of Endpoint Details, containing address and port for each endpoint.void
setTagsRaw
(List<CfnTag> value) Tags assigned to a resource.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnDataflowEndpointGroup
protected CfnDataflowEndpointGroup(software.amazon.jsii.JsiiObjectRef objRef) -
CfnDataflowEndpointGroup
protected CfnDataflowEndpointGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnDataflowEndpointGroup
@Stability(Stable) public CfnDataflowEndpointGroup(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnDataflowEndpointGroupProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrArn
The ARN of the dataflow endpoint group, such asarn:aws:groundstation:us-east-2:1234567890:dataflow-endpoint-group/9940bf3b-d2ba-427e-9906-842b5e5d2296
. -
getAttrId
UUID of a dataflow endpoint group. -
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
getEndpointDetails
List of Endpoint Details, containing address and port for each endpoint. -
setEndpointDetails
List of Endpoint Details, containing address and port for each endpoint. -
setEndpointDetails
List of Endpoint Details, containing address and port for each endpoint. -
getContactPostPassDurationSeconds
Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in aPOSTPASS
state. -
setContactPostPassDurationSeconds
Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in aPOSTPASS
state. -
getContactPrePassDurationSeconds
Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in aPREPASS
state. -
setContactPrePassDurationSeconds
Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in aPREPASS
state. -
getTagsRaw
Tags assigned to a resource. -
setTagsRaw
Tags assigned to a resource.
-