ConnectorV2State constructor
- Input<
String?> ? arn, - Input<
String?> ? connectorId, - Input<
ConnectorV2ConnectorProvider?> ? connectorProvider, - Input<
String?> ? description, - Input<
List< ? healths,ConnectorV2Health> ?> - Input<
String?> ? kmsKeyArn, - Input<
String?> ? name, - Input<
String?> ? region, - Input<
Map< ? tags,String, String> ?> - Input<
Map< ? tagsAll,String, String> ?>
Creates a new ConnectorV2State.
arn ARN of the connector.
connectorId ID of the connector.
connectorProvider Third-party provider details. See connectorProvider below.
description A description of the connector.
healths Current health status. See health below.
kmsKeyArn ARN of KMS key for connector encryption.
name The name of the connector.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
tags Map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
tagsAll Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
Implementation
const ConnectorV2State({
this.arn,
this.connectorId,
this.connectorProvider,
this.description,
this.healths,
this.kmsKeyArn,
this.name,
this.region,
this.tags,
this.tagsAll,
});