Interface CfnApplicationProviderPropsMixin.ResourceServerScopeDetailsProperty

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

@Stability(Stable) public static interface CfnApplicationProviderPropsMixin.ResourceServerScopeDetailsProperty extends software.amazon.jsii.JsiiSerializable
Details for an IAM Identity Center access scope associated with a resource server.

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.*;
 ResourceServerScopeDetailsProperty resourceServerScopeDetailsProperty = ResourceServerScopeDetailsProperty.builder()
         .detailedTitle("detailedTitle")
         .longDescription("longDescription")
         .build();
 

See Also: