Cisco Meraki v0.4.4 published on Wednesday, Oct 22, 2025 by Pulumi
meraki.organizations.getCameraCustomAnalyticsArtifacts
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:
- Artifact
Id string - artifactId path parameter. Artifact ID
- Organization
Id string - organizationId path parameter. Organization ID
- Artifact
Id string - artifactId path parameter. Artifact ID
- Organization
Id string - organizationId path parameter. Organization ID
- artifact
Id String - artifactId path parameter. Artifact ID
- organization
Id String - organizationId path parameter. Organization ID
- artifact
Id string - artifactId path parameter. Artifact ID
- organization
Id string - organizationId path parameter. Organization ID
- artifact_
id str - artifactId path parameter. Artifact ID
- organization_
id str - organizationId path parameter. Organization ID
- artifact
Id String - artifactId path parameter. Artifact ID
- organization
Id 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
Get
Camera Custom Analytics Artifacts Item - Items
List<Get
Camera Custom Analytics Artifacts Item> - Array of ResponseCameraGetOrganizationCameraCustomAnalyticsArtifacts
- Artifact
Id string - artifactId path parameter. Artifact ID
- Organization
Id string - organizationId path parameter. Organization ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Get
Camera Custom Analytics Artifacts Item - Items
[]Get
Camera Custom Analytics Artifacts Item - Array of ResponseCameraGetOrganizationCameraCustomAnalyticsArtifacts
- Artifact
Id string - artifactId path parameter. Artifact ID
- Organization
Id string - organizationId path parameter. Organization ID
- id String
- The provider-assigned unique ID for this managed resource.
- item
Get
Camera Custom Analytics Artifacts Item - items
List<Get
Camera Custom Analytics Artifacts Item> - Array of ResponseCameraGetOrganizationCameraCustomAnalyticsArtifacts
- artifact
Id String - artifactId path parameter. Artifact ID
- organization
Id String - organizationId path parameter. Organization ID
- id string
- The provider-assigned unique ID for this managed resource.
- item
Get
Camera Custom Analytics Artifacts Item - items
Get
Camera Custom Analytics Artifacts Item[] - Array of ResponseCameraGetOrganizationCameraCustomAnalyticsArtifacts
- artifact
Id string - artifactId path parameter. Artifact ID
- organization
Id string - organizationId path parameter. Organization ID
- id str
- The provider-assigned unique ID for this managed resource.
- item
Get
Camera Custom Analytics Artifacts Item - items
Sequence[Get
Camera 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
- artifact
Id String - artifactId path parameter. Artifact ID
- organization
Id String - organizationId path parameter. Organization ID
Supporting Types
GetCameraCustomAnalyticsArtifactsItem
- Artifact
Id string - Custom analytics artifact ID
- Name string
- Custom analytics artifact name
- Organization
Id string - Organization ID
- Status
Get
Camera Custom Analytics Artifacts Item Status - Custom analytics artifact status
- Artifact
Id string - Custom analytics artifact ID
- Name string
- Custom analytics artifact name
- Organization
Id string - Organization ID
- Status
Get
Camera Custom Analytics Artifacts Item Status - Custom analytics artifact status
- artifact
Id String - Custom analytics artifact ID
- name String
- Custom analytics artifact name
- organization
Id String - Organization ID
- status
Get
Camera Custom Analytics Artifacts Item Status - Custom analytics artifact status
- artifact
Id string - Custom analytics artifact ID
- name string
- Custom analytics artifact name
- organization
Id string - Organization ID
- status
Get
Camera 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
Get
Camera Custom Analytics Artifacts Item Status - Custom analytics artifact status
- artifact
Id String - Custom analytics artifact ID
- name String
- Custom analytics artifact name
- organization
Id 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.
