@Generated(value="jsii-pacmak/1.78.1 (build 878761e)", date="2023-04-17T22:38:13.255Z") @Stability(value=Experimental) public interface CloudWatchLogsActionProps extends software.amazon.jsii.JsiiSerializable, CommonActionProps
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;
CloudWatchLogsActionProps cloudWatchLogsActionProps = CloudWatchLogsActionProps.builder()
.role(role)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CloudWatchLogsActionProps.Builder
A builder for
CloudWatchLogsActionProps |
static class |
CloudWatchLogsActionProps.Jsii$Proxy
An implementation for
CloudWatchLogsActionProps |
| Modifier and Type | Method and Description |
|---|---|
static CloudWatchLogsActionProps.Builder |
builder() |
getRole@Stability(value=Experimental) static CloudWatchLogsActionProps.Builder builder()
builder in interface CommonActionPropsCloudWatchLogsActionProps.Builder of CloudWatchLogsActionPropsCopyright © 2023. All rights reserved.