Class CfnViewProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.resourceexplorer2.CfnViewProps.Jsii$Proxy
- All Implemented Interfaces:
CfnViewProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnViewProps
@Stability(Stable)
@Internal
public static final class CfnViewProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnViewProps
An implementation for
CfnViewProps-
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.resourceexplorer2.CfnViewProps
CfnViewProps.Builder, CfnViewProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnViewProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnViewProps.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 ObjectAn array of strings that include search keywords, prefixes, and operators that filter the results that are returned for queries made using this view.final ObjectA list of fields that provide additional information about the view.getTags()Tag key and value pairs that are attached to the view.final StringThe name of the new view.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 theCfnViewProps.Builder.
-
-
Method Details
-
getViewName
Description copied from interface:CfnViewPropsThe name of the new view.- Specified by:
getViewNamein interfaceCfnViewProps
-
getFilters
Description copied from interface:CfnViewPropsAn array of strings that include search keywords, prefixes, and operators that filter the results that are returned for queries made using this view.When you use this view in a Search operation, the filter string is combined with the search's
QueryStringparameter using a logicalANDoperator.For information about the supported syntax, see Search query reference for Resource Explorer in the AWS Resource Explorer User Guide .
This query string in the context of this operation supports only filter prefixes with optional operators . It doesn't support free-form text. For example, the string
region:us* service:ec2 -tag:stage=prodincludes all Amazon EC2 resources in any AWS Region that begin with the lettersusand are not tagged with a keyStagethat has the valueprod.- Specified by:
getFiltersin interfaceCfnViewProps
-
getIncludedProperties
Description copied from interface:CfnViewPropsA list of fields that provide additional information about the view.- Specified by:
getIncludedPropertiesin interfaceCfnViewProps
-
getTags
Description copied from interface:CfnViewPropsTag key and value pairs that are attached to the view.- Specified by:
getTagsin interfaceCfnViewProps
-
$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()
-