@Stability(value=Stable)
public static interface CfnTrigger.ActionProperty
extends software.amazon.jsii.JsiiSerializable
// Example automatically generated from non-compiling source. May contain errors.
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.glue.*;
Object arguments;
ActionProperty actionProperty = ActionProperty.builder()
.arguments(arguments)
.crawlerName("crawlerName")
.jobName("jobName")
.notificationProperty(NotificationPropertyProperty.builder()
.notifyDelayAfter(123)
.build())
.securityConfiguration("securityConfiguration")
.timeout(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTrigger.ActionProperty.Builder
A builder for
CfnTrigger.ActionProperty |
static class |
CfnTrigger.ActionProperty.Jsii$Proxy
An implementation for
CfnTrigger.ActionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTrigger.ActionProperty.Builder |
builder() |
default Object |
getArguments()
`CfnTrigger.ActionProperty.Arguments`.
|
default String |
getCrawlerName()
`CfnTrigger.ActionProperty.CrawlerName`.
|
default String |
getJobName()
`CfnTrigger.ActionProperty.JobName`.
|
default Object |
getNotificationProperty()
`CfnTrigger.ActionProperty.NotificationProperty`.
|
default String |
getSecurityConfiguration()
`CfnTrigger.ActionProperty.SecurityConfiguration`.
|
default Number |
getTimeout()
`CfnTrigger.ActionProperty.Timeout`.
|
@Stability(value=Stable) @Nullable default Object getArguments()
@Stability(value=Stable) @Nullable default String getCrawlerName()
@Stability(value=Stable) @Nullable default String getJobName()
@Stability(value=Stable) @Nullable default Object getNotificationProperty()
@Stability(value=Stable) @Nullable default String getSecurityConfiguration()
@Stability(value=Stable) @Nullable default Number getTimeout()
@Stability(value=Stable) static CfnTrigger.ActionProperty.Builder builder()
CfnTrigger.ActionProperty.Builder of CfnTrigger.ActionPropertyCopyright © 2021. All rights reserved.