interface ConnectorConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Config.CfnConnector.ConnectorConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsconfig#CfnConnector_ConnectorConfigurationProperty |
Java | software.amazon.awscdk.services.config.CfnConnector.ConnectorConfigurationProperty |
Python | aws_cdk.aws_config.CfnConnector.ConnectorConfigurationProperty |
TypeScript | aws-cdk-lib » aws_config » CfnConnector » ConnectorConfigurationProperty |
The configuration for the connector.
Specify the third-party cloud provider configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_config as config } from 'aws-cdk-lib';
const connectorConfigurationProperty: config.CfnConnector.ConnectorConfigurationProperty = {
azure: {
clientIdentifier: 'clientIdentifier',
tenantIdentifier: 'tenantIdentifier',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| azure? | IResolvable | Azure | Configuration for connecting to Microsoft Azure. |
azure?
Type:
IResolvable | Azure
(optional)
Configuration for connecting to Microsoft Azure.

.NET
Go
Java
Python
TypeScript