1. Packages
  2. Prismacloud Provider
  3. API Docs
  4. getAwsCftGenerator
prismacloud 1.7.0 published on Monday, Apr 14, 2025 by paloaltonetworks

prismacloud.getAwsCftGenerator

Explore with Pulumi AI

prismacloud logo
prismacloud 1.7.0 published on Monday, Apr 14, 2025 by paloaltonetworks

    Using getAwsCftGenerator

    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 getAwsCftGenerator(args: GetAwsCftGeneratorArgs, opts?: InvokeOptions): Promise<GetAwsCftGeneratorResult>
    function getAwsCftGeneratorOutput(args: GetAwsCftGeneratorOutputArgs, opts?: InvokeOptions): Output<GetAwsCftGeneratorResult>
    def get_aws_cft_generator(account_id: Optional[str] = None,
                              account_type: Optional[str] = None,
                              aws_partition: Optional[str] = None,
                              features: Optional[Sequence[str]] = None,
                              id: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetAwsCftGeneratorResult
    def get_aws_cft_generator_output(account_id: Optional[pulumi.Input[str]] = None,
                              account_type: Optional[pulumi.Input[str]] = None,
                              aws_partition: Optional[pulumi.Input[str]] = None,
                              features: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                              id: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetAwsCftGeneratorResult]
    func GetAwsCftGenerator(ctx *Context, args *GetAwsCftGeneratorArgs, opts ...InvokeOption) (*GetAwsCftGeneratorResult, error)
    func GetAwsCftGeneratorOutput(ctx *Context, args *GetAwsCftGeneratorOutputArgs, opts ...InvokeOption) GetAwsCftGeneratorResultOutput

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

    public static class GetAwsCftGenerator 
    {
        public static Task<GetAwsCftGeneratorResult> InvokeAsync(GetAwsCftGeneratorArgs args, InvokeOptions? opts = null)
        public static Output<GetAwsCftGeneratorResult> Invoke(GetAwsCftGeneratorInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAwsCftGeneratorResult> getAwsCftGenerator(GetAwsCftGeneratorArgs args, InvokeOptions options)
    public static Output<GetAwsCftGeneratorResult> getAwsCftGenerator(GetAwsCftGeneratorArgs args, InvokeOptions options)
    
    fn::invoke:
      function: prismacloud:index/getAwsCftGenerator:getAwsCftGenerator
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountId string
    AccountType string
    AwsPartition string
    Features List<string>
    Id string
    AccountId string
    AccountType string
    AwsPartition string
    Features []string
    Id string
    accountId String
    accountType String
    awsPartition String
    features List<String>
    id String
    accountId string
    accountType string
    awsPartition string
    features string[]
    id string
    account_id str
    account_type str
    aws_partition str
    features Sequence[str]
    id str
    accountId String
    accountType String
    awsPartition String
    features List<String>
    id String

    getAwsCftGenerator Result

    The following output properties are available:

    Package Details

    Repository
    prismacloud paloaltonetworks/terraform-provider-prismacloud
    License
    Notes
    This Pulumi package is based on the prismacloud Terraform Provider.
    prismacloud logo
    prismacloud 1.7.0 published on Monday, Apr 14, 2025 by paloaltonetworks