@Stability(value=Stable)
public static interface CfnEventIntegration.MetadataProperty
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.appintegrations.*;
MetadataProperty metadataProperty = MetadataProperty.builder()
.key("key")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEventIntegration.MetadataProperty.Builder
A builder for
CfnEventIntegration.MetadataProperty |
static class |
CfnEventIntegration.MetadataProperty.Jsii$Proxy
An implementation for
CfnEventIntegration.MetadataProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEventIntegration.MetadataProperty.Builder |
builder() |
String |
getKey()
The key name.
|
String |
getValue()
The value.
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnEventIntegration.MetadataProperty.Builder builder()
Copyright © 2022. All rights reserved.