public static interface CfnService.AuthenticationConfigurationProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnService.AuthenticationConfigurationProperty.Builder
A builder for
CfnService.AuthenticationConfigurationProperty |
static class |
CfnService.AuthenticationConfigurationProperty.Jsii$Proxy
An implementation for
CfnService.AuthenticationConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnService.AuthenticationConfigurationProperty.Builder |
builder() |
default java.lang.String |
getAccessRoleArn()
The Amazon Resource Name (ARN) of the IAM role that grants the App Runner service access to a source repository.
|
default java.lang.String |
getConnectionArn()
The Amazon Resource Name (ARN) of the App Runner connection that enables the App Runner service to connect to a source repository.
|
default java.lang.String getAccessRoleArn()
It's required for ECR image repositories (but not for ECR Public repositories).
default java.lang.String getConnectionArn()
It's required for GitHub code repositories.
static CfnService.AuthenticationConfigurationProperty.Builder builder()