interface EndpointAccessReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Redshift.EndpointAccessReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsredshift#EndpointAccessReference |
![]() | software.amazon.awscdk.services.redshift.EndpointAccessReference |
![]() | aws_cdk.aws_redshift.EndpointAccessReference |
![]() | aws-cdk-lib » 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 redshift } from 'aws-cdk-lib';
const endpointAccessReference: 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.