Interface CfnApplicationPropsMixin.SignInOptionsProperty

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

@Stability(Stable) public static interface CfnApplicationPropsMixin.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.cfnpropertymixins.services.sso.*;
 SignInOptionsProperty signInOptionsProperty = SignInOptionsProperty.builder()
         .applicationUrl("applicationUrl")
         .origin("origin")
         .build();
 

See Also: