Interface CfnConnectorPropsMixin.ProviderConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectorPropsMixin.ProviderConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnConnectorPropsMixin
@Stability(Stable)
public static interface CfnConnectorPropsMixin.ProviderConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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.inspectorv2.*;
ProviderConfigurationProperty providerConfigurationProperty = ProviderConfigurationProperty.builder()
.azure(AzureProviderConfigurationProperty.builder()
.autoInstallVmScanner(false)
.awsConfigConnectorArn("awsConfigConnectorArn")
.azureRegions(List.of("azureRegions"))
.scopeConfiguration(AzureScopeConfigurationMapProperty.builder()
.containerImageScanning(ScopeConfigurationProperty.builder()
.scopeType("scopeType")
.scopeValues(List.of("scopeValues"))
.state("state")
.stateReason("stateReason")
.build())
.serverlessScanning(ScopeConfigurationProperty.builder()
.scopeType("scopeType")
.scopeValues(List.of("scopeValues"))
.state("state")
.stateReason("stateReason")
.build())
.vmScanning(ScopeConfigurationProperty.builder()
.scopeType("scopeType")
.scopeValues(List.of("scopeValues"))
.state("state")
.stateReason("stateReason")
.build())
.build())
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnectorPropsMixin.ProviderConfigurationPropertystatic final classAn implementation forCfnConnectorPropsMixin.ProviderConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectgetAzure()Returns union: eitherIResolvableorCfnConnectorPropsMixin.AzureProviderConfigurationPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAzure
Returns union: eitherIResolvableorCfnConnectorPropsMixin.AzureProviderConfigurationProperty- See Also:
-
builder
-