interface EndpointAccessReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Redshift.EndpointAccessReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsredshift#EndpointAccessReference |
Java | software.amazon.awscdk.interfaces.redshift.EndpointAccessReference |
Python | aws_cdk.interfaces.aws_redshift.EndpointAccessReference |
TypeScript | aws-cdk-lib » interfaces » aws_redshift » EndpointAccessReference |
A reference to a EndpointAccess resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_redshift as interfaces_aws_redshift } from 'aws-cdk-lib/interfaces';
const endpointAccessReference: interfaces_aws_redshift.EndpointAccessReference = {
endpointName: 'endpointName',
};
Properties
| Name | Type | Description |
|---|---|---|
| endpoint | string | The EndpointName of the EndpointAccess resource. |
endpointName
Type:
string
The EndpointName of the EndpointAccess resource.

.NET
Go
Java
Python
TypeScript