Interface CfnConnectionPropsMixin.AuthorizationCodePropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectionPropsMixin.AuthorizationCodePropertiesProperty.Jsii$Proxy
- Enclosing class:
CfnConnectionPropsMixin
@Stability(Stable)
public static interface CfnConnectionPropsMixin.AuthorizationCodePropertiesProperty
extends software.amazon.jsii.JsiiSerializable
The authorization code properties of a 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.datazone.*;
AuthorizationCodePropertiesProperty authorizationCodePropertiesProperty = AuthorizationCodePropertiesProperty.builder()
.authorizationCode("authorizationCode")
.redirectUri("redirectUri")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnConnectionPropsMixin.AuthorizationCodePropertiesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAuthorizationCode
The authorization code of a connection.- See Also:
-
getRedirectUri
The redirect URI of a connection.- See Also:
-
builder
@Stability(Stable) static CfnConnectionPropsMixin.AuthorizationCodePropertiesProperty.Builder builder()
-