interface ActionConfig
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CodePipeline.ActionConfig |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscodepipeline#ActionConfig |
Java | software.amazon.awscdk.services.codepipeline.ActionConfig |
Python | aws_cdk.aws_codepipeline.ActionConfig |
TypeScript (source) | aws-cdk-lib » aws_codepipeline » ActionConfig |
Obtainable from
Action.bind(), Action.bound(), Alexa.bound(), Cloud.bound(), Cloud.bound(), Cloud.bound(), Cloud.bound(), Cloud.bound(), Cloud.bound(), Code.bound(), Code.bound(), Code.bound(), Code.bound(), Code.bound(), Commands.bound(), Ec2.bound(), Ecr.bound(), Ecr.bound(), Ecs.bound(), Elastic.bound(), Git.bound(), Inspector.bound(), Inspector.bound(), Inspector.bound(), Jenkins.bound(), Lambda.bound(), Manual.bound(), Pipeline.bound(), S3.bound(), S3.bound(), Service.bound(), Step.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
| Name | Type | Description |
|---|---|---|
| configuration? | any |
configuration?
Type:
any
(optional)

.NET
Go
Java
Python
TypeScript (