Resource: awsApprunnerConnection
Manages an App Runner Connection.
\~> NOTE: After creation, you must complete the authentication handshake using the App Runner console.
Example Usage
/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.apprunnerConnection.ApprunnerConnection(this, "example", {
connectionName: "example",
providerType: "GITHUB",
tags: {
Name: "example-apprunner-connection",
},
});
Argument Reference
The following arguments supported:
connectionName
- (Required) Name of the connection.providerType
- (Required) Source repository provider. Valid values:github
.tags
- (Optional) Key-value map of resource tags. If configured with a providerdefaultTags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
Attributes Reference
In addition to all arguments above, the following attributes are exported:
arn
- ARN of the connection.status
- Current state of the App Runner connection. When the state isavailable
, you can use the connection to create anawsApprunnerService
resource.tagsAll
- Map of tags assigned to the resource, including those inherited from the providerdefaultTags
configuration block.
Import
App Runner Connections can be imported by using the connectionName
, e.g.,