spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud
spectrocloud.getFilter
Explore with Pulumi AI
spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud
Example Usage
Using getFilter
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getFilter(args: GetFilterArgs, opts?: InvokeOptions): Promise<GetFilterResult>
function getFilterOutput(args: GetFilterOutputArgs, opts?: InvokeOptions): Output<GetFilterResult>
def get_filter(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFilterResult
def get_filter_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFilterResult]
func LookupFilter(ctx *Context, args *LookupFilterArgs, opts ...InvokeOption) (*LookupFilterResult, error)
func LookupFilterOutput(ctx *Context, args *LookupFilterOutputArgs, opts ...InvokeOption) LookupFilterResultOutput
> Note: This function is named LookupFilter
in the Go SDK.
public static class GetFilter
{
public static Task<GetFilterResult> InvokeAsync(GetFilterArgs args, InvokeOptions? opts = null)
public static Output<GetFilterResult> Invoke(GetFilterInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFilterResult> getFilter(GetFilterArgs args, InvokeOptions options)
public static Output<GetFilterResult> getFilter(GetFilterArgs args, InvokeOptions options)
fn::invoke:
function: spectrocloud:index/getFilter:getFilter
arguments:
# arguments dictionary
The following arguments are supported:
getFilter Result
The following output properties are available:
- Id string
- The ID of this resource.
- Metadatas
List<Get
Filter Metadata> - Name string
- The name of the filter.
- Specs
List<Get
Filter Spec>
- Id string
- The ID of this resource.
- Metadatas
[]Get
Filter Metadata - Name string
- The name of the filter.
- Specs
[]Get
Filter Spec
- id String
- The ID of this resource.
- metadatas
List<Get
Filter Metadata> - name String
- The name of the filter.
- specs
List<Get
Filter Spec>
- id string
- The ID of this resource.
- metadatas
Get
Filter Metadata[] - name string
- The name of the filter.
- specs
Get
Filter Spec[]
- id str
- The ID of this resource.
- metadatas
Sequence[Get
Filter Metadata] - name str
- The name of the filter.
- specs
Sequence[Get
Filter Spec]
- id String
- The ID of this resource.
- metadatas List<Property Map>
- name String
- The name of the filter.
- specs List<Property Map>
Supporting Types
GetFilterMetadata
- Annotations Dictionary<string, string>
- Labels Dictionary<string, string>
- Name string
- Annotations map[string]string
- Labels map[string]string
- Name string
- annotations Map<String,String>
- labels Map<String,String>
- name String
- annotations {[key: string]: string}
- labels {[key: string]: string}
- name string
- annotations Mapping[str, str]
- labels Mapping[str, str]
- name str
- annotations Map<String>
- labels Map<String>
- name String
GetFilterSpec
GetFilterSpecFilterGroup
GetFilterSpecFilterGroupFilter
Package Details
- Repository
- spectrocloud spectrocloud/terraform-provider-spectrocloud
- License
- Notes
- This Pulumi package is based on the
spectrocloud
Terraform Provider.
spectrocloud 0.23.5 published on Sunday, Apr 20, 2025 by spectrocloud