Interface CfnEntitledDataSetsProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEntitledDataSetsProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-22T17:37:23.691Z")
@Stability(Stable)
public interface CfnEntitledDataSetsProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnEntitledDataSets.
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.dataexchange.*;
CfnEntitledDataSetsProps cfnEntitledDataSetsProps = CfnEntitledDataSetsProps.builder()
.assetType("assetType")
.description("description")
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEntitledDataSetsPropsstatic final classAn implementation forCfnEntitledDataSetsProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAssetType
- See Also:
-
getDescription
- See Also:
-
getName
- See Also:
-
builder
- Returns:
- a
CfnEntitledDataSetsProps.BuilderofCfnEntitledDataSetsProps
-