Class CfnEndpointAuthorizationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.redshift.mixins.CfnEndpointAuthorizationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointAuthorizationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointAuthorizationMixinProps
@Stability(Stable)
@Internal
public static final class CfnEndpointAuthorizationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointAuthorizationMixinProps
An implementation for
CfnEndpointAuthorizationMixinProps-
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.mixins.preview.services.redshift.mixins.CfnEndpointAuthorizationMixinProps
CfnEndpointAuthorizationMixinProps.Builder, CfnEndpointAuthorizationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpointAuthorizationMixinProps.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 AWS account ID of either the cluster owner (grantor) or grantee.final StringThe cluster identifier.final ObjectgetForce()Indicates whether to force the revoke action.The virtual private cloud (VPC) identifiers to grant access to.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 theCfnEndpointAuthorizationMixinProps.Builder.
-
-
Method Details
-
getAccount
Description copied from interface:CfnEndpointAuthorizationMixinPropsThe AWS account ID of either the cluster owner (grantor) or grantee.If
Granteeparameter is true, then theAccountvalue is of the grantor.- Specified by:
getAccountin interfaceCfnEndpointAuthorizationMixinProps- See Also:
-
getClusterIdentifier
Description copied from interface:CfnEndpointAuthorizationMixinPropsThe cluster identifier.- Specified by:
getClusterIdentifierin interfaceCfnEndpointAuthorizationMixinProps- See Also:
-
getForce
Description copied from interface:CfnEndpointAuthorizationMixinPropsIndicates whether to force the revoke action.If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted.
Returns union: either
BooleanorIResolvable- Specified by:
getForcein interfaceCfnEndpointAuthorizationMixinProps- See Also:
-
getVpcIds
Description copied from interface:CfnEndpointAuthorizationMixinPropsThe virtual private cloud (VPC) identifiers to grant access to.- Specified by:
getVpcIdsin interfaceCfnEndpointAuthorizationMixinProps- 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()
-