@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:26.660Z") @Stability(value=Experimental) public interface ActionConfig extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codepipeline.*;
Object configuration;
ActionConfig actionConfig = ActionConfig.builder()
.configuration(configuration)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ActionConfig.Builder
A builder for
ActionConfig |
static class |
ActionConfig.Jsii$Proxy
An implementation for
ActionConfig |
| Modifier and Type | Method and Description |
|---|---|
static ActionConfig.Builder |
builder() |
default Object |
getConfiguration() |
@Stability(value=Experimental) @Nullable default Object getConfiguration()
@Stability(value=Experimental) static ActionConfig.Builder builder()
ActionConfig.Builder of ActionConfigCopyright © 2022. All rights reserved.