Interface CfnTopicV2Props
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTopicV2Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:17.107Z")
@Stability(Stable)
public interface CfnTopicV2Props
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnTopicV2.
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.quicksight.*;
CfnTopicV2Props cfnTopicV2Props = CfnTopicV2Props.builder()
.awsAccountId("awsAccountId")
.customInstructions(CustomInstructionsProperty.builder()
.customInstructionsString("customInstructionsString")
.build())
.dataSetRelations(List.of(DataSetRelationProperty.builder()
.left(DataSetRelationEndpointProperty.builder()
.columnNames(List.of("columnNames"))
.dataSetArn("dataSetArn")
.build())
.right(DataSetRelationEndpointProperty.builder()
.columnNames(List.of("columnNames"))
.dataSetArn("dataSetArn")
.build())
.build()))
.dataSets(List.of(DataSetReferenceProperty.builder()
.dataSetArn("dataSetArn")
// the properties below are optional
.dataSetName("dataSetName")
.build()))
.description("description")
.folderArns(List.of("folderArns"))
.name("name")
.permissions(List.of(ResourcePermissionProperty.builder()
.actions(List.of("actions"))
.principal("principal")
.build()))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.topicId("topicId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTopicV2Propsstatic final classAn implementation forCfnTopicV2Props -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnTopicV2Props.Builderbuilder()default Stringdefault ObjectReturns union: eitherIResolvableorCfnTopicV2.CustomInstructionsPropertydefault ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnTopicV2.DataSetRelationProperty>default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnTopicV2.DataSetReferenceProperty>default Stringdefault StringgetName()default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnTopicV2.ResourcePermissionProperty>getTags()default StringMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAwsAccountId
- See Also:
-
getCustomInstructions
Returns union: eitherIResolvableorCfnTopicV2.CustomInstructionsProperty- See Also:
-
getDataSetRelations
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnTopicV2.DataSetRelationProperty>- See Also:
-
getDataSets
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnTopicV2.DataSetReferenceProperty>- See Also:
-
getDescription
- See Also:
-
getFolderArns
- See Also:
-
getName
- See Also:
-
getPermissions
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnTopicV2.ResourcePermissionProperty>- See Also:
-
getTags
- See Also:
-
getTopicId
- See Also:
-
builder
- Returns:
- a
CfnTopicV2Props.BuilderofCfnTopicV2Props
-