@Stability(value=Stable)
public static interface CfnClientVpnEndpoint.TagSpecificationProperty
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.ec2.*;
TagSpecificationProperty tagSpecificationProperty = TagSpecificationProperty.builder()
.resourceType("resourceType")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnClientVpnEndpoint.TagSpecificationProperty.Builder
A builder for
CfnClientVpnEndpoint.TagSpecificationProperty |
static class |
CfnClientVpnEndpoint.TagSpecificationProperty.Jsii$Proxy
An implementation for
CfnClientVpnEndpoint.TagSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnClientVpnEndpoint.TagSpecificationProperty.Builder |
builder() |
String |
getResourceType()
The type of resource to tag.
|
List<CfnTag> |
getTags()
The tags to apply to the resource.
|
@Stability(value=Stable) @NotNull String getResourceType()
@Stability(value=Stable) static CfnClientVpnEndpoint.TagSpecificationProperty.Builder builder()
Copyright © 2022. All rights reserved.