Interface CfnActionConnectorPropsMixin.ClientCredentialsDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnActionConnectorPropsMixin.ClientCredentialsDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnActionConnectorPropsMixin
@Stability(Stable)
public static interface CfnActionConnectorPropsMixin.ClientCredentialsDetailsProperty
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.quicksight.*;
ClientCredentialsDetailsProperty clientCredentialsDetailsProperty = ClientCredentialsDetailsProperty.builder()
.clientCredentialsGrantDetails(ClientCredentialsGrantDetailsProperty.builder()
.clientId("clientId")
.clientSecret("clientSecret")
.tokenEndpoint("tokenEndpoint")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnActionConnectorPropsMixin.ClientCredentialsDetailsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnActionConnectorPropsMixin.ClientCredentialsGrantDetailsPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClientCredentialsGrantDetails
Returns union: eitherIResolvableorCfnActionConnectorPropsMixin.ClientCredentialsGrantDetailsProperty- See Also:
-
builder
@Stability(Stable) static CfnActionConnectorPropsMixin.ClientCredentialsDetailsProperty.Builder builder()
-