aws-cdk-lib.aws_codepipeline.ActionConfig

interface ActionConfig

LanguageType name
.NETAmazon.CDK.AWS.CodePipeline.ActionConfig
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodepipeline#ActionConfig
Javasoftware.amazon.awscdk.services.codepipeline.ActionConfig
Pythonaws_cdk.aws_codepipeline.ActionConfig
TypeScript (source)aws-cdk-lib » aws_codepipeline » ActionConfig

Obtainable from Action.bind(), Action.bound(), AlexaSkillDeployAction.bound(), CloudFormationCreateReplaceChangeSetAction.bound(), CloudFormationCreateUpdateStackAction.bound(), CloudFormationDeleteStackAction.bound(), CloudFormationDeployStackInstancesAction.bound(), CloudFormationDeployStackSetAction.bound(), CloudFormationExecuteChangeSetAction.bound(), CodeBuildAction.bound(), CodeCommitSourceAction.bound(), CodeDeployEcsDeployAction.bound(), CodeDeployServerDeployAction.bound(), CodeStarConnectionsSourceAction.bound(), EcrSourceAction.bound(), EcsDeployAction.bound(), ElasticBeanstalkDeployAction.bound(), GitHubSourceAction.bound(), JenkinsAction.bound(), LambdaInvokeAction.bound(), ManualApprovalAction.bound(), S3DeployAction.bound(), S3SourceAction.bound(), ServiceCatalogDeployActionBeta1.bound(), StepFunctionInvokeAction.bound()

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codepipeline as codepipeline } from 'aws-cdk-lib';

declare const configuration: any;
const actionConfig: codepipeline.ActionConfig = {
  configuration: configuration,
};

Properties

NameTypeDescription
configuration?any

configuration?

Type: any (optional)