@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-10T17:05:56.590Z") @Stability(value=Stable) public interface ResourceBindOptions extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lambda.*;
ResourceBindOptions resourceBindOptions = ResourceBindOptions.builder()
.resourceProperty("resourceProperty")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ResourceBindOptions.Builder
A builder for
ResourceBindOptions |
static class |
ResourceBindOptions.Jsii$Proxy
An implementation for
ResourceBindOptions |
| Modifier and Type | Method and Description |
|---|---|
static ResourceBindOptions.Builder |
builder() |
default String |
getResourceProperty()
The name of the CloudFormation property to annotate with asset metadata.
|
@Stability(value=Stable) @Nullable default String getResourceProperty()
Default: Code
@Stability(value=Stable) static ResourceBindOptions.Builder builder()
ResourceBindOptions.Builder of ResourceBindOptionsCopyright © 2023. All rights reserved.