CreateActionConnectorRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique identifier for the action connector. This ID must be unique within the Amazon Web Services account. The ActionConnectorId must not start with the prefix quicksuite-

Link copied to clipboard

The authentication configuration for connecting to the external service. This includes the authentication type, base URL, and authentication metadata such as client credentials or API keys.

Link copied to clipboard

The Amazon Web Services account ID associated with the action connector.

Link copied to clipboard

An optional description of the action connector.

Link copied to clipboard
val name: String?

A descriptive name for the action connector.

Link copied to clipboard

The permissions configuration that defines which users, groups, or namespaces can access this action connector and what operations they can perform.

Link copied to clipboard
val tags: List<Tag>?

A list of tags to apply to the action connector for resource management and organization.

Link copied to clipboard

The type of action connector.

Link copied to clipboard

The ARN of the VPC connection to use for secure connectivity to the external service.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String