@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-11T17:58:48.805Z") @Stability(value=Stable) public interface FunctionAttributes extends software.amazon.jsii.JsiiSerializable
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() |
String |
getFunctionArn()
The ARN of the function.
|
String |
getFunctionName()
The name of the function.
|
@Stability(value=Stable) @NotNull String getFunctionArn()
@Stability(value=Stable) @NotNull String getFunctionName()
@Stability(value=Stable) static FunctionAttributes.Builder builder()
FunctionAttributes.Builder of FunctionAttributesCopyright © 2022. All rights reserved.