Interface CfnOAuthClientApplication.IdentityProviderVpcConnectionPropertiesProperty

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

@Stability(Stable) public static interface CfnOAuthClientApplication.IdentityProviderVpcConnectionPropertiesProperty 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.services.quicksight.*;
 IdentityProviderVpcConnectionPropertiesProperty identityProviderVpcConnectionPropertiesProperty = IdentityProviderVpcConnectionPropertiesProperty.builder()
         .vpcConnectionArn("vpcConnectionArn")
         .build();
 

See Also: