Class CfnViewMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnViewMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnViewMixinProps
CfnViewMixinProps-
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.cfnpropertymixins.services.resourceexplorer2.CfnViewMixinProps
CfnViewMixinProps.Builder, CfnViewMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnViewMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnViewMixinProps.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.final StringgetScope()The root ARN of the account, an organizational unit (OU), or an organization ARN.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 theCfnViewMixinProps.Builder.
-
-
Method Details
-
getFilters
Description copied from interface:CfnViewMixinPropsAn 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.Returns union: either
IResolvableorCfnViewPropsMixin.FiltersProperty- Specified by:
getFiltersin interfaceCfnViewMixinProps- See Also:
-
getIncludedProperties
Description copied from interface:CfnViewMixinPropsA list of fields that provide additional information about the view.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnViewPropsMixin.IncludedPropertyProperty>- Specified by:
getIncludedPropertiesin interfaceCfnViewMixinProps- See Also:
-
getScope
Description copied from interface:CfnViewMixinPropsThe root ARN of the account, an organizational unit (OU), or an organization ARN.If left empty, the default is account.
- Specified by:
getScopein interfaceCfnViewMixinProps- See Also:
-
getTags
Description copied from interface:CfnViewMixinPropsTag key and value pairs that are attached to the view.- Specified by:
getTagsin interfaceCfnViewMixinProps- See Also:
-
getViewName
Description copied from interface:CfnViewMixinPropsThe name of the new view.- Specified by:
getViewNamein interfaceCfnViewMixinProps- 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()
-