ConnectorV2ConnectorProviderServiceNow constructor

const ConnectorV2ConnectorProviderServiceNow({
  1. Input<String?>? authStatus,
  2. required Input<String> instanceName,
  3. required Input<String> secretArn,
})

Creates a new ConnectorV2ConnectorProviderServiceNow. authStatus Status of the authorization between ServiceNow and the service. instanceName Instance name of ServiceNow ITSM. secretArn ARN of the AWS Secrets Manager secret that contains the ServiceNow credentials.

Implementation

const ConnectorV2ConnectorProviderServiceNow({
  this.authStatus,
  required this.instanceName,
  required this.secretArn,
});