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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.resourceexplorer2.CfnViewProps
CfnViewProps.Builder, CfnViewProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnViewProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnViewProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
An array of strings that include search keywords, prefixes, and operators that filter the results that are returned for queries made using this view.final Object
A list of fields that provide additional information about the view.getTags()
Tag key and value pairs that are attached to the view.final String
The name of the new view.final int
hashCode()
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:CfnViewProps
The name of the new view.- Specified by:
getViewName
in interfaceCfnViewProps
-
getFilters
Description copied from interface:CfnViewProps
An 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
QueryString
parameter using a logicalAND
operator.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=prod
includes all Amazon EC2 resources in any AWS Region that begin with the lettersus
and are not tagged with a keyStage
that has the valueprod
.- Specified by:
getFilters
in interfaceCfnViewProps
-
getIncludedProperties
Description copied from interface:CfnViewProps
A list of fields that provide additional information about the view.- Specified by:
getIncludedProperties
in interfaceCfnViewProps
-
getTags
Description copied from interface:CfnViewProps
Tag key and value pairs that are attached to the view.- Specified by:
getTags
in interfaceCfnViewProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-