@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:41.176Z")
public interface ActionBindOptions
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.
|
IRole getRole()
static ActionBindOptions.Builder builder()
ActionBindOptions.Builder
of ActionBindOptions