Interface ITopicReference
A reference to a Topic resource.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITopicReference
Syntax (vb)
Public Interface ITopicReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var topicReference = new TopicReference {
AwsAccountId = "awsAccountId",
TopicArn = "topicArn",
TopicId = "topicId"
};
Synopsis
Properties
AwsAccountId | The AwsAccountId of the Topic resource. |
TopicArn | The ARN of the Topic resource. |
TopicId | The TopicId of the Topic resource. |
Properties
AwsAccountId
The AwsAccountId of the Topic resource.
string AwsAccountId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
TopicArn
The ARN of the Topic resource.
string TopicArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
TopicId
The TopicId of the Topic resource.
string TopicId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated