Class CfnServicePropsMixin.InstanceConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.apprunner.CfnServicePropsMixin.InstanceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServicePropsMixin.InstanceConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServicePropsMixin.InstanceConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnServicePropsMixin.InstanceConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServicePropsMixin.InstanceConfigurationProperty
An implementation for
CfnServicePropsMixin.InstanceConfigurationProperty-
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.InstanceConfigurationProperty
CfnServicePropsMixin.InstanceConfigurationProperty.Builder, CfnServicePropsMixin.InstanceConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServicePropsMixin.InstanceConfigurationProperty.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 StringgetCpu()The number of CPU units reserved for each instance of your App Runner service.final ObjectThe Amazon Resource Name (ARN) of an IAM role that provides permissions to your App Runner service.final StringThe amount of memory, in MB or GB, reserved for each instance of your App Runner service.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.InstanceConfigurationProperty.Builder.
-
-
Method Details
-
getCpu
Description copied from interface:CfnServicePropsMixin.InstanceConfigurationPropertyThe number of CPU units reserved for each instance of your App Runner service.Default:
1 vCPU- Specified by:
getCpuin interfaceCfnServicePropsMixin.InstanceConfigurationProperty- See Also:
-
getInstanceRoleArn
Description copied from interface:CfnServicePropsMixin.InstanceConfigurationPropertyThe 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:
getInstanceRoleArnin interfaceCfnServicePropsMixin.InstanceConfigurationProperty- See Also:
-
getMemory
Description copied from interface:CfnServicePropsMixin.InstanceConfigurationPropertyThe amount of memory, in MB or GB, reserved for each instance of your App Runner service.Default:
2 GB- Specified by:
getMemoryin interfaceCfnServicePropsMixin.InstanceConfigurationProperty- 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()
-