@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.098Z") @Stability(value=Stable) public interface CfnTagOptionAssociationProps 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.servicecatalog.*;
CfnTagOptionAssociationProps cfnTagOptionAssociationProps = CfnTagOptionAssociationProps.builder()
.resourceId("resourceId")
.tagOptionId("tagOptionId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTagOptionAssociationProps.Builder
A builder for
CfnTagOptionAssociationProps |
static class |
CfnTagOptionAssociationProps.Jsii$Proxy
An implementation for
CfnTagOptionAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnTagOptionAssociationProps.Builder |
builder() |
String |
getResourceId()
The resource identifier.
|
String |
getTagOptionId()
The TagOption identifier.
|
@Stability(value=Stable) @NotNull String getResourceId()
@Stability(value=Stable) @NotNull String getTagOptionId()
@Stability(value=Stable) static CfnTagOptionAssociationProps.Builder builder()
Copyright © 2022. All rights reserved.