package
2.166.0
Repository: https://github.com/aws/aws-cdk-go.git
Documentation: pkg.go.dev

# README

AWS::AppRunner Construct Library

This module is part of the AWS Cloud Development Kit project.

import apprunner "github.com/aws/aws-cdk-go/awscdk"

There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:

An experimental construct library for this service is available in preview. Since it is not stable yet, it is distributed as a separate package so that you can pin its version independently of the rest of the CDK. See the package:

@aws-cdk/aws-apprunner-alpha

There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.

For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::AppRunner.

(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)

# Functions

No description provided by the author
Returns `true` if a construct is a stack element (i.e.
Check whether the given object is a CfnResource.
Checks if `x` is a construct.
No description provided by the author
Returns `true` if a construct is a stack element (i.e.
Check whether the given object is a CfnResource.
Checks if `x` is a construct.
No description provided by the author
Returns `true` if a construct is a stack element (i.e.
Check whether the given object is a CfnResource.
Checks if `x` is a construct.
No description provided by the author
Returns `true` if a construct is a stack element (i.e.
Check whether the given object is a CfnResource.
Checks if `x` is a construct.
No description provided by the author
Returns `true` if a construct is a stack element (i.e.
Check whether the given object is a CfnResource.
Checks if `x` is a construct.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Properties for defining a `CfnAutoScalingConfiguration`.
Describes the configuration of the tracing feature within an AWS App Runner observability configuration.
Properties for defining a `CfnObservabilityConfiguration`.
Describes resources needed to authenticate access to some source repositories.
Describes the configuration that AWS App Runner uses to build and run an App Runner service from a source code repository.
Describes the basic configuration needed for building and running an AWS App Runner service.
Describes a source code repository.
Describes configuration settings related to outbound network traffic of an AWS App Runner service.
Describes a custom encryption key that AWS App Runner uses to encrypt copies of the source repository and service logs.
Describes the settings for the health check that AWS App Runner performs to monitor the health of a service.
Describes the configuration that AWS App Runner uses to run an App Runner service using an image pulled from a source image repository.
Describes a source image repository.
Network configuration settings for inbound network traffic.
Describes the runtime configuration of an AWS App Runner service instance (scaling unit).
Describes a key-value pair, which is a string-to-string mapping.
Describes configuration settings related to network traffic of an AWS App Runner service.
Describes the observability configuration of an AWS App Runner service.
Identifies a version of code that AWS App Runner refers to within a source code repository.
Describes the source deployed to an AWS App Runner service.
Properties for defining a `CfnService`.
Properties for defining a `CfnVpcConnector`.
Specifications for the customer’s VPC and related PrivateLink VPC endpoint that are used to associate with the VPC Ingress Connection resource.
Properties for defining a `CfnVpcIngressConnection`.

# Interfaces

Specify an AWS App Runner Automatic Scaling configuration by using the `AWS::AppRunner::AutoScalingConfiguration` resource in an AWS CloudFormation template.
Specify an AWS App Runner observability configuration by using the `AWS::AppRunner::ObservabilityConfiguration` resource in an AWS CloudFormation template.
Specify an AWS App Runner service by using the `AWS::AppRunner::Service` resource in an AWS CloudFormation template.
Specify an AWS App Runner VPC connector by using the `AWS::AppRunner::VpcConnector` resource in an AWS CloudFormation template.
Specify an AWS App Runner VPC Ingress Connection by using the `AWS::AppRunner::VpcIngressConnection` resource in an AWS CloudFormation template.