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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apprunner.CfnServiceProps
CfnServiceProps.Builder, CfnServiceProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnServiceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnServiceProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to associate with your service.final Object
An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs.final Object
The settings for the health check that AWS App Runner performs to monitor the health of the App Runner service.final Object
The runtime configuration of instances (scaling units) of your service.final Object
Configuration settings related to network traffic of the web application that the App Runner service runs.final Object
The observability configuration of your service.final String
A name for the App Runner service.final Object
The 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 int
hashCode()
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:CfnServiceProps
The source to deploy to the App Runner service.It can be a code or an image repository.
- Specified by:
getSourceConfiguration
in interfaceCfnServiceProps
-
getAutoScalingConfigurationArn
Description copied from interface:CfnServiceProps
The 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/3
Specify just the name to associate the latest revision. For example:
arn:aws:apprunner:us-east-1:123456789012:autoscalingconfiguration/high-availability
- Specified by:
getAutoScalingConfigurationArn
in interfaceCfnServiceProps
-
getEncryptionConfiguration
Description copied from interface:CfnServiceProps
An 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:
getEncryptionConfiguration
in interfaceCfnServiceProps
-
getHealthCheckConfiguration
Description copied from interface:CfnServiceProps
The settings for the health check that AWS App Runner performs to monitor the health of the App Runner service.- Specified by:
getHealthCheckConfiguration
in interfaceCfnServiceProps
-
getInstanceConfiguration
Description copied from interface:CfnServiceProps
The runtime configuration of instances (scaling units) of your service.- Specified by:
getInstanceConfiguration
in interfaceCfnServiceProps
-
getNetworkConfiguration
Description copied from interface:CfnServiceProps
Configuration settings related to network traffic of the web application that the App Runner service runs.- Specified by:
getNetworkConfiguration
in interfaceCfnServiceProps
-
getObservabilityConfiguration
Description copied from interface:CfnServiceProps
The observability configuration of your service.- Specified by:
getObservabilityConfiguration
in interfaceCfnServiceProps
-
getServiceName
Description copied from interface:CfnServiceProps
A 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:
getServiceName
in interfaceCfnServiceProps
-
getTags
Description copied from interface:CfnServiceProps
An optional list of metadata items that you can associate with the App Runner service resource.A tag is a key-value pair.
- Specified by:
getTags
in interfaceCfnServiceProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-