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 OAuth2Client application.
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.datazone.*;
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 AWS managed client application reference in the OAuth2Client application.- See Also:
-
getUserManagedClientApplicationClientId
The user managed client application client ID in the OAuth2Client application.- See Also:
-
builder
-