amazonka-codepipeline-2.0: Amazon CodePipeline SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CodePipeline.Types.ActionTypeSettings

Description

 
Synopsis

Documentation

data ActionTypeSettings Source #

Returns information about the settings for an action type.

See: newActionTypeSettings smart constructor.

Constructors

ActionTypeSettings' 

Fields

  • entityUrlTemplate :: Maybe Text

    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.

  • executionUrlTemplate :: Maybe Text

    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.

  • revisionUrlTemplate :: Maybe Text

    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.

  • thirdPartyConfigurationUrl :: Maybe Text

    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.

Instances

Instances details
FromJSON ActionTypeSettings Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeSettings

ToJSON ActionTypeSettings Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeSettings

Generic ActionTypeSettings Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeSettings

Associated Types

type Rep ActionTypeSettings :: Type -> Type #

Read ActionTypeSettings Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeSettings

Show ActionTypeSettings Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeSettings

NFData ActionTypeSettings Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeSettings

Methods

rnf :: ActionTypeSettings -> () #

Eq ActionTypeSettings Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeSettings

Hashable ActionTypeSettings Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeSettings

type Rep ActionTypeSettings Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeSettings

type Rep ActionTypeSettings = D1 ('MetaData "ActionTypeSettings" "Amazonka.CodePipeline.Types.ActionTypeSettings" "amazonka-codepipeline-2.0-AHHPJTmnvhi1gPjRAFzjQE" 'False) (C1 ('MetaCons "ActionTypeSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "entityUrlTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionUrlTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "revisionUrlTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "thirdPartyConfigurationUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newActionTypeSettings :: ActionTypeSettings Source #

Create a value of ActionTypeSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:entityUrlTemplate:ActionTypeSettings', actionTypeSettings_entityUrlTemplate - 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.

$sel:executionUrlTemplate:ActionTypeSettings', actionTypeSettings_executionUrlTemplate - 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.

$sel:revisionUrlTemplate:ActionTypeSettings', actionTypeSettings_revisionUrlTemplate - 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.

$sel:thirdPartyConfigurationUrl:ActionTypeSettings', actionTypeSettings_thirdPartyConfigurationUrl - 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.

actionTypeSettings_entityUrlTemplate :: Lens' ActionTypeSettings (Maybe Text) Source #

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.

actionTypeSettings_executionUrlTemplate :: Lens' ActionTypeSettings (Maybe Text) Source #

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.

actionTypeSettings_revisionUrlTemplate :: Lens' ActionTypeSettings (Maybe Text) Source #

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.

actionTypeSettings_thirdPartyConfigurationUrl :: Lens' ActionTypeSettings (Maybe Text) Source #

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.