@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.482Z") @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 © 2022. All rights reserved.