Connector Config Response Args
data class ConnectorConfigResponseArgs(val activationCode: Output<String>? = null, val activationExpiry: Output<String>? = null, val activationId: Output<String>? = null, val provider: Output<String>? = null, val roleArn: Output<String>? = null) : ConvertibleToJava<ConnectorConfigResponseArgs>
Definition of ConnectorConfigResponse
Constructors
Properties
Link copied to clipboard
A unique code associated with the cluster for registration purposes.
Link copied to clipboard
The expiration time of the connected cluster. The cluster's YAML file must be applied through the native provider.
Link copied to clipboard
A unique ID associated with the cluster for registration purposes.