@Stability(value=Stable)
public static interface CfnConfig.DataflowEndpointConfigProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
DataflowEndpointConfigProperty dataflowEndpointConfigProperty = DataflowEndpointConfigProperty.builder()
.dataflowEndpointName("dataflowEndpointName")
.dataflowEndpointRegion("dataflowEndpointRegion")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfig.DataflowEndpointConfigProperty.Builder
A builder for
CfnConfig.DataflowEndpointConfigProperty |
static class |
CfnConfig.DataflowEndpointConfigProperty.Jsii$Proxy
An implementation for
CfnConfig.DataflowEndpointConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfig.DataflowEndpointConfigProperty.Builder |
builder() |
default String |
getDataflowEndpointName()
The name of the dataflow endpoint to use during contacts.
|
default String |
getDataflowEndpointRegion()
The region of the dataflow endpoint to use during contacts.
|
@Stability(value=Stable) @Nullable default String getDataflowEndpointName()
@Stability(value=Stable) @Nullable default String getDataflowEndpointRegion()
When omitted, Ground Station will use the region of the contact.
@Stability(value=Stable) static CfnConfig.DataflowEndpointConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.