@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:57.077Z")
public interface FunctionAttributes
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.cloudfront.*; FunctionAttributes functionAttributes = FunctionAttributes.builder() .functionArn("functionArn") .functionName("functionName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
FunctionAttributes.Builder
A builder for
FunctionAttributes |
static class |
FunctionAttributes.Jsii$Proxy
An implementation for
FunctionAttributes |
Modifier and Type | Method and Description |
---|---|
static FunctionAttributes.Builder |
builder() |
java.lang.String |
getFunctionArn()
The ARN of the function.
|
java.lang.String |
getFunctionName()
The name of the function.
|
java.lang.String getFunctionArn()
java.lang.String getFunctionName()
static FunctionAttributes.Builder builder()
FunctionAttributes.Builder
of FunctionAttributes