Class CfnView
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.resourceexplorer2.CfnView
- All Implemented Interfaces:
IInspectable
,ITaggable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-05T03:43:50.287Z")
@Stability(Stable)
public class CfnView
extends CfnResource
implements IInspectable, ITaggable
Creates a view that users can query by using the Search operation. Results from queries that you make using this view include only resources that match the view's
Filters
.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.resourceexplorer2.*; CfnView cfnView = CfnView.Builder.create(this, "MyCfnView") .viewName("viewName") // the properties below are optional .filters(FiltersProperty.builder() .filterString("filterString") .build()) .includedProperties(List.of(IncludedPropertyProperty.builder() .name("name") .build())) .scope("scope") .tags(Map.of( "tagsKey", "tags")) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnView
.static interface
Example:static interface
Information about an additional property that describes a resource, that you can optionally include in a view.static interface
A search filter defines which resources can be part of a search query result set.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnView
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnView
(software.amazon.jsii.JsiiObjectRef objRef) CfnView
(software.constructs.Construct scope, String id, CfnViewProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the new view.An array of strings that include search keywords, prefixes, and operators that filter the results that are returned for queries made using this view.A list of fields that provide additional information about the view.getScope()
The root ARN of the account, an organizational unit (OU), or an organization ARN.getTags()
Tag Manager which manages the tags for this resource.Tag key and value pairs that are attached to the view.The name of the new view.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setFilters
(IResolvable value) An array of strings that include search keywords, prefixes, and operators that filter the results that are returned for queries made using this view.void
An array of strings that include search keywords, prefixes, and operators that filter the results that are returned for queries made using this view.void
setIncludedProperties
(List<Object> value) A list of fields that provide additional information about the view.void
setIncludedProperties
(IResolvable value) A list of fields that provide additional information about the view.void
The root ARN of the account, an organizational unit (OU), or an organization ARN.void
setTagsRaw
(Map<String, String> value) Tag key and value pairs that are attached to the view.void
setViewName
(String value) The name of the new view.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnView
protected CfnView(software.amazon.jsii.JsiiObjectRef objRef) -
CfnView
protected CfnView(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnView
@Stability(Stable) public CfnView(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnViewProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrViewArn
The ARN of the new view. For example:.arn:aws:resource-explorer-2:us-east-1:123456789012:view/MyView/EXAMPLE8-90ab-cdef-fedc-EXAMPLE22222
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
getViewName
The name of the new view. -
setViewName
The name of the new view. -
getFilters
An array of strings that include search keywords, prefixes, and operators that filter the results that are returned for queries made using this view. -
setFilters
An array of strings that include search keywords, prefixes, and operators that filter the results that are returned for queries made using this view. -
setFilters
An array of strings that include search keywords, prefixes, and operators that filter the results that are returned for queries made using this view. -
getIncludedProperties
A list of fields that provide additional information about the view. -
setIncludedProperties
A list of fields that provide additional information about the view. -
setIncludedProperties
A list of fields that provide additional information about the view. -
getScope
The root ARN of the account, an organizational unit (OU), or an organization ARN. -
setScope
The root ARN of the account, an organizational unit (OU), or an organization ARN. -
getTagsRaw
Tag key and value pairs that are attached to the view. -
setTagsRaw
Tag key and value pairs that are attached to the view.
-