interface ProviderProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SecurityHub.CfnConnectorPropsMixin.ProviderProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssecurityhub#CfnConnectorPropsMixin_ProviderProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnConnectorPropsMixin.ProviderProperty |
Python | aws_cdk.cfn_property_mixins.aws_securityhub.CfnConnectorPropsMixin.ProviderProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_securityhub » CfnConnectorPropsMixin » ProviderProperty |
The CSPM provider configuration for the connector.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_securityhub as securityhub } from '@aws-cdk/cfn-property-mixins';
const providerProperty: securityhub.CfnConnectorPropsMixin.ProviderProperty = {
azure: {
awsConfigConnectorArn: 'awsConfigConnectorArn',
azureRegions: ['azureRegions'],
scopeConfiguration: {
scopeType: 'scopeType',
scopeValues: ['scopeValues'],
},
},
};
Properties
| Name | Type | Description |
|---|---|---|
| azure? | IResolvable | Azure | The configuration for connecting to an Azure environment. |
azure?
Type:
IResolvable | Azure
(optional)
The configuration for connecting to an Azure environment.

.NET
Go
Java
Python
TypeScript