Class CfnServiceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.CfnServiceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnServiceProps
@Stability(Stable)
@Internal
public static final class CfnServiceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceProps
An implementation for
CfnServiceProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apprunner.CfnServiceProps
CfnServiceProps.Builder, CfnServiceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnServiceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnServiceProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to associate with your service.final ObjectAn optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs.final ObjectThe settings for the health check that AWS App Runner performs to monitor the health of the App Runner service.final ObjectThe runtime configuration of instances (scaling units) of your service.final ObjectConfiguration settings related to network traffic of the web application that the App Runner service runs.final ObjectThe observability configuration of your service.final StringA name for the App Runner service.final ObjectThe source to deploy to the App Runner service.getTags()An optional list of metadata items that you can associate with the App Runner service resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnServiceProps.Builder.
-
-
Method Details
-
getSourceConfiguration
Description copied from interface:CfnServicePropsThe source to deploy to the App Runner service.It can be a code or an image repository.
- Specified by:
getSourceConfigurationin interfaceCfnServiceProps
-
getAutoScalingConfigurationArn
Description copied from interface:CfnServicePropsThe Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to associate with your service.If 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/3Specify just the name to associate the latest revision. For example:
arn:aws:apprunner:us-east-1:123456789012:autoscalingconfiguration/high-availability- Specified by:
getAutoScalingConfigurationArnin interfaceCfnServiceProps
-
getEncryptionConfiguration
Description copied from interface:CfnServicePropsAn optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs.By default, App Runner uses an AWS managed key .
- Specified by:
getEncryptionConfigurationin interfaceCfnServiceProps
-
getHealthCheckConfiguration
Description copied from interface:CfnServicePropsThe settings for the health check that AWS App Runner performs to monitor the health of the App Runner service.- Specified by:
getHealthCheckConfigurationin interfaceCfnServiceProps
-
getInstanceConfiguration
Description copied from interface:CfnServicePropsThe runtime configuration of instances (scaling units) of your service.- Specified by:
getInstanceConfigurationin interfaceCfnServiceProps
-
getNetworkConfiguration
Description copied from interface:CfnServicePropsConfiguration settings related to network traffic of the web application that the App Runner service runs.- Specified by:
getNetworkConfigurationin interfaceCfnServiceProps
-
getObservabilityConfiguration
Description copied from interface:CfnServicePropsThe observability configuration of your service.- Specified by:
getObservabilityConfigurationin interfaceCfnServiceProps
-
getServiceName
Description copied from interface:CfnServicePropsA name for the App Runner service.It 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.
- Specified by:
getServiceNamein interfaceCfnServiceProps
-
getTags
Description copied from interface:CfnServicePropsAn optional list of metadata items that you can associate with the App Runner service resource.A tag is a key-value pair.
- Specified by:
getTagsin interfaceCfnServiceProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-