Class CfnVerifiedAccessInstanceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnVerifiedAccessInstanceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVerifiedAccessInstanceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVerifiedAccessInstanceProps
@Stability(Stable)
@Internal
public static final class CfnVerifiedAccessInstanceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVerifiedAccessInstanceProps
An implementation for
CfnVerifiedAccessInstanceProps-
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.services.ec2.CfnVerifiedAccessInstanceProps
CfnVerifiedAccessInstanceProps.Builder, CfnVerifiedAccessInstanceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVerifiedAccessInstanceProps.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 custom subdomain.final StringA description for the AWS Verified Access instance.final ObjectIndicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.final ObjectThe logging configuration for the Verified Access instances.getTags()The tags.The IDs of the AWS Verified Access trust providers.final ObjectThe IDs of the AWS Verified Access trust providers.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 theCfnVerifiedAccessInstanceProps.Builder.
-
-
Method Details
-
getCidrEndpointsCustomSubDomain
Description copied from interface:CfnVerifiedAccessInstancePropsThe custom subdomain.- Specified by:
getCidrEndpointsCustomSubDomainin interfaceCfnVerifiedAccessInstanceProps- See Also:
-
getDescription
Description copied from interface:CfnVerifiedAccessInstancePropsA description for the AWS Verified Access instance.- Specified by:
getDescriptionin interfaceCfnVerifiedAccessInstanceProps- See Also:
-
getFipsEnabled
Description copied from interface:CfnVerifiedAccessInstancePropsIndicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.Returns union: either
BooleanorIResolvable- Specified by:
getFipsEnabledin interfaceCfnVerifiedAccessInstanceProps- See Also:
-
getLoggingConfigurations
Description copied from interface:CfnVerifiedAccessInstancePropsThe logging configuration for the Verified Access instances.Returns union: either
IResolvableorCfnVerifiedAccessInstance.VerifiedAccessLogsProperty- Specified by:
getLoggingConfigurationsin interfaceCfnVerifiedAccessInstanceProps- See Also:
-
getTags
Description copied from interface:CfnVerifiedAccessInstancePropsThe tags.- Specified by:
getTagsin interfaceCfnVerifiedAccessInstanceProps- See Also:
-
getVerifiedAccessTrustProviderIds
Description copied from interface:CfnVerifiedAccessInstancePropsThe IDs of the AWS Verified Access trust providers.- Specified by:
getVerifiedAccessTrustProviderIdsin interfaceCfnVerifiedAccessInstanceProps- See Also:
-
getVerifiedAccessTrustProviders
Description copied from interface:CfnVerifiedAccessInstancePropsThe IDs of the AWS Verified Access trust providers.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnVerifiedAccessInstance.VerifiedAccessTrustProviderProperty>- Specified by:
getVerifiedAccessTrustProvidersin interfaceCfnVerifiedAccessInstanceProps- 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()
-