Interface CfnPortalProductMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPortalProductMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:22.846Z")
@Stability(Stable)
public interface CfnPortalProductMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnPortalProductPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2.*;
CfnPortalProductMixinProps cfnPortalProductMixinProps = CfnPortalProductMixinProps.builder()
.description("description")
.displayName("displayName")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPortalProductMixinPropsstatic final classAn implementation forCfnPortalProductMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDescription
A description of the portal product.- See Also:
-
getDisplayName
The name of the portal product as it appears in a published portal.- See Also:
-
getTags
The collection of tags associated with the portal product.- See Also:
-
builder
- Returns:
- a
CfnPortalProductMixinProps.BuilderofCfnPortalProductMixinProps
-