@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:52.153Z")
public interface ActionConfig
// 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 java.lang.Object |
getConfiguration() |
default java.lang.Object getConfiguration()
static ActionConfig.Builder builder()
ActionConfig.Builder
of ActionConfig