Class CfnService.InstanceConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.CfnService.InstanceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.InstanceConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnService.InstanceConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnService.InstanceConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnService.InstanceConfigurationProperty
An implementation for
CfnService.InstanceConfigurationProperty
-
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.CfnService.InstanceConfigurationProperty
CfnService.InstanceConfigurationProperty.Builder, CfnService.InstanceConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnService.InstanceConfigurationProperty.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
getCpu()
The number of CPU units reserved for each instance of your App Runner service.final String
The Amazon Resource Name (ARN) of an IAM role that provides permissions to your App Runner service.final String
The amount of memory, in MB or GB, reserved for each instance of your App Runner service.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 theCfnService.InstanceConfigurationProperty.Builder
.
-
-
Method Details
-
getCpu
Description copied from interface:CfnService.InstanceConfigurationProperty
The number of CPU units reserved for each instance of your App Runner service.Default:
1 vCPU
- Specified by:
getCpu
in interfaceCfnService.InstanceConfigurationProperty
- See Also:
-
getInstanceRoleArn
Description copied from interface:CfnService.InstanceConfigurationProperty
The Amazon Resource Name (ARN) of an IAM role that provides permissions to your App Runner service.These are permissions that your code needs when it calls any AWS APIs.
- Specified by:
getInstanceRoleArn
in interfaceCfnService.InstanceConfigurationProperty
- See Also:
-
getMemory
Description copied from interface:CfnService.InstanceConfigurationProperty
The amount of memory, in MB or GB, reserved for each instance of your App Runner service.Default:
2 GB
- Specified by:
getMemory
in interfaceCfnService.InstanceConfigurationProperty
- See Also:
-
$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()
-