Interface OAuthClientApplicationReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OAuthClientApplicationReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-22T17:37:37.456Z")
@Stability(Stable)
public interface OAuthClientApplicationReference
extends software.amazon.jsii.JsiiSerializable
A reference to a OAuthClientApplication 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.*;
OAuthClientApplicationReference oAuthClientApplicationReference = OAuthClientApplicationReference.builder()
.oAuthClientApplicationArn("oAuthClientApplicationArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forOAuthClientApplicationReferencestatic final classAn implementation forOAuthClientApplicationReference -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOAuthClientApplicationArn
The Arn of the OAuthClientApplication resource. -
builder
-