Class CfnConnectorPropsMixin.AzureScopeConfigurationMapProperty
Defines which resource types to scan and at what scope level.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.InspectorV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnConnectorPropsMixin.AzureScopeConfigurationMapProperty : CfnConnectorPropsMixin.IAzureScopeConfigurationMapProperty
Syntax (vb)
Public Class CfnConnectorPropsMixin.AzureScopeConfigurationMapProperty Implements CfnConnectorPropsMixin.IAzureScopeConfigurationMapProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.InspectorV2;
var azureScopeConfigurationMapProperty = new AzureScopeConfigurationMapProperty {
ContainerImageScanning = new ScopeConfigurationProperty {
ScopeType = "scopeType",
ScopeValues = new [] { "scopeValues" },
State = "state",
StateReason = "stateReason"
},
ServerlessScanning = new ScopeConfigurationProperty {
ScopeType = "scopeType",
ScopeValues = new [] { "scopeValues" },
State = "state",
StateReason = "stateReason"
},
VmScanning = new ScopeConfigurationProperty {
ScopeType = "scopeType",
ScopeValues = new [] { "scopeValues" },
State = "state",
StateReason = "stateReason"
}
};
Synopsis
Constructors
| AzureScopeConfigurationMapProperty() | Defines which resource types to scan and at what scope level. |
Properties
| ContainerImageScanning | Defines the scope of Azure resources to monitor for a specific resource type. |
| ServerlessScanning | Defines the scope of Azure resources to monitor for a specific resource type. |
| VmScanning | Defines the scope of Azure resources to monitor for a specific resource type. |
Constructors
AzureScopeConfigurationMapProperty()
Defines which resource types to scan and at what scope level.
public AzureScopeConfigurationMapProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.InspectorV2;
var azureScopeConfigurationMapProperty = new AzureScopeConfigurationMapProperty {
ContainerImageScanning = new ScopeConfigurationProperty {
ScopeType = "scopeType",
ScopeValues = new [] { "scopeValues" },
State = "state",
StateReason = "stateReason"
},
ServerlessScanning = new ScopeConfigurationProperty {
ScopeType = "scopeType",
ScopeValues = new [] { "scopeValues" },
State = "state",
StateReason = "stateReason"
},
VmScanning = new ScopeConfigurationProperty {
ScopeType = "scopeType",
ScopeValues = new [] { "scopeValues" },
State = "state",
StateReason = "stateReason"
}
};
Properties
ContainerImageScanning
Defines the scope of Azure resources to monitor for a specific resource type.
public object? ContainerImageScanning { get; set; }
Property Value
Remarks
ServerlessScanning
Defines the scope of Azure resources to monitor for a specific resource type.
public object? ServerlessScanning { get; set; }
Property Value
Remarks
VmScanning
Defines the scope of Azure resources to monitor for a specific resource type.
public object? VmScanning { get; set; }