interface EndpointReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.EMRContainers.EndpointReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsemrcontainers#EndpointReference |
Java | software.amazon.awscdk.interfaces.emrcontainers.EndpointReference |
Python | aws_cdk.interfaces.aws_emrcontainers.EndpointReference |
TypeScript | aws-cdk-lib » interfaces » aws_emrcontainers » EndpointReference |
A reference to a Endpoint resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_emrcontainers as interfaces_emrcontainers } from 'aws-cdk-lib/interfaces';
const endpointReference: interfaces_emrcontainers.EndpointReference = {
endpointArn: 'endpointArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| endpoint | string | The Arn of the Endpoint resource. |
endpointArn
Type:
string
The Arn of the Endpoint resource.

.NET
Go
Java
Python
TypeScript