Class CfnServicePropsMixin.CodeConfigurationValuesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.apprunner.CfnServicePropsMixin.CodeConfigurationValuesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServicePropsMixin.CodeConfigurationValuesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServicePropsMixin.CodeConfigurationValuesProperty
@Stability(Stable)
@Internal
public static final class CfnServicePropsMixin.CodeConfigurationValuesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServicePropsMixin.CodeConfigurationValuesProperty
An implementation for
CfnServicePropsMixin.CodeConfigurationValuesProperty-
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.cfnpropertymixins.services.apprunner.CfnServicePropsMixin.CodeConfigurationValuesProperty
CfnServicePropsMixin.CodeConfigurationValuesProperty.Builder, CfnServicePropsMixin.CodeConfigurationValuesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServicePropsMixin.CodeConfigurationValuesProperty.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 command App Runner runs to build your application.final StringgetPort()The port that your application listens to in the container.final StringA runtime environment type for building and running an App Runner service.final ObjectAn array of key-value pairs representing the secrets and parameters that get referenced to your service as an environment variable.final ObjectThe environment variables that are available to your running AWS App Runner service.final StringThe command App Runner runs to start your application.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 theCfnServicePropsMixin.CodeConfigurationValuesProperty.Builder.
-
-
Method Details
-
getBuildCommand
Description copied from interface:CfnServicePropsMixin.CodeConfigurationValuesPropertyThe command App Runner runs to build your application.- Specified by:
getBuildCommandin interfaceCfnServicePropsMixin.CodeConfigurationValuesProperty- See Also:
-
getPort
Description copied from interface:CfnServicePropsMixin.CodeConfigurationValuesPropertyThe port that your application listens to in the container.Default:
8080- Specified by:
getPortin interfaceCfnServicePropsMixin.CodeConfigurationValuesProperty- See Also:
-
getRuntime
Description copied from interface:CfnServicePropsMixin.CodeConfigurationValuesPropertyA runtime environment type for building and running an App Runner service.It represents a programming language runtime.
- Specified by:
getRuntimein interfaceCfnServicePropsMixin.CodeConfigurationValuesProperty- See Also:
-
getRuntimeEnvironmentSecrets
Description copied from interface:CfnServicePropsMixin.CodeConfigurationValuesPropertyAn array of key-value pairs representing the secrets and parameters that get referenced to your service as an environment variable.The supported values are either the full Amazon Resource Name (ARN) of the AWS Secrets Manager secret or the full ARN of the parameter in the AWS Systems Manager Parameter Store.
- If the AWS Systems Manager Parameter Store parameter exists in the same AWS Region as the service that you're launching, you can use either the full ARN or name of the secret. If the parameter exists in a different Region, then the full ARN must be specified.
- Currently, cross account referencing of AWS Systems Manager Parameter Store parameter is not supported.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnServicePropsMixin.KeyValuePairProperty>- Specified by:
getRuntimeEnvironmentSecretsin interfaceCfnServicePropsMixin.CodeConfigurationValuesProperty- See Also:
-
getRuntimeEnvironmentVariables
Description copied from interface:CfnServicePropsMixin.CodeConfigurationValuesPropertyThe environment variables that are available to your running AWS App Runner service.An array of key-value pairs.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnServicePropsMixin.KeyValuePairProperty>- Specified by:
getRuntimeEnvironmentVariablesin interfaceCfnServicePropsMixin.CodeConfigurationValuesProperty- See Also:
-
getStartCommand
Description copied from interface:CfnServicePropsMixin.CodeConfigurationValuesPropertyThe command App Runner runs to start your application.- Specified by:
getStartCommandin interfaceCfnServicePropsMixin.CodeConfigurationValuesProperty- 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()
-