Class: Aws::Types::CreateActionConnectorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#action_connector_id::String

Returns the value of attribute action_connector_id.

Returns:

  • (::String)


2080
2081
2082
# File 'sig/types.rbs', line 2080

def action_connector_id
  @action_connector_id
end

#authentication_configTypes::AuthConfig

Returns the value of attribute authentication_config.

Returns:



2083
2084
2085
# File 'sig/types.rbs', line 2083

def authentication_config
  @authentication_config
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2079
2080
2081
# File 'sig/types.rbs', line 2079

def 
  @aws_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2084
2085
2086
# File 'sig/types.rbs', line 2084

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2081
2082
2083
# File 'sig/types.rbs', line 2081

def name
  @name
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



2085
2086
2087
# File 'sig/types.rbs', line 2085

def permissions
  @permissions
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2087
2088
2089
# File 'sig/types.rbs', line 2087

def tags
  @tags
end

#type"GENERIC_HTTP", ...

Returns the value of attribute type.

Returns:

  • ("GENERIC_HTTP", "SERVICENOW_NOW_PLATFORM", "SALESFORCE_CRM", "MICROSOFT_OUTLOOK", "PAGERDUTY_ADVANCE", "JIRA_CLOUD", "ATLASSIAN_CONFLUENCE", "AMAZON_S3", "AMAZON_BEDROCK_AGENT_RUNTIME", "AMAZON_BEDROCK_RUNTIME", "AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME", "AMAZON_TEXTRACT", "AMAZON_COMPREHEND", "AMAZON_COMPREHEND_MEDICAL", "MICROSOFT_ONEDRIVE", "MICROSOFT_SHAREPOINT", "MICROSOFT_TEAMS", "SAP_BUSINESSPARTNER", "SAP_PRODUCTMASTERDATA", "SAP_PHYSICALINVENTORY", "SAP_BILLOFMATERIALS", "SAP_MATERIALSTOCK", "ZENDESK_SUITE", "SMARTSHEET", "SLACK", "ASANA", "BAMBOO_HR")


2082
2083
2084
# File 'sig/types.rbs', line 2082

def type
  @type
end

#vpc_connection_arn::String

Returns the value of attribute vpc_connection_arn.

Returns:

  • (::String)


2086
2087
2088
# File 'sig/types.rbs', line 2086

def vpc_connection_arn
  @vpc_connection_arn
end