Class: Aws::Types::CreateConnectorProfileRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def client_token
  @client_token
end

#connection_mode"Public", "Private"

Returns the value of attribute connection_mode.

Returns:

  • ("Public", "Private")


308
309
310
# File 'sig/types.rbs', line 308

def connection_mode
  @connection_mode
end

#connector_label::String

Returns the value of attribute connector_label.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def connector_label
  @connector_label
end

#connector_profile_configTypes::ConnectorProfileConfig

Returns the value of attribute connector_profile_config.



309
310
311
# File 'sig/types.rbs', line 309

def connector_profile_config
  @connector_profile_config
end

#connector_profile_name::String

Returns the value of attribute connector_profile_name.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def connector_profile_name
  @connector_profile_name
end

#connector_type"Salesforce", ...

Returns the value of attribute connector_type.

Returns:

  • ("Salesforce", "Singular", "Slack", "Redshift", "S3", "Marketo", "Googleanalytics", "Zendesk", "Servicenow", "Datadog", "Trendmicro", "Snowflake", "Dynatrace", "Infornexus", "Amplitude", "Veeva", "EventBridge", "LookoutMetrics", "Upsolver", "Honeycode", "CustomerProfiles", "SAPOData", "CustomConnector", "Pardot")


306
307
308
# File 'sig/types.rbs', line 306

def connector_type
  @connector_type
end

#kms_arn::String

Returns the value of attribute kms_arn.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def kms_arn
  @kms_arn
end