interface AzureScopeConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SecurityHub.CfnConnectorV2PropsMixin.AzureScopeConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssecurityhub#CfnConnectorV2PropsMixin_AzureScopeConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnConnectorV2PropsMixin.AzureScopeConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_securityhub.CfnConnectorV2PropsMixin.AzureScopeConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_securityhub » CfnConnectorV2PropsMixin » AzureScopeConfigurationProperty |
The scope configuration for an Azure 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 azureScopeConfigurationProperty: securityhub.CfnConnectorV2PropsMixin.AzureScopeConfigurationProperty = {
scopeType: 'scopeType',
scopeValues: ['scopeValues'],
};
Properties
| Name | Type | Description |
|---|---|---|
| scope | string | The scope type for the Azure connector. |
| scope | string[] | The list of scope values for the Azure connector. |
scopeType?
Type:
string
(optional)
The scope type for the Azure connector.
scopeValues?
Type:
string[]
(optional)
The list of scope values for the Azure connector.

.NET
Go
Java
Python
TypeScript