1. Packages
  2. AWS Native
  3. API Docs
  4. cleanrooms
  5. getPrivacyBudgetTemplate

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.cleanrooms.getPrivacyBudgetTemplate

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    Represents a privacy budget within a collaboration

    Using getPrivacyBudgetTemplate

    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 getPrivacyBudgetTemplate(args: GetPrivacyBudgetTemplateArgs, opts?: InvokeOptions): Promise<GetPrivacyBudgetTemplateResult>
    function getPrivacyBudgetTemplateOutput(args: GetPrivacyBudgetTemplateOutputArgs, opts?: InvokeOptions): Output<GetPrivacyBudgetTemplateResult>
    def get_privacy_budget_template(membership_identifier: Optional[str] = None,
                                    privacy_budget_template_identifier: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetPrivacyBudgetTemplateResult
    def get_privacy_budget_template_output(membership_identifier: Optional[pulumi.Input[str]] = None,
                                    privacy_budget_template_identifier: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetPrivacyBudgetTemplateResult]
    func LookupPrivacyBudgetTemplate(ctx *Context, args *LookupPrivacyBudgetTemplateArgs, opts ...InvokeOption) (*LookupPrivacyBudgetTemplateResult, error)
    func LookupPrivacyBudgetTemplateOutput(ctx *Context, args *LookupPrivacyBudgetTemplateOutputArgs, opts ...InvokeOption) LookupPrivacyBudgetTemplateResultOutput

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

    public static class GetPrivacyBudgetTemplate 
    {
        public static Task<GetPrivacyBudgetTemplateResult> InvokeAsync(GetPrivacyBudgetTemplateArgs args, InvokeOptions? opts = null)
        public static Output<GetPrivacyBudgetTemplateResult> Invoke(GetPrivacyBudgetTemplateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPrivacyBudgetTemplateResult> getPrivacyBudgetTemplate(GetPrivacyBudgetTemplateArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:cleanrooms:getPrivacyBudgetTemplate
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getPrivacyBudgetTemplate Result

    The following output properties are available:

    Arn string
    CollaborationArn string
    CollaborationIdentifier string
    MembershipArn string
    Parameters ParametersProperties
    PrivacyBudgetTemplateIdentifier string
    Tags Tag
    An arbitrary set of tags (key-value pairs) for this cleanrooms privacy budget template.
    arn String
    collaborationArn String
    collaborationIdentifier String
    membershipArn String
    parameters ParametersProperties
    privacyBudgetTemplateIdentifier String
    tags List<Tag>
    An arbitrary set of tags (key-value pairs) for this cleanrooms privacy budget template.
    arn string
    collaborationArn string
    collaborationIdentifier string
    membershipArn string
    parameters ParametersProperties
    privacyBudgetTemplateIdentifier string
    tags Tag[]
    An arbitrary set of tags (key-value pairs) for this cleanrooms privacy budget template.
    arn str
    collaboration_arn str
    collaboration_identifier str
    membership_arn str
    parameters ParametersProperties
    privacy_budget_template_identifier str
    tags Sequence[root_Tag]
    An arbitrary set of tags (key-value pairs) for this cleanrooms privacy budget template.
    arn String
    collaborationArn String
    collaborationIdentifier String
    membershipArn String
    parameters Property Map
    privacyBudgetTemplateIdentifier String
    tags List<Property Map>
    An arbitrary set of tags (key-value pairs) for this cleanrooms privacy budget template.

    Supporting Types

    ParametersProperties

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi