Cisco Meraki v0.4.1 published on Saturday, Mar 15, 2025 by Pulumi
meraki.organizations.getCameraCustomAnalyticsArtifacts
Explore with Pulumi AI
Example Usage
Using getCameraCustomAnalyticsArtifacts
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 getCameraCustomAnalyticsArtifacts(args: GetCameraCustomAnalyticsArtifactsArgs, opts?: InvokeOptions): Promise<GetCameraCustomAnalyticsArtifactsResult>
function getCameraCustomAnalyticsArtifactsOutput(args: GetCameraCustomAnalyticsArtifactsOutputArgs, opts?: InvokeOptions): Output<GetCameraCustomAnalyticsArtifactsResult>def get_camera_custom_analytics_artifacts(artifact_id: Optional[str] = None,
                                          organization_id: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetCameraCustomAnalyticsArtifactsResult
def get_camera_custom_analytics_artifacts_output(artifact_id: Optional[pulumi.Input[str]] = None,
                                          organization_id: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetCameraCustomAnalyticsArtifactsResult]func LookupCameraCustomAnalyticsArtifacts(ctx *Context, args *LookupCameraCustomAnalyticsArtifactsArgs, opts ...InvokeOption) (*LookupCameraCustomAnalyticsArtifactsResult, error)
func LookupCameraCustomAnalyticsArtifactsOutput(ctx *Context, args *LookupCameraCustomAnalyticsArtifactsOutputArgs, opts ...InvokeOption) LookupCameraCustomAnalyticsArtifactsResultOutput> Note: This function is named LookupCameraCustomAnalyticsArtifacts in the Go SDK.
public static class GetCameraCustomAnalyticsArtifacts 
{
    public static Task<GetCameraCustomAnalyticsArtifactsResult> InvokeAsync(GetCameraCustomAnalyticsArtifactsArgs args, InvokeOptions? opts = null)
    public static Output<GetCameraCustomAnalyticsArtifactsResult> Invoke(GetCameraCustomAnalyticsArtifactsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCameraCustomAnalyticsArtifactsResult> getCameraCustomAnalyticsArtifacts(GetCameraCustomAnalyticsArtifactsArgs args, InvokeOptions options)
public static Output<GetCameraCustomAnalyticsArtifactsResult> getCameraCustomAnalyticsArtifacts(GetCameraCustomAnalyticsArtifactsArgs args, InvokeOptions options)
fn::invoke:
  function: meraki:organizations/getCameraCustomAnalyticsArtifacts:getCameraCustomAnalyticsArtifacts
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ArtifactId string
- artifactId path parameter. Artifact ID
- OrganizationId string
- organizationId path parameter. Organization ID
- ArtifactId string
- artifactId path parameter. Artifact ID
- OrganizationId string
- organizationId path parameter. Organization ID
- artifactId String
- artifactId path parameter. Artifact ID
- organizationId String
- organizationId path parameter. Organization ID
- artifactId string
- artifactId path parameter. Artifact ID
- organizationId string
- organizationId path parameter. Organization ID
- artifact_id str
- artifactId path parameter. Artifact ID
- organization_id str
- organizationId path parameter. Organization ID
- artifactId String
- artifactId path parameter. Artifact ID
- organizationId String
- organizationId path parameter. Organization ID
getCameraCustomAnalyticsArtifacts Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
GetCamera Custom Analytics Artifacts Item 
- Items
List<GetCamera Custom Analytics Artifacts Item> 
- Array of ResponseCameraGetOrganizationCameraCustomAnalyticsArtifacts
- ArtifactId string
- artifactId path parameter. Artifact ID
- OrganizationId string
- organizationId path parameter. Organization ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
GetCamera Custom Analytics Artifacts Item 
- Items
[]GetCamera Custom Analytics Artifacts Item 
- Array of ResponseCameraGetOrganizationCameraCustomAnalyticsArtifacts
- ArtifactId string
- artifactId path parameter. Artifact ID
- OrganizationId string
- organizationId path parameter. Organization ID
- id String
- The provider-assigned unique ID for this managed resource.
- item
GetCamera Custom Analytics Artifacts Item 
- items
List<GetCamera Custom Analytics Artifacts Item> 
- Array of ResponseCameraGetOrganizationCameraCustomAnalyticsArtifacts
- artifactId String
- artifactId path parameter. Artifact ID
- organizationId String
- organizationId path parameter. Organization ID
- id string
- The provider-assigned unique ID for this managed resource.
- item
GetCamera Custom Analytics Artifacts Item 
- items
GetCamera Custom Analytics Artifacts Item[] 
- Array of ResponseCameraGetOrganizationCameraCustomAnalyticsArtifacts
- artifactId string
- artifactId path parameter. Artifact ID
- organizationId string
- organizationId path parameter. Organization ID
- id str
- The provider-assigned unique ID for this managed resource.
- item
GetCamera Custom Analytics Artifacts Item 
- items
Sequence[GetCamera Custom Analytics Artifacts Item] 
- Array of ResponseCameraGetOrganizationCameraCustomAnalyticsArtifacts
- artifact_id str
- artifactId path parameter. Artifact ID
- organization_id str
- organizationId path parameter. Organization ID
- id String
- The provider-assigned unique ID for this managed resource.
- item Property Map
- items List<Property Map>
- Array of ResponseCameraGetOrganizationCameraCustomAnalyticsArtifacts
- artifactId String
- artifactId path parameter. Artifact ID
- organizationId String
- organizationId path parameter. Organization ID
Supporting Types
GetCameraCustomAnalyticsArtifactsItem     
- ArtifactId string
- Custom analytics artifact ID
- Name string
- Custom analytics artifact name
- OrganizationId string
- Organization ID
- Status
GetCamera Custom Analytics Artifacts Item Status 
- Custom analytics artifact status
- ArtifactId string
- Custom analytics artifact ID
- Name string
- Custom analytics artifact name
- OrganizationId string
- Organization ID
- Status
GetCamera Custom Analytics Artifacts Item Status 
- Custom analytics artifact status
- artifactId String
- Custom analytics artifact ID
- name String
- Custom analytics artifact name
- organizationId String
- Organization ID
- status
GetCamera Custom Analytics Artifacts Item Status 
- Custom analytics artifact status
- artifactId string
- Custom analytics artifact ID
- name string
- Custom analytics artifact name
- organizationId string
- Organization ID
- status
GetCamera Custom Analytics Artifacts Item Status 
- Custom analytics artifact status
- artifact_id str
- Custom analytics artifact ID
- name str
- Custom analytics artifact name
- organization_id str
- Organization ID
- status
GetCamera Custom Analytics Artifacts Item Status 
- Custom analytics artifact status
- artifactId String
- Custom analytics artifact ID
- name String
- Custom analytics artifact name
- organizationId String
- Organization ID
- status Property Map
- Custom analytics artifact status
GetCameraCustomAnalyticsArtifactsItemStatus      
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the merakiTerraform Provider.
