@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:50.535Z") @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.iam.*;
import software.amazon.awscdk.services.iot.actions.*;
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 © 2022. All rights reserved.