@Generated(value="jsii-pacmak/1.78.1 (build 878761e)", date="2023-04-17T22:38:13.257Z") @Stability(value=Experimental) public interface CommonActionProps 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.iot.actions.alpha.*;
import software.amazon.awscdk.services.iam.*;
Role role;
CommonActionProps commonActionProps = CommonActionProps.builder()
.role(role)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CommonActionProps.Builder
A builder for
CommonActionProps |
static class |
CommonActionProps.Jsii$Proxy
An implementation for
CommonActionProps |
| Modifier and Type | Method and Description |
|---|---|
static CommonActionProps.Builder |
builder() |
default IRole |
getRole()
(experimental) The IAM role that allows access to AWS service.
|
@Stability(value=Experimental) @Nullable default IRole getRole()
Default: a new role will be created
@Stability(value=Experimental) static CommonActionProps.Builder builder()
CommonActionProps.Builder of CommonActionPropsCopyright © 2023. All rights reserved.