@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:50.660Z") @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.