Interface CfnService.AuthenticationConfigurationProperty

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

@Stability(Stable) public static interface CfnService.AuthenticationConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Describes resources needed to authenticate access to some source repositories.

The specific resource depends on the repository provider.

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.apprunner.*;
 AuthenticationConfigurationProperty authenticationConfigurationProperty = AuthenticationConfigurationProperty.builder()
         .accessRoleArn("accessRoleArn")
         .connectionArn("connectionArn")
         .build();
 

See Also: