Class CfnAppPropsMixin.ResourceMappingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.resiliencehub.CfnAppPropsMixin.ResourceMappingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAppPropsMixin.ResourceMappingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAppPropsMixin.ResourceMappingProperty
@Stability(Stable)
@Internal
public static final class CfnAppPropsMixin.ResourceMappingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAppPropsMixin.ResourceMappingProperty
An implementation for
CfnAppPropsMixin.ResourceMappingProperty-
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.resiliencehub.CfnAppPropsMixin.ResourceMappingProperty
CfnAppPropsMixin.ResourceMappingProperty.Builder, CfnAppPropsMixin.ResourceMappingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAppPropsMixin.ResourceMappingProperty.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 StringName of the Amazon Elastic Kubernetes Service cluster and namespace that this resource is mapped to when themappingTypeisEKS.final StringName of the CloudFormation stack this resource is mapped to when themappingTypeisCfnStack.final StringSpecifies the type of resource mapping.final ObjectIdentifier of the physical resource.final StringName of the resource that this resource is mapped to when themappingTypeisResource.final StringName of the Terraform source that this resource is mapped to when themappingTypeisTerraform.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 theCfnAppPropsMixin.ResourceMappingProperty.Builder.
-
-
Method Details
-
getEksSourceName
Description copied from interface:CfnAppPropsMixin.ResourceMappingPropertyName of the Amazon Elastic Kubernetes Service cluster and namespace that this resource is mapped to when themappingTypeisEKS.This parameter accepts values in "eks-cluster/namespace" format.
- Specified by:
getEksSourceNamein interfaceCfnAppPropsMixin.ResourceMappingProperty- See Also:
-
getLogicalStackName
Description copied from interface:CfnAppPropsMixin.ResourceMappingPropertyName of the CloudFormation stack this resource is mapped to when themappingTypeisCfnStack.- Specified by:
getLogicalStackNamein interfaceCfnAppPropsMixin.ResourceMappingProperty- See Also:
-
getMappingType
Description copied from interface:CfnAppPropsMixin.ResourceMappingPropertySpecifies the type of resource mapping.- Specified by:
getMappingTypein interfaceCfnAppPropsMixin.ResourceMappingProperty- See Also:
-
getPhysicalResourceId
Description copied from interface:CfnAppPropsMixin.ResourceMappingPropertyIdentifier of the physical resource.Returns union: either
IResolvableorCfnAppPropsMixin.PhysicalResourceIdProperty- Specified by:
getPhysicalResourceIdin interfaceCfnAppPropsMixin.ResourceMappingProperty- See Also:
-
getResourceName
Description copied from interface:CfnAppPropsMixin.ResourceMappingPropertyName of the resource that this resource is mapped to when themappingTypeisResource.- Specified by:
getResourceNamein interfaceCfnAppPropsMixin.ResourceMappingProperty- See Also:
-
getTerraformSourceName
Description copied from interface:CfnAppPropsMixin.ResourceMappingPropertyName of the Terraform source that this resource is mapped to when themappingTypeisTerraform.- Specified by:
getTerraformSourceNamein interfaceCfnAppPropsMixin.ResourceMappingProperty- 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()
-