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();
 
  • Method Details

    • getActionConnectorArn

      @Stability(Stable) @NotNull String getActionConnectorArn()
      The ARN of the ActionConnector resource.
    • getActionConnectorId

      @Stability(Stable) @NotNull String getActionConnectorId()
      The ActionConnectorId of the ActionConnector resource.
    • getAwsAccountId

      @Stability(Stable) @NotNull String getAwsAccountId()
      The AwsAccountId of the ActionConnector resource.
    • builder

      @Stability(Stable) static ActionConnectorReference.Builder builder()
      Returns:
      a ActionConnectorReference.Builder of ActionConnectorReference