Interface CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnIdentitySourcePropsMixin
@Stability(Stable)
public static interface CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty
extends software.amazon.jsii.JsiiSerializable
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.verifiedpermissions.*;
IdentitySourceDetailsProperty identitySourceDetailsProperty = IdentitySourceDetailsProperty.builder()
.clientIds(List.of("clientIds"))
.discoveryUrl("discoveryUrl")
.openIdIssuer("openIdIssuer")
.userPoolArn("userPoolArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClientIds
- See Also:
-
getDiscoveryUrl
- See Also:
-
getOpenIdIssuer
- See Also:
-
getUserPoolArn
- See Also:
-
builder
@Stability(Stable) static CfnIdentitySourcePropsMixin.IdentitySourceDetailsProperty.Builder builder()
-