@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaFunctionAssociation extends Object implements Serializable, Cloneable
A complex type that contains a Lambda function association.
Constructor and Description |
---|
LambdaFunctionAssociation() |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionAssociation |
clone() |
boolean |
equals(Object obj) |
String |
getEventType()
Specifies the event type that triggers a Lambda function invocation.
|
String |
getLambdaFunctionARN()
The ARN of the Lambda function.
|
int |
hashCode() |
void |
setEventType(EventType eventType)
Specifies the event type that triggers a Lambda function invocation.
|
void |
setEventType(String eventType)
Specifies the event type that triggers a Lambda function invocation.
|
void |
setLambdaFunctionARN(String lambdaFunctionARN)
The ARN of the Lambda function.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
LambdaFunctionAssociation |
withEventType(EventType eventType)
Specifies the event type that triggers a Lambda function invocation.
|
LambdaFunctionAssociation |
withEventType(String eventType)
Specifies the event type that triggers a Lambda function invocation.
|
LambdaFunctionAssociation |
withLambdaFunctionARN(String lambdaFunctionARN)
The ARN of the Lambda function.
|
public void setLambdaFunctionARN(String lambdaFunctionARN)
The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.
lambdaFunctionARN
- The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda
alias or $LATEST.public String getLambdaFunctionARN()
The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.
public LambdaFunctionAssociation withLambdaFunctionARN(String lambdaFunctionARN)
The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda alias or $LATEST.
lambdaFunctionARN
- The ARN of the Lambda function. You must specify the ARN of a function version; you can't specify a Lambda
alias or $LATEST.public void setEventType(String eventType)
Specifies the event type that triggers a Lambda function invocation. You can specify the following values:
viewer-request
: The function executes when CloudFront receives a request from a viewer and before it
checks to see whether the requested object is in the edge cache.
origin-request
: The function executes only when CloudFront forwards a request to your origin. When
the requested object is in the edge cache, the function doesn't execute.
origin-response
: The function executes after CloudFront receives a response from the origin and
before it caches the object in the response. When the requested object is in the edge cache, the function doesn't
execute.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
viewer-response
: The function executes before CloudFront returns the requested object to the viewer.
The function executes regardless of whether the object was already in the edge cache.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
eventType
- Specifies the event type that triggers a Lambda function invocation. You can specify the following
values:
viewer-request
: The function executes when CloudFront receives a request from a viewer and
before it checks to see whether the requested object is in the edge cache.
origin-request
: The function executes only when CloudFront forwards a request to your origin.
When the requested object is in the edge cache, the function doesn't execute.
origin-response
: The function executes after CloudFront receives a response from the origin
and before it caches the object in the response. When the requested object is in the edge cache, the
function doesn't execute.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
viewer-response
: The function executes before CloudFront returns the requested object to the
viewer. The function executes regardless of whether the object was already in the edge cache.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
EventType
public String getEventType()
Specifies the event type that triggers a Lambda function invocation. You can specify the following values:
viewer-request
: The function executes when CloudFront receives a request from a viewer and before it
checks to see whether the requested object is in the edge cache.
origin-request
: The function executes only when CloudFront forwards a request to your origin. When
the requested object is in the edge cache, the function doesn't execute.
origin-response
: The function executes after CloudFront receives a response from the origin and
before it caches the object in the response. When the requested object is in the edge cache, the function doesn't
execute.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
viewer-response
: The function executes before CloudFront returns the requested object to the viewer.
The function executes regardless of whether the object was already in the edge cache.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
viewer-request
: The function executes when CloudFront receives a request from a viewer and
before it checks to see whether the requested object is in the edge cache.
origin-request
: The function executes only when CloudFront forwards a request to your
origin. When the requested object is in the edge cache, the function doesn't execute.
origin-response
: The function executes after CloudFront receives a response from the origin
and before it caches the object in the response. When the requested object is in the edge cache, the
function doesn't execute.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
viewer-response
: The function executes before CloudFront returns the requested object to the
viewer. The function executes regardless of whether the object was already in the edge cache.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
EventType
public LambdaFunctionAssociation withEventType(String eventType)
Specifies the event type that triggers a Lambda function invocation. You can specify the following values:
viewer-request
: The function executes when CloudFront receives a request from a viewer and before it
checks to see whether the requested object is in the edge cache.
origin-request
: The function executes only when CloudFront forwards a request to your origin. When
the requested object is in the edge cache, the function doesn't execute.
origin-response
: The function executes after CloudFront receives a response from the origin and
before it caches the object in the response. When the requested object is in the edge cache, the function doesn't
execute.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
viewer-response
: The function executes before CloudFront returns the requested object to the viewer.
The function executes regardless of whether the object was already in the edge cache.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
eventType
- Specifies the event type that triggers a Lambda function invocation. You can specify the following
values:
viewer-request
: The function executes when CloudFront receives a request from a viewer and
before it checks to see whether the requested object is in the edge cache.
origin-request
: The function executes only when CloudFront forwards a request to your origin.
When the requested object is in the edge cache, the function doesn't execute.
origin-response
: The function executes after CloudFront receives a response from the origin
and before it caches the object in the response. When the requested object is in the edge cache, the
function doesn't execute.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
viewer-response
: The function executes before CloudFront returns the requested object to the
viewer. The function executes regardless of whether the object was already in the edge cache.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
EventType
public void setEventType(EventType eventType)
Specifies the event type that triggers a Lambda function invocation. You can specify the following values:
viewer-request
: The function executes when CloudFront receives a request from a viewer and before it
checks to see whether the requested object is in the edge cache.
origin-request
: The function executes only when CloudFront forwards a request to your origin. When
the requested object is in the edge cache, the function doesn't execute.
origin-response
: The function executes after CloudFront receives a response from the origin and
before it caches the object in the response. When the requested object is in the edge cache, the function doesn't
execute.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
viewer-response
: The function executes before CloudFront returns the requested object to the viewer.
The function executes regardless of whether the object was already in the edge cache.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
eventType
- Specifies the event type that triggers a Lambda function invocation. You can specify the following
values:
viewer-request
: The function executes when CloudFront receives a request from a viewer and
before it checks to see whether the requested object is in the edge cache.
origin-request
: The function executes only when CloudFront forwards a request to your origin.
When the requested object is in the edge cache, the function doesn't execute.
origin-response
: The function executes after CloudFront receives a response from the origin
and before it caches the object in the response. When the requested object is in the edge cache, the
function doesn't execute.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
viewer-response
: The function executes before CloudFront returns the requested object to the
viewer. The function executes regardless of whether the object was already in the edge cache.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
EventType
public LambdaFunctionAssociation withEventType(EventType eventType)
Specifies the event type that triggers a Lambda function invocation. You can specify the following values:
viewer-request
: The function executes when CloudFront receives a request from a viewer and before it
checks to see whether the requested object is in the edge cache.
origin-request
: The function executes only when CloudFront forwards a request to your origin. When
the requested object is in the edge cache, the function doesn't execute.
origin-response
: The function executes after CloudFront receives a response from the origin and
before it caches the object in the response. When the requested object is in the edge cache, the function doesn't
execute.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
viewer-response
: The function executes before CloudFront returns the requested object to the viewer.
The function executes regardless of whether the object was already in the edge cache.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
eventType
- Specifies the event type that triggers a Lambda function invocation. You can specify the following
values:
viewer-request
: The function executes when CloudFront receives a request from a viewer and
before it checks to see whether the requested object is in the edge cache.
origin-request
: The function executes only when CloudFront forwards a request to your origin.
When the requested object is in the edge cache, the function doesn't execute.
origin-response
: The function executes after CloudFront receives a response from the origin
and before it caches the object in the response. When the requested object is in the edge cache, the
function doesn't execute.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
viewer-response
: The function executes before CloudFront returns the requested object to the
viewer. The function executes regardless of whether the object was already in the edge cache.
If the origin returns an HTTP status code other than HTTP 200 (OK), the function doesn't execute.
EventType
public String toString()
toString
in class Object
Object.toString()
public LambdaFunctionAssociation clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.