Interface ActionConnectorReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ActionConnectorReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.125.0 (build fdbe357)",
date="2026-01-19T12:04:04.958Z")
@Stability(Stable)
public interface ActionConnectorReference
extends software.amazon.jsii.JsiiSerializable
A reference to a ActionConnector resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.quicksight.*;
ActionConnectorReference actionConnectorReference = ActionConnectorReference.builder()
.actionConnectorArn("actionConnectorArn")
.actionConnectorId("actionConnectorId")
.awsAccountId("awsAccountId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forActionConnectorReferencestatic final classAn implementation forActionConnectorReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ARN of the ActionConnector resource.The ActionConnectorId of the ActionConnector resource.The AwsAccountId of the ActionConnector resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getActionConnectorArn
The ARN of the ActionConnector resource. -
getActionConnectorId
The ActionConnectorId of the ActionConnector resource. -
getAwsAccountId
The AwsAccountId of the ActionConnector resource. -
builder
- Returns:
- a
ActionConnectorReference.BuilderofActionConnectorReference
-