@Stability(value=Stable) @Internal public static final class CfnServiceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnServiceProps
CfnServicePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnServiceProps.Builder, CfnServiceProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnServiceProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnServiceProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAutoScalingConfigurationArn()
The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to associate with your service.
|
Object |
getEncryptionConfiguration()
An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs.
|
Object |
getHealthCheckConfiguration()
The settings for the health check that AWS App Runner performs to monitor the health of the App Runner service.
|
Object |
getInstanceConfiguration()
The runtime configuration of instances (scaling units) of your service.
|
Object |
getNetworkConfiguration()
Configuration settings related to network traffic of the web application that the App Runner service runs.
|
Object |
getObservabilityConfiguration()
The observability configuration of your service.
|
String |
getServiceName()
A name for the App Runner service.
|
Object |
getSourceConfiguration()
The source to deploy to the App Runner service.
|
List<CfnTag> |
getTags()
An optional list of metadata items that you can associate with the App Runner service resource.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnServiceProps.Builder builder)
CfnServiceProps.Builder.public final Object getSourceConfiguration()
CfnServicePropsIt can be a code or an image repository.
getSourceConfiguration in interface CfnServicePropspublic final String getAutoScalingConfigurationArn()
CfnServicePropsIf not provided, App Runner associates the latest revision of a default auto scaling configuration.
Specify an ARN with a name and a revision number to associate that revision. For example: arn:aws:apprunner:us-east-1:123456789012:autoscalingconfiguration/high-availability/3
Specify just the name to associate the latest revision. For example: arn:aws:apprunner:us-east-1:123456789012:autoscalingconfiguration/high-availability
getAutoScalingConfigurationArn in interface CfnServicePropspublic final Object getEncryptionConfiguration()
CfnServicePropsBy default, App Runner uses an AWS managed key .
getEncryptionConfiguration in interface CfnServicePropspublic final Object getHealthCheckConfiguration()
CfnServicePropsgetHealthCheckConfiguration in interface CfnServicePropspublic final Object getInstanceConfiguration()
CfnServicePropsgetInstanceConfiguration in interface CfnServicePropspublic final Object getNetworkConfiguration()
CfnServicePropsgetNetworkConfiguration in interface CfnServicePropspublic final Object getObservabilityConfiguration()
CfnServicePropsgetObservabilityConfiguration in interface CfnServicePropspublic final String getServiceName()
CfnServicePropsIt must be unique across all the running App Runner services in your AWS account in the AWS Region .
If you don't specify a name, AWS CloudFormation generates a name for your service.
getServiceName in interface CfnServicePropspublic final List<CfnTag> getTags()
CfnServicePropsA tag is a key-value pair.
getTags in interface CfnServiceProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.