Interface CfnApplication.SignInOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnApplication.SignInOptionsProperty.Jsii$Proxy
Enclosing class:
CfnApplication

@Stability(Stable) public static interface CfnApplication.SignInOptionsProperty extends software.amazon.jsii.JsiiSerializable
A structure that describes the sign-in options for an application portal.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.sso.*;
 SignInOptionsProperty signInOptionsProperty = SignInOptionsProperty.builder()
         .origin("origin")
         // the properties below are optional
         .applicationUrl("applicationUrl")
         .build();
 

See Also: