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:StringName:StringProvider:StringProviderConfiguration:ProviderConfigurationTags:- Tag
Properties
Description-
A description of the connector.
Required: No
Type: String
Minimum:
0Maximum:
200Update requires: No interruption
Name-
The name of the connector.
Required: Yes
Type: String
Pattern:
^[\p{L}\p{N}_-]+$Minimum:
1Maximum:
50Update requires: Replacement
Provider-
The cloud provider for the connector.
Required: Yes
Type: String
Allowed values:
AZUREUpdate requires: Replacement
ProviderConfigurationProperty description not available.
Required: Yes
Type: ProviderConfiguration
Update requires: No interruption
-
The tags associated with the connector.
Required: No
Type: Array of Tag
Maximum:
50Update 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.
LastUpdatedAtProperty description not available.
ProviderConfiguration.Azure.ScopeConfiguration.ContainerImageScanning.StateProperty description not available.
ProviderConfiguration.Azure.ScopeConfiguration.ContainerImageScanning.StateReasonProperty description not available.
ProviderConfiguration.Azure.ScopeConfiguration.ServerlessScanning.StateProperty description not available.
ProviderConfiguration.Azure.ScopeConfiguration.ServerlessScanning.StateReasonProperty description not available.
ProviderConfiguration.Azure.ScopeConfiguration.VmScanning.StateProperty description not available.
ProviderConfiguration.Azure.ScopeConfiguration.VmScanning.StateReasonProperty description not available.