interface RedshiftCredentialConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DataZone.CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdatazone#CfnDataSourcePropsMixin_RedshiftCredentialConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_datazone.CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_datazone » CfnDataSourcePropsMixin » RedshiftCredentialConfigurationProperty |
The details of the credentials required to access an Amazon Redshift cluster.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datazone as datazone } from '@aws-cdk/cfn-property-mixins';
const redshiftCredentialConfigurationProperty: datazone.CfnDataSourcePropsMixin.RedshiftCredentialConfigurationProperty = {
secretManagerArn: 'secretManagerArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| secret | string | The ARN of a secret manager for an Amazon Redshift cluster. |
secretManagerArn?
Type:
string
(optional)
The ARN of a secret manager for an Amazon Redshift cluster.

.NET
Go
Java
Python
TypeScript