View a markdown version of this page

AWS::InspectorV2::Connector - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::InspectorV2::Connector

The AWS::InspectorV2::Connector resource Property description not available. for InspectorV2.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::InspectorV2::Connector", "Properties" : { "Description" : String, "Name" : String, "Provider" : String, "ProviderConfiguration" : ProviderConfiguration, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::InspectorV2::Connector Properties: Description: String Name: String Provider: String ProviderConfiguration: ProviderConfiguration Tags: - Tag

Properties

Description

A description of the connector.

Required: No

Type: String

Minimum: 0

Maximum: 200

Update requires: No interruption

Name

The name of the connector.

Required: Yes

Type: String

Pattern: ^[\p{L}\p{N}_-]+$

Minimum: 1

Maximum: 50

Update requires: Replacement

Provider

The cloud provider for the connector.

Required: Yes

Type: String

Allowed values: AZURE

Update requires: Replacement

ProviderConfiguration

Property description not available.

Required: Yes

Type: ProviderConfiguration

Update requires: No interruption

Tags

The tags associated with the connector.

Required: No

Type: Array of Tag

Maximum: 50

Update requires: No interruption

Return values

Ref

Fn::GetAtt

ConnectorArn

The Amazon Resource Name (ARN) of the connector.

CreatedAt

The date and time when the connector was created.

EnablementStatus

The enablement status of the connector, which indicates whether the connector is active and scanning resources.

EnablementStatusReason

Additional information about the current enablement status of the connector.

LastUpdatedAt

Property description not available.

ProviderConfiguration.Azure.ScopeConfiguration.ContainerImageScanning.State

Property description not available.

ProviderConfiguration.Azure.ScopeConfiguration.ContainerImageScanning.StateReason

Property description not available.

ProviderConfiguration.Azure.ScopeConfiguration.ServerlessScanning.State

Property description not available.

ProviderConfiguration.Azure.ScopeConfiguration.ServerlessScanning.StateReason

Property description not available.

ProviderConfiguration.Azure.ScopeConfiguration.VmScanning.State

Property description not available.

ProviderConfiguration.Azure.ScopeConfiguration.VmScanning.StateReason

Property description not available.