{ "ServiceArn": "arn:aws:apprunner:us-east-1:123456789:service/my-service", "SourceConfiguration": { "CodeRepository": { "RepositoryUrl": "https://example.awsapprunner.com", "SourceCodeVersion": { "Type": "BRANCH", "Value": "example-value" }, "CodeConfiguration": { "ConfigurationSource": "REPOSITORY", "CodeConfigurationValues": { "Runtime": {}, "BuildCommand": {}, "StartCommand": {}, "Port": {}, "RuntimeEnvironmentVariables": {}, "RuntimeEnvironmentSecrets": {} } }, "SourceDirectory": "example-value" }, "ImageRepository": { "ImageIdentifier": "abc123", "ImageConfiguration": { "RuntimeEnvironmentVariables": {}, "RuntimeEnvironmentSecrets": {}, "StartCommand": "example-value", "Port": "example-value" }, "ImageRepositoryType": "ECR" }, "AutoDeploymentsEnabled": true, "AuthenticationConfiguration": { "ConnectionArn": "arn:aws:apprunner:us-east-1:123456789:service/my-service", "AccessRoleArn": "arn:aws:apprunner:us-east-1:123456789:service/my-service" } }, "InstanceConfiguration": { "Cpu": "example-value", "Memory": "example-value", "InstanceRoleArn": "arn:aws:apprunner:us-east-1:123456789:service/my-service" }, "AutoScalingConfigurationArn": "arn:aws:apprunner:us-east-1:123456789:service/my-service", "HealthCheckConfiguration": { "Protocol": "TCP", "Path": "example-value", "Interval": 42, "Timeout": 42, "HealthyThreshold": 42, "UnhealthyThreshold": 42 }, "NetworkConfiguration": { "EgressConfiguration": { "EgressType": "DEFAULT", "VpcConnectorArn": "arn:aws:apprunner:us-east-1:123456789:service/my-service" }, "IngressConfiguration": { "IsPubliclyAccessible": true }, "IpAddressType": "IPV4" }, "ObservabilityConfiguration": { "ObservabilityEnabled": true, "ObservabilityConfigurationArn": "arn:aws:apprunner:us-east-1:123456789:service/my-service" } }