@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 your service.
|
Object |
getInstanceConfiguration()
The runtime configuration of instances (scaling units) of the App Runner service.
|
String |
getServiceName()
A name for the new 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 your 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.
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 String getServiceName()
CfnServicePropsIt must be unique across all the running App Runner services in your AWS account in the AWS Region .
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.