@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:44.222Z")
public interface ResourceBindOptions
// 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 java.lang.String |
getResourceProperty()
The name of the CloudFormation property to annotate with asset metadata.
|
default java.lang.String getResourceProperty()
Default: Code
static ResourceBindOptions.Builder builder()
ResourceBindOptions.Builder
of ResourceBindOptions