Interface CfnConnectionPropsMixin.OAuth2ClientApplicationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectionPropsMixin.OAuth2ClientApplicationProperty.Jsii$Proxy
- Enclosing class:
CfnConnectionPropsMixin
@Stability(Stable)
public static interface CfnConnectionPropsMixin.OAuth2ClientApplicationProperty
extends software.amazon.jsii.JsiiSerializable
The OAuth2 client app used for the connection.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.glue.*;
OAuth2ClientApplicationProperty oAuth2ClientApplicationProperty = OAuth2ClientApplicationProperty.builder()
.awsManagedClientApplicationReference("awsManagedClientApplicationReference")
.userManagedClientApplicationClientId("userManagedClientApplicationClientId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnectionPropsMixin.OAuth2ClientApplicationPropertystatic final classAn implementation forCfnConnectionPropsMixin.OAuth2ClientApplicationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAwsManagedClientApplicationReference
The reference to the SaaS-side client app that is AWS managed.- See Also:
-
getUserManagedClientApplicationClientId
The client application clientID if the ClientAppType isUSER_MANAGED.- See Also:
-
builder
-