interface EndpointAuthorizationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Redshift.EndpointAuthorizationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsredshift#EndpointAuthorizationReference |
![]() | software.amazon.awscdk.services.redshift.EndpointAuthorizationReference |
![]() | aws_cdk.aws_redshift.EndpointAuthorizationReference |
![]() | aws-cdk-lib » aws_redshift » EndpointAuthorizationReference |
A reference to a EndpointAuthorization 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 endpointAuthorizationReference: redshift.EndpointAuthorizationReference = {
account: 'account',
clusterIdentifier: 'clusterIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
account | string | The Account of the EndpointAuthorization resource. |
cluster | string | The ClusterIdentifier of the EndpointAuthorization resource. |
account
Type:
string
The Account of the EndpointAuthorization resource.
clusterIdentifier
Type:
string
The ClusterIdentifier of the EndpointAuthorization resource.