@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:32.511Z") @Stability(value=Experimental) public interface ActionBindOptions 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.iam.*;
import software.amazon.awscdk.services.iotevents.*;
Role role;
ActionBindOptions actionBindOptions = ActionBindOptions.builder()
.role(role)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ActionBindOptions.Builder
A builder for
ActionBindOptions |
static class |
ActionBindOptions.Jsii$Proxy
An implementation for
ActionBindOptions |
| Modifier and Type | Method and Description |
|---|---|
static ActionBindOptions.Builder |
builder() |
IRole |
getRole()
(experimental) The IAM role assumed by IoT Events to perform the action.
|
@Stability(value=Experimental) @NotNull IRole getRole()
@Stability(value=Experimental) static ActionBindOptions.Builder builder()
ActionBindOptions.Builder of ActionBindOptionsCopyright © 2022. All rights reserved.