1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. governance
  6. getPolicyChangeArtifact
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
thoth logo
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security

    Using getPolicyChangeArtifact

    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 getPolicyChangeArtifact(args: GetPolicyChangeArtifactArgs, opts?: InvokeOptions): Promise<GetPolicyChangeArtifactResult>
    function getPolicyChangeArtifactOutput(args: GetPolicyChangeArtifactOutputArgs, opts?: InvokeOptions): Output<GetPolicyChangeArtifactResult>
    def get_policy_change_artifact(request_id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetPolicyChangeArtifactResult
    def get_policy_change_artifact_output(request_id: pulumi.Input[Optional[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetPolicyChangeArtifactResult]
    func GetPolicyChangeArtifact(ctx *Context, args *GetPolicyChangeArtifactArgs, opts ...InvokeOption) (*GetPolicyChangeArtifactResult, error)
    func GetPolicyChangeArtifactOutput(ctx *Context, args *GetPolicyChangeArtifactOutputArgs, opts ...InvokeOption) GetPolicyChangeArtifactResultOutput

    > Note: This function is named GetPolicyChangeArtifact in the Go SDK.

    public static class GetPolicyChangeArtifact 
    {
        public static Task<GetPolicyChangeArtifactResult> InvokeAsync(GetPolicyChangeArtifactArgs args, InvokeOptions? opts = null)
        public static Output<GetPolicyChangeArtifactResult> Invoke(GetPolicyChangeArtifactInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPolicyChangeArtifactResult> getPolicyChangeArtifact(GetPolicyChangeArtifactArgs args, InvokeOptions options)
    public static Output<GetPolicyChangeArtifactResult> getPolicyChangeArtifact(GetPolicyChangeArtifactArgs args, InvokeOptions options)
    
    fn::invoke:
      function: thoth:governance/getPolicyChangeArtifact:getPolicyChangeArtifact
      arguments:
        # arguments dictionary
    data "thoth_governance_get_policy_change_artifact" "name" {
        # arguments
    }

    The following arguments are supported:

    RequestId string
    RequestId string
    request_id string
    requestId String
    requestId string
    requestId String

    getPolicyChangeArtifact Result

    The following output properties are available:

    ArtifactId string
    DataJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    RequestId string
    TargetEnvironment string
    UpdatedAt string
    ArtifactId string
    DataJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    RequestId string
    TargetEnvironment string
    UpdatedAt string
    artifact_id string
    data_json string
    id string
    The provider-assigned unique ID for this managed resource.
    request_id string
    target_environment string
    updated_at string
    artifactId String
    dataJson String
    id String
    The provider-assigned unique ID for this managed resource.
    requestId String
    targetEnvironment String
    updatedAt String
    artifactId string
    dataJson string
    id string
    The provider-assigned unique ID for this managed resource.
    requestId string
    targetEnvironment string
    updatedAt string
    artifact_id str
    data_json str
    id str
    The provider-assigned unique ID for this managed resource.
    request_id str
    target_environment str
    updated_at str
    artifactId String
    dataJson String
    id String
    The provider-assigned unique ID for this managed resource.
    requestId String
    targetEnvironment String
    updatedAt String

    Package Details

    Repository
    thoth atensecurity/pulumi-thoth
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the thoth Terraform Provider.
    thoth logo
    Viewing docs for Thoth v0.1.15
    published on Thursday, Jul 23, 2026 by Aten Security

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial