Class CfnServiceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceMixinProps
CfnServiceMixinProps-
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.mixins.preview.services.apprunner.mixins.CfnServiceMixinProps
CfnServiceMixinProps.Builder, CfnServiceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnServiceMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnServiceMixinProps.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 theCfnServiceMixinProps.Builder.
-
-
Method Details
-
getAutoScalingConfigurationArn
Description copied from interface:CfnServiceMixinPropsThe 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 interfaceCfnServiceMixinProps- See Also:
-
getEncryptionConfiguration
Description copied from interface:CfnServiceMixinPropsAn 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
IResolvableorCfnServicePropsMixin.EncryptionConfigurationProperty- Specified by:
getEncryptionConfigurationin interfaceCfnServiceMixinProps- See Also:
-
getHealthCheckConfiguration
Description copied from interface:CfnServiceMixinPropsThe settings for the health check that AWS App Runner performs to monitor the health of the App Runner service.Returns union: either
IResolvableorCfnServicePropsMixin.HealthCheckConfigurationProperty- Specified by:
getHealthCheckConfigurationin interfaceCfnServiceMixinProps- See Also:
-
getInstanceConfiguration
Description copied from interface:CfnServiceMixinPropsThe runtime configuration of instances (scaling units) of your service.Returns union: either
IResolvableorCfnServicePropsMixin.InstanceConfigurationProperty- Specified by:
getInstanceConfigurationin interfaceCfnServiceMixinProps- See Also:
-
getNetworkConfiguration
Description copied from interface:CfnServiceMixinPropsConfiguration settings related to network traffic of the web application that the App Runner service runs.Returns union: either
IResolvableorCfnServicePropsMixin.NetworkConfigurationProperty- Specified by:
getNetworkConfigurationin interfaceCfnServiceMixinProps- See Also:
-
getObservabilityConfiguration
Description copied from interface:CfnServiceMixinPropsThe observability configuration of your service.Returns union: either
IResolvableorCfnServicePropsMixin.ServiceObservabilityConfigurationProperty- Specified by:
getObservabilityConfigurationin interfaceCfnServiceMixinProps- See Also:
-
getServiceName
Description copied from interface:CfnServiceMixinPropsA 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 interfaceCfnServiceMixinProps- See Also:
-
getSourceConfiguration
Description copied from interface:CfnServiceMixinPropsThe source to deploy to the App Runner service.It can be a code or an image repository.
Returns union: either
IResolvableorCfnServicePropsMixin.SourceConfigurationProperty- Specified by:
getSourceConfigurationin interfaceCfnServiceMixinProps- See Also:
-
getTags
Description copied from interface:CfnServiceMixinPropsAn 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 interfaceCfnServiceMixinProps- 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()
-