ConnectorV2ConnectorProviderServiceNow constructor
const
ConnectorV2ConnectorProviderServiceNow({})
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,
});