Class CfnServiceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceProps
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.
Returns union: either
IResolvableorCfnService.SourceConfigurationProperty- Specified by:
getSourceConfigurationin interfaceCfnServiceProps- See Also:
-
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- See Also:
-
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 .
Returns union: either
IResolvableorCfnService.EncryptionConfigurationProperty- Specified by:
getEncryptionConfigurationin interfaceCfnServiceProps- See Also:
-
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.Returns union: either
IResolvableorCfnService.HealthCheckConfigurationProperty- Specified by:
getHealthCheckConfigurationin interfaceCfnServiceProps- See Also:
-
getInstanceConfiguration
Description copied from interface:CfnServicePropsThe runtime configuration of instances (scaling units) of your service.Returns union: either
IResolvableorCfnService.InstanceConfigurationProperty- Specified by:
getInstanceConfigurationin interfaceCfnServiceProps- See Also:
-
getNetworkConfiguration
Description copied from interface:CfnServicePropsConfiguration settings related to network traffic of the web application that the App Runner service runs.Returns union: either
IResolvableorCfnService.NetworkConfigurationProperty- Specified by:
getNetworkConfigurationin interfaceCfnServiceProps- See Also:
-
getObservabilityConfiguration
Description copied from interface:CfnServicePropsThe observability configuration of your service.Returns union: either
IResolvableorCfnService.ServiceObservabilityConfigurationProperty- Specified by:
getObservabilityConfigurationin interfaceCfnServiceProps- See Also:
-
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, CloudFormation generates a name for your service.
- Specified by:
getServiceNamein interfaceCfnServiceProps- See Also:
-
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- See Also:
-
$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()
-