Interface CfnEntitledDataSetsMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEntitledDataSetsMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-24T11:47:00.821Z")
@Stability(Stable)
public interface CfnEntitledDataSetsMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnEntitledDataSetsPropsMixin.
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.dataexchange.*;
CfnEntitledDataSetsMixinProps cfnEntitledDataSetsMixinProps = CfnEntitledDataSetsMixinProps.builder()
.assetType("assetType")
.description("description")
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEntitledDataSetsMixinPropsstatic final classAn implementation forCfnEntitledDataSetsMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAssetType
- See Also:
-
getDescription
- See Also:
-
getName
- See Also:
-
builder
-