Interface CfnConnectorV2PropsMixin.AzureScopeConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectorV2PropsMixin.AzureScopeConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnConnectorV2PropsMixin
@Stability(Stable)
public static interface CfnConnectorV2PropsMixin.AzureScopeConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.securityhub.*;
AzureScopeConfigurationProperty azureScopeConfigurationProperty = AzureScopeConfigurationProperty.builder()
.scopeType("scopeType")
.scopeValues(List.of("scopeValues"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnectorV2PropsMixin.AzureScopeConfigurationPropertystatic final classAn implementation forCfnConnectorV2PropsMixin.AzureScopeConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getScopeType
The scope type for the Azure connector.- See Also:
-
getScopeValues
The list of scope values for the Azure connector.- See Also:
-
builder
@Stability(Stable) static CfnConnectorV2PropsMixin.AzureScopeConfigurationProperty.Builder builder()
-