prismacloud 1.7.0 published on Monday, Apr 14, 2025 by paloaltonetworks
prismacloud.getAwsCftGenerator
Explore with Pulumi AI
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:
- Account
Id string - Account
Type string - Aws
Partition string - Features List<string>
- Id string
- Account
Id string - Account
Type string - Aws
Partition string - Features []string
- Id string
- account
Id String - account
Type String - aws
Partition String - features List<String>
- id String
- account
Id string - account
Type string - aws
Partition string - features string[]
- id string
- account_
id str - account_
type str - aws_
partition str - features Sequence[str]
- id str
- account
Id String - account
Type String - aws
Partition String - features List<String>
- id String
getAwsCftGenerator Result
The following output properties are available:
- Account
Id string - Account
Type string - Create
Stack stringLink With S3Presigned Url - Event
Bridge stringRule Name Prefix - External
Id string - Id string
- S3Presigned
Cft stringUrl - Aws
Partition string - Features List<string>
- Account
Id string - Account
Type string - Create
Stack stringLink With S3Presigned Url - Event
Bridge stringRule Name Prefix - External
Id string - Id string
- S3Presigned
Cft stringUrl - Aws
Partition string - Features []string
- account
Id String - account
Type String - create
Stack StringLink With S3Presigned Url - event
Bridge StringRule Name Prefix - external
Id String - id String
- s3Presigned
Cft StringUrl - aws
Partition String - features List<String>
- account
Id string - account
Type string - create
Stack stringLink With S3Presigned Url - event
Bridge stringRule Name Prefix - external
Id string - id string
- s3Presigned
Cft stringUrl - aws
Partition string - features string[]
- account_
id str - account_
type str - create_
stack_ strlink_ with_ s3_ presigned_ url - event_
bridge_ strrule_ name_ prefix - external_
id str - id str
- s3_
presigned_ strcft_ url - aws_
partition str - features Sequence[str]
- account
Id String - account
Type String - create
Stack StringLink With S3Presigned Url - event
Bridge StringRule Name Prefix - external
Id String - id String
- s3Presigned
Cft StringUrl - aws
Partition String - features List<String>
Package Details
- Repository
- prismacloud paloaltonetworks/terraform-provider-prismacloud
- License
- Notes
- This Pulumi package is based on the
prismacloud
Terraform Provider.
prismacloud 1.7.0 published on Monday, Apr 14, 2025 by paloaltonetworks