ServiceSourceConfigurationAuthenticationConfiguration class
Constructors
-
ServiceSourceConfigurationAuthenticationConfiguration({Input<
String?> ? accessRoleArn, Input<String?> ? connectionArn}) -
Creates a new ServiceSourceConfigurationAuthenticationConfiguration.
accessRoleArnARN of the IAM role that grants the App Runner service access to a source repository. Required for ECR image repositories (but not for ECR Public)connectionArnARN of the App Runner connection that enables the App Runner service to connect to a source repository. Required for GitHub code repositories.const -
ServiceSourceConfigurationAuthenticationConfiguration.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
accessRoleArn
→ Input<
String?> ? -
ARN of the IAM role that grants the App Runner service access to a source repository. Required for ECR image repositories (but not for ECR Public)
final
-
connectionArn
→ Input<
String?> ? -
ARN of the App Runner connection that enables the App Runner service to connect to a source repository. Required for GitHub code repositories.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited