@Stability(value=Stable)
public static interface CfnProfilingGroup.ChannelProperty
extends software.amazon.jsii.JsiiSerializable
We support SNS topic as a notification channel.
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.codeguruprofiler.*;
ChannelProperty channelProperty = ChannelProperty.builder()
.channelUri("channelUri")
// the properties below are optional
.channelId("channelId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnProfilingGroup.ChannelProperty.Builder
A builder for
CfnProfilingGroup.ChannelProperty |
static class |
CfnProfilingGroup.ChannelProperty.Jsii$Proxy
An implementation for
CfnProfilingGroup.ChannelProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnProfilingGroup.ChannelProperty.Builder |
builder() |
default String |
getChannelId()
The channel ID.
|
String |
getChannelUri()
The channel URI.
|
@Stability(value=Stable) @NotNull String getChannelUri()
@Stability(value=Stable) @Nullable default String getChannelId()
@Stability(value=Stable) static CfnProfilingGroup.ChannelProperty.Builder builder()
Copyright © 2022. All rights reserved.