Show / Hide Table of Contents

Class CfnConnectorPropsMixin.AzureScopeConfigurationMapProperty

Defines which resource types to scan and at what scope level.

Inheritance
object
CfnConnectorPropsMixin.AzureScopeConfigurationMapProperty
Implements
CfnConnectorPropsMixin.IAzureScopeConfigurationMapProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-connector-azurescopeconfigurationmap.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-connector-azurescopeconfigurationmap.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-connector-azurescopeconfigurationmap.html#cfn-inspectorv2-connector-azurescopeconfigurationmap-containerimagescanning

Type union: either IResolvable or CfnConnectorPropsMixin.IScopeConfigurationProperty

ServerlessScanning

Defines the scope of Azure resources to monitor for a specific resource type.

public object? ServerlessScanning { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-connector-azurescopeconfigurationmap.html#cfn-inspectorv2-connector-azurescopeconfigurationmap-serverlessscanning

Type union: either IResolvable or CfnConnectorPropsMixin.IScopeConfigurationProperty

VmScanning

Defines the scope of Azure resources to monitor for a specific resource type.

public object? VmScanning { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-connector-azurescopeconfigurationmap.html#cfn-inspectorv2-connector-azurescopeconfigurationmap-vmscanning

Type union: either IResolvable or CfnConnectorPropsMixin.IScopeConfigurationProperty

Implements

CfnConnectorPropsMixin.IAzureScopeConfigurationMapProperty
Back to top Generated by DocFX