Show / Hide Table of Contents

Interface IActionConfig

Namespace: Amazon.CDK.AWS.CodePipeline
Assembly: Amazon.CDK.AWS.CodePipeline.dll
Syntax (csharp)
public interface IActionConfig
Syntax (vb)
Public Interface IActionConfig
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CodePipeline;

var configuration;

ActionConfig actionConfig = new ActionConfig {
    Configuration = configuration
};

Synopsis

Properties

Configuration

Properties

Configuration

virtual object Configuration { get; }
Property Value

System.Object

Back to top Generated by DocFX