interface DataflowEndpointGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GroundStation.DataflowEndpointGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#DataflowEndpointGroupReference |
![]() | software.amazon.awscdk.services.groundstation.DataflowEndpointGroupReference |
![]() | aws_cdk.aws_groundstation.DataflowEndpointGroupReference |
![]() | aws-cdk-lib » aws_groundstation » DataflowEndpointGroupReference |
A reference to a DataflowEndpointGroup resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_groundstation as groundstation } from 'aws-cdk-lib';
const dataflowEndpointGroupReference: groundstation.DataflowEndpointGroupReference = {
dataflowEndpointGroupArn: 'dataflowEndpointGroupArn',
dataflowEndpointGroupId: 'dataflowEndpointGroupId',
};
Properties
Name | Type | Description |
---|---|---|
dataflow | string | The ARN of the DataflowEndpointGroup resource. |
dataflow | string | The Id of the DataflowEndpointGroup resource. |
dataflowEndpointGroupArn
Type:
string
The ARN of the DataflowEndpointGroup resource.
dataflowEndpointGroupId
Type:
string
The Id of the DataflowEndpointGroup resource.