@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.486Z") @Stability(value=Stable) public class CfnEventInvokeConfig extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnEventInvokeConfig.Builder
A fluent builder for
CfnEventInvokeConfig. |
static interface |
CfnEventInvokeConfig.DestinationConfigProperty |
static interface |
CfnEventInvokeConfig.OnFailureProperty |
static interface |
CfnEventInvokeConfig.OnSuccessProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnEventInvokeConfig(software.constructs.Construct scope,
String id,
CfnEventInvokeConfigProps props)
Create a new `AWS::Lambda::EventInvokeConfig`.
|
protected |
CfnEventInvokeConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnEventInvokeConfig(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
Object |
getDestinationConfig()
`AWS::Lambda::EventInvokeConfig.DestinationConfig`.
|
String |
getFunctionName()
`AWS::Lambda::EventInvokeConfig.FunctionName`.
|
Number |
getMaximumEventAgeInSeconds()
`AWS::Lambda::EventInvokeConfig.MaximumEventAgeInSeconds`.
|
Number |
getMaximumRetryAttempts()
`AWS::Lambda::EventInvokeConfig.MaximumRetryAttempts`.
|
String |
getQualifier()
`AWS::Lambda::EventInvokeConfig.Qualifier`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDestinationConfig(CfnEventInvokeConfig.DestinationConfigProperty value)
`AWS::Lambda::EventInvokeConfig.DestinationConfig`.
|
void |
setDestinationConfig(IResolvable value)
`AWS::Lambda::EventInvokeConfig.DestinationConfig`.
|
void |
setFunctionName(String value)
`AWS::Lambda::EventInvokeConfig.FunctionName`.
|
void |
setMaximumEventAgeInSeconds(Number value)
`AWS::Lambda::EventInvokeConfig.MaximumEventAgeInSeconds`.
|
void |
setMaximumRetryAttempts(Number value)
`AWS::Lambda::EventInvokeConfig.MaximumRetryAttempts`.
|
void |
setQualifier(String value)
`AWS::Lambda::EventInvokeConfig.Qualifier`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnEventInvokeConfig(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnEventInvokeConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnEventInvokeConfig(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnEventInvokeConfigProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getFunctionName()
@Stability(value=Stable)
public void setFunctionName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getQualifier()
@Stability(value=Stable)
public void setQualifier(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getDestinationConfig()
@Stability(value=Stable)
public void setDestinationConfig(@Nullable
CfnEventInvokeConfig.DestinationConfigProperty value)
@Stability(value=Stable)
public void setDestinationConfig(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Number getMaximumEventAgeInSeconds()
@Stability(value=Stable)
public void setMaximumEventAgeInSeconds(@Nullable
Number value)
@Stability(value=Stable) @Nullable public Number getMaximumRetryAttempts()
@Stability(value=Stable)
public void setMaximumRetryAttempts(@Nullable
Number value)
Copyright © 2021. All rights reserved.