@Stability(value=Stable)
public static interface CfnApplication.CustomComponentProperty
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.applicationinsights.*;
CustomComponentProperty customComponentProperty = CustomComponentProperty.builder()
.componentName("componentName")
.resourceList(List.of("resourceList"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplication.CustomComponentProperty.Builder
A builder for
CfnApplication.CustomComponentProperty |
static class |
CfnApplication.CustomComponentProperty.Jsii$Proxy
An implementation for
CfnApplication.CustomComponentProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplication.CustomComponentProperty.Builder |
builder() |
String |
getComponentName()
The name of the component.
|
List<String> |
getResourceList()
The list of resource ARNs that belong to the component.
|
@Stability(value=Stable) @NotNull String getComponentName()
@Stability(value=Stable) @NotNull List<String> getResourceList()
@Stability(value=Stable) static CfnApplication.CustomComponentProperty.Builder builder()
Copyright © 2022. All rights reserved.