Interface CfnPortal.PortalTypeEntryProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPortal.PortalTypeEntryProperty.Jsii$Proxy
- Enclosing class:
CfnPortal
@Stability(Stable)
public static interface CfnPortal.PortalTypeEntryProperty
extends software.amazon.jsii.JsiiSerializable
Container associated a certain PortalType.
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.iotsitewise.*;
PortalTypeEntryProperty portalTypeEntryProperty = PortalTypeEntryProperty.builder()
.portalTools(List.of("portalTools"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPortal.PortalTypeEntryPropertystatic final classAn implementation forCfnPortal.PortalTypeEntryProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The array of tools associated with the specified portal type.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPortalTools
The array of tools associated with the specified portal type.The possible values are
ASSISTANTandDASHBOARD.- See Also:
-
builder
-