Class CfnOutpostResolverMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.route53resolver.CfnOutpostResolverMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnOutpostResolverMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOutpostResolverMixinProps
@Stability(Stable)
@Internal
public static final class CfnOutpostResolverMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOutpostResolverMixinProps
An implementation for
CfnOutpostResolverMixinProps-
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.route53resolver.CfnOutpostResolverMixinProps
CfnOutpostResolverMixinProps.Builder, CfnOutpostResolverMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOutpostResolverMixinProps.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 NumberAmazon EC2 instance count for the Resolver on the Outpost.final StringgetName()Name of the Resolver.final StringThe ARN (Amazon Resource Name) for the Outpost.final StringThe Amazon EC2 instance type.getTags()A key value pair that helps you identify a RouteĀ 53 Resolver .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 theCfnOutpostResolverMixinProps.Builder.
-
-
Method Details
-
getInstanceCount
Description copied from interface:CfnOutpostResolverMixinPropsAmazon EC2 instance count for the Resolver on the Outpost.- Specified by:
getInstanceCountin interfaceCfnOutpostResolverMixinProps- See Also:
-
getName
Description copied from interface:CfnOutpostResolverMixinPropsName of the Resolver.- Specified by:
getNamein interfaceCfnOutpostResolverMixinProps- See Also:
-
getOutpostArn
Description copied from interface:CfnOutpostResolverMixinPropsThe ARN (Amazon Resource Name) for the Outpost.- Specified by:
getOutpostArnin interfaceCfnOutpostResolverMixinProps- See Also:
-
getPreferredInstanceType
Description copied from interface:CfnOutpostResolverMixinPropsThe Amazon EC2 instance type.If you specify this, you must also specify a value for the
OutpostArn.- Specified by:
getPreferredInstanceTypein interfaceCfnOutpostResolverMixinProps- See Also:
-
getTags
Description copied from interface:CfnOutpostResolverMixinPropsA key value pair that helps you identify a RouteĀ 53 Resolver .- Specified by:
getTagsin interfaceCfnOutpostResolverMixinProps- 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()
-