1. Packages
  2. AWS Native
  3. API Docs
  4. resourceexplorer2
  5. View

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.resourceexplorer2.View

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

    Definition of AWS::ResourceExplorer2::View Resource Type

    Create View Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new View(name: string, args?: ViewArgs, opts?: CustomResourceOptions);
    @overload
    def View(resource_name: str,
             args: Optional[ViewArgs] = None,
             opts: Optional[ResourceOptions] = None)
    
    @overload
    def View(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             filters: Optional[ViewSearchFilterArgs] = None,
             included_properties: Optional[Sequence[ViewIncludedPropertyArgs]] = None,
             scope: Optional[str] = None,
             tags: Optional[Mapping[str, str]] = None,
             view_name: Optional[str] = None)
    func NewView(ctx *Context, name string, args *ViewArgs, opts ...ResourceOption) (*View, error)
    public View(string name, ViewArgs? args = null, CustomResourceOptions? opts = null)
    public View(String name, ViewArgs args)
    public View(String name, ViewArgs args, CustomResourceOptions options)
    
    type: aws-native:resourceexplorer2:View
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ViewArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ViewArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ViewArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ViewArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ViewArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    View Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The View resource accepts the following input properties:

    Filters Pulumi.AwsNative.ResourceExplorer2.Inputs.ViewSearchFilter

    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 logical AND 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 letters us and are not tagged with a key Stage that has the value prod .

    IncludedProperties List<Pulumi.AwsNative.ResourceExplorer2.Inputs.ViewIncludedProperty>
    A list of fields that provide additional information about the view.
    Scope string
    The root ARN of the account, an organizational unit (OU), or an organization ARN. If left empty, the default is account.
    Tags Dictionary<string, string>
    Tag key and value pairs that are attached to the view.
    ViewName string
    The name of the new view.
    Filters ViewSearchFilterArgs

    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 logical AND 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 letters us and are not tagged with a key Stage that has the value prod .

    IncludedProperties []ViewIncludedPropertyArgs
    A list of fields that provide additional information about the view.
    Scope string
    The root ARN of the account, an organizational unit (OU), or an organization ARN. If left empty, the default is account.
    Tags map[string]string
    Tag key and value pairs that are attached to the view.
    ViewName string
    The name of the new view.
    filters ViewSearchFilter

    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 logical AND 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 letters us and are not tagged with a key Stage that has the value prod .

    includedProperties List<ViewIncludedProperty>
    A list of fields that provide additional information about the view.
    scope String
    The root ARN of the account, an organizational unit (OU), or an organization ARN. If left empty, the default is account.
    tags Map<String,String>
    Tag key and value pairs that are attached to the view.
    viewName String
    The name of the new view.
    filters ViewSearchFilter

    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 logical AND 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 letters us and are not tagged with a key Stage that has the value prod .

    includedProperties ViewIncludedProperty[]
    A list of fields that provide additional information about the view.
    scope string
    The root ARN of the account, an organizational unit (OU), or an organization ARN. If left empty, the default is account.
    tags {[key: string]: string}
    Tag key and value pairs that are attached to the view.
    viewName string
    The name of the new view.
    filters ViewSearchFilterArgs

    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 logical AND 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 letters us and are not tagged with a key Stage that has the value prod .

    included_properties Sequence[ViewIncludedPropertyArgs]
    A list of fields that provide additional information about the view.
    scope str
    The root ARN of the account, an organizational unit (OU), or an organization ARN. If left empty, the default is account.
    tags Mapping[str, str]
    Tag key and value pairs that are attached to the view.
    view_name str
    The name of the new view.
    filters Property Map

    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 logical AND 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 letters us and are not tagged with a key Stage that has the value prod .

    includedProperties List<Property Map>
    A list of fields that provide additional information about the view.
    scope String
    The root ARN of the account, an organizational unit (OU), or an organization ARN. If left empty, the default is account.
    tags Map<String>
    Tag key and value pairs that are attached to the view.
    viewName String
    The name of the new view.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the View resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    ViewArn string

    The ARN of the new view. For example:

    arn:aws:resource-explorer-2:us-east-1:123456789012:view/MyView/EXAMPLE8-90ab-cdef-fedc-EXAMPLE22222

    Id string
    The provider-assigned unique ID for this managed resource.
    ViewArn string

    The ARN of the new view. For example:

    arn:aws:resource-explorer-2:us-east-1:123456789012:view/MyView/EXAMPLE8-90ab-cdef-fedc-EXAMPLE22222

    id String
    The provider-assigned unique ID for this managed resource.
    viewArn String

    The ARN of the new view. For example:

    arn:aws:resource-explorer-2:us-east-1:123456789012:view/MyView/EXAMPLE8-90ab-cdef-fedc-EXAMPLE22222

    id string
    The provider-assigned unique ID for this managed resource.
    viewArn string

    The ARN of the new view. For example:

    arn:aws:resource-explorer-2:us-east-1:123456789012:view/MyView/EXAMPLE8-90ab-cdef-fedc-EXAMPLE22222

    id str
    The provider-assigned unique ID for this managed resource.
    view_arn str

    The ARN of the new view. For example:

    arn:aws:resource-explorer-2:us-east-1:123456789012:view/MyView/EXAMPLE8-90ab-cdef-fedc-EXAMPLE22222

    id String
    The provider-assigned unique ID for this managed resource.
    viewArn String

    The ARN of the new view. For example:

    arn:aws:resource-explorer-2:us-east-1:123456789012:view/MyView/EXAMPLE8-90ab-cdef-fedc-EXAMPLE22222

    Supporting Types

    ViewIncludedProperty, ViewIncludedPropertyArgs

    Name string
    The name of the property that is included in this view.
    Name string
    The name of the property that is included in this view.
    name String
    The name of the property that is included in this view.
    name string
    The name of the property that is included in this view.
    name str
    The name of the property that is included in this view.
    name String
    The name of the property that is included in this view.

    ViewSearchFilter, ViewSearchFilterArgs

    FilterString string

    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 letters us and are not tagged with a key Stage that has the value prod .

    FilterString string

    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 letters us and are not tagged with a key Stage that has the value prod .

    filterString String

    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 letters us and are not tagged with a key Stage that has the value prod .

    filterString string

    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 letters us and are not tagged with a key Stage that has the value prod .

    filter_string str

    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 letters us and are not tagged with a key Stage that has the value prod .

    filterString String

    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 letters us and are not tagged with a key Stage that has the value prod .

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi