Class CfnView.SearchFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.resourceexplorer2.CfnView.SearchFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnView.SearchFilterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnView.SearchFilterProperty
@Stability(Stable)
@Internal
public static final class CfnView.SearchFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnView.SearchFilterProperty
An implementation for
CfnView.SearchFilterProperty
-
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.CfnView.SearchFilterProperty
CfnView.SearchFilterProperty.Builder, CfnView.SearchFilterProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnView.SearchFilterProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnView.SearchFilterProperty.Builder
.
-
-
Method Details
-
getFilterString
Description copied from interface:CfnView.SearchFilterProperty
The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a Search operation.For information about the supported syntax, see Search query reference 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:
getFilterString
in interfaceCfnView.SearchFilterProperty
- See Also:
-
$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()
-