- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`account_id
Type: STRING
auto_scaling_configuration_summary
Type: STRUCT
Provider name: AutoScalingConfigurationSummary
Description: Summary information for the App Runner automatic scaling configuration resource that’s associated with this service.
auto_scaling_configuration_arn
STRING
AutoScalingConfigurationArn
auto_scaling_configuration_name
STRING
AutoScalingConfigurationName
auto_scaling_configuration_revision
INT32
AutoScalingConfigurationRevision
“Status”: “ACTIVE”
) with the same AutoScalingConfigurationName
.created_at
TIMESTAMP
CreatedAt
has_associated_service
BOOLEAN
HasAssociatedService
true
indicates one or more services are associated. A value of false
indicates no services are associated.is_default
BOOLEAN
IsDefault
AutoScalingConfiguration
per region. The default AutoScalingConfiguration
can be any revision under the same AutoScalingConfigurationName
.status
STRING
Status
INACTIVE
, it was deleted and can’t be used. Inactive configuration revisions are permanently removed some time after they are deleted.created_at
Type: TIMESTAMP
Provider name: CreatedAt
Description: The time when the App Runner service was created. It’s in the Unix time stamp format.
deleted_at
Type: TIMESTAMP
Provider name: DeletedAt
Description: The time when the App Runner service was deleted. It’s in the Unix time stamp format.
encryption_configuration
Type: STRUCT
Provider name: EncryptionConfiguration
Description: The encryption key that App Runner uses to encrypt the service logs and the copy of the source repository that App Runner maintains for the service. It can be either a customer-provided encryption key or an Amazon Web Services managed key.
kms_key
STRING
KmsKey
health_check_configuration
Type: STRUCT
Provider name: HealthCheckConfiguration
Description: The settings for the health check that App Runner performs to monitor the health of this service.
healthy_threshold
INT32
HealthyThreshold
1
interval
INT32
Interval
5
path
STRING
Path
Path
is only applicable when you set Protocol
to HTTP
."/"
protocol
STRING
Protocol
Protocol
to HTTP
, App Runner sends health check requests to the HTTP path specified by Path
.TCP
timeout
INT32
Timeout
2
unhealthy_threshold
INT32
UnhealthyThreshold
5
instance_configuration
Type: STRUCT
Provider name: InstanceConfiguration
Description: The runtime configuration of instances (scaling units) of this service.
cpu
STRING
Cpu
1 vCPU
instance_role_arn
STRING
InstanceRoleArn
memory
STRING
Memory
2 GB
network_configuration
Type: STRUCT
Provider name: NetworkConfiguration
Description: Configuration settings related to network traffic of the web application that this service runs.
egress_configuration
STRUCT
EgressConfiguration
egress_type
STRING
EgressType
DEFAULT
for access to resources hosted on public networks. Set to VPC
to associate your service to a custom VPC specified by VpcConnectorArn
.vpc_connector_arn
STRING
VpcConnectorArn
EgressType = VPC
.ingress_configuration
STRUCT
IngressConfiguration
is_publicly_accessible
BOOLEAN
IsPubliclyAccessible
True
. To make the service privately accessible, from only within an Amazon VPC set it to False
.ip_address_type
STRING
IpAddressType
IpAddressType
, it defaults to select IPv4. observability_configuration
Type: STRUCT
Provider name: ObservabilityConfiguration
Description: The observability configuration of this service.
observability_configuration_arn
STRING
ObservabilityConfigurationArn
ObservabilityEnabled
is true
. Specify an ARN with a name and a revision number to associate that revision. For example: arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing/3
Specify just the name to associate the latest revision. For example: arn:aws:apprunner:us-east-1:123456789012:observabilityconfiguration/xray-tracing
observability_enabled
BOOLEAN
ObservabilityEnabled
true
, an observability configuration resource is associated with the service, and an ObservabilityConfigurationArn
is specified.service_arn
Type: STRING
Provider name: ServiceArn
Description: The Amazon Resource Name (ARN) of this service.
service_id
Type: STRING
Provider name: ServiceId
Description: An ID that App Runner generated for this service. It’s unique within the Amazon Web Services Region.
service_name
Type: STRING
Provider name: ServiceName
Description: The customer-provided service name.
service_url
Type: STRING
Provider name: ServiceUrl
Description: A subdomain URL that App Runner generated for this service. You can use this URL to access your service web application.
source_configuration
Type: STRUCT
Provider name: SourceConfiguration
Description: The source deployed to the App Runner service. It can be a code or an image repository.
authentication_configuration
STRUCT
AuthenticationConfiguration
access_role_arn
STRING
AccessRoleArn
connection_arn
STRING
ConnectionArn
auto_deployments_enabled
BOOLEAN
AutoDeploymentsEnabled
true
, continuous integration from the source repository is enabled for the App Runner service. Each repository change (including any source code commit or new image version) starts a deployment.false
for a source image that uses an ECR Public repository or an ECR repository that’s in an Amazon Web Services account other than the one that the service is in. App Runner sets to true
in all other cases (which currently include a source code repository or a source image using a same-account ECR repository).code_repository
STRUCT
CodeRepository
ImageRepository
(but not both).code_configuration
STRUCT
CodeConfiguration
CodeConfiguration
is required only for CreateService
request.code_configuration_values
STRUCT
CodeConfigurationValues
apprunner.yaml
file in the source code repository (or ignoring the file if it exists).build_command
STRING
BuildCommand
port
STRING
Port
8080
runtime
STRING
Runtime
runtime_environment_secrets
MAP_STRING_STRING
RuntimeEnvironmentSecrets
runtime_environment_variables
MAP_STRING_STRING
RuntimeEnvironmentVariables
start_command
STRING
StartCommand
configuration_source
STRING
ConfigurationSource
REPOSITORY
– App Runner reads configuration values from the apprunner.yaml
file in the source code repository and ignores CodeConfigurationValues
.API
– App Runner uses configuration values provided in CodeConfigurationValues
and ignores the apprunner.yaml
file in the source code repository.repository_url
STRING
RepositoryUrl
source_code_version
STRUCT
SourceCodeVersion
type
STRING
Type
value
STRING
Value
source_directory
STRING
SourceDirectory
image_repository
STRUCT
ImageRepository
CodeRepository
(but not both).image_configuration
STRUCT
ImageConfiguration
port
STRING
Port
8080
runtime_environment_secrets
MAP_STRING_STRING
RuntimeEnvironmentSecrets
runtime_environment_variables
MAP_STRING_STRING
RuntimeEnvironmentVariables
start_command
STRING
StartCommand
image_identifier
STRING
ImageIdentifier
image_repository_type
STRING
ImageRepositoryType
status
Type: STRING
Provider name: Status
Description: The current state of the App Runner service. These particular values mean the following.
CREATE_FAILED
– The service failed to create. The failed service isn’t usable, and still counts towards your service quota. To troubleshoot this failure, read the failure events and logs, change any parameters that need to be fixed, and rebuild your service using UpdateService
.DELETE_FAILED
– The service failed to delete and can’t be successfully recovered. Retry the service deletion call to ensure that all related resources are removed.tags
Type: UNORDERED_LIST_STRING
updated_at
Type: TIMESTAMP
Provider name: UpdatedAt
Description: The time when the App Runner service was last updated at. It’s in the Unix time stamp format.