Class: Aws::CodePipeline::Types::ActionTypeUrls

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

Overview

Returns information about URLs for web pages that display to customers as links on the pipeline view, such as an external configuration page for the action type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_urlString

The URL returned to the CodePipeline console that contains a link to the page where customers can configure the external action.

Returns:

  • (String)


1026
1027
1028
1029
1030
1031
1032
1033
# File 'lib/aws-sdk-codepipeline/types.rb', line 1026

class ActionTypeUrls < Struct.new(
  :configuration_url,
  :entity_url_template,
  :execution_url_template,
  :revision_url_template)
  SENSITIVE = []
  include Aws::Structure
end

#entity_url_templateString

The URL returned to the CodePipeline console that provides a deep link to the resources of the external system, such as a status page. This link is provided as part of the action display in the pipeline.

Returns:

  • (String)


1026
1027
1028
1029
1030
1031
1032
1033
# File 'lib/aws-sdk-codepipeline/types.rb', line 1026

class ActionTypeUrls < Struct.new(
  :configuration_url,
  :entity_url_template,
  :execution_url_template,
  :revision_url_template)
  SENSITIVE = []
  include Aws::Structure
end

#execution_url_templateString

The link to an execution page for the action type in progress. For example, for a CodeDeploy action, this link is shown on the pipeline view page in the CodePipeline console, and it links to a CodeDeploy status page.

Returns:

  • (String)


1026
1027
1028
1029
1030
1031
1032
1033
# File 'lib/aws-sdk-codepipeline/types.rb', line 1026

class ActionTypeUrls < Struct.new(
  :configuration_url,
  :entity_url_template,
  :execution_url_template,
  :revision_url_template)
  SENSITIVE = []
  include Aws::Structure
end

#revision_url_templateString

The URL returned to the CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.

Returns:

  • (String)


1026
1027
1028
1029
1030
1031
1032
1033
# File 'lib/aws-sdk-codepipeline/types.rb', line 1026

class ActionTypeUrls < Struct.new(
  :configuration_url,
  :entity_url_template,
  :execution_url_template,
  :revision_url_template)
  SENSITIVE = []
  include Aws::Structure
end