ActionTypeSettings class
Returns information about the settings for an action type.
Constructors
- ActionTypeSettings({String? entityUrlTemplate, String? executionUrlTemplate, String? revisionUrlTemplate, String? thirdPartyConfigurationUrl})
-
ActionTypeSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- entityUrlTemplate → String?
-
The URL returned to the AWS CodePipeline console that provides a deep link
to the resources of the external system, such as the configuration page for
an AWS CodeDeploy deployment group. This link is provided as part of the
action display in the pipeline.
final
- executionUrlTemplate → String?
-
The URL returned to the AWS CodePipeline console that contains a link to the
top-level landing page for the external system, such as the console page for
AWS CodeDeploy. This link is shown on the pipeline view page in the AWS
CodePipeline console and provides a link to the execution entity of the
external action.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- revisionUrlTemplate → String?
-
The URL returned to the AWS CodePipeline console that contains a link to the
page where customers can update or change the configuration of the external
action.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thirdPartyConfigurationUrl → String?
-
The URL of a sign-up page where users can sign up for an external service
and perform initial configuration of the action provided by that service.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited