aws-native logo
AWS Native v0.64.0, Jun 2 23

aws-native.servicecatalog.CloudFormationProvisionedProduct

Explore with Pulumi AI

Resource Schema for AWS::ServiceCatalog::CloudFormationProvisionedProduct

Create CloudFormationProvisionedProduct Resource

new CloudFormationProvisionedProduct(name: string, args?: CloudFormationProvisionedProductArgs, opts?: CustomResourceOptions);
@overload
def CloudFormationProvisionedProduct(resource_name: str,
                                     opts: Optional[ResourceOptions] = None,
                                     accept_language: Optional[CloudFormationProvisionedProductAcceptLanguage] = None,
                                     notification_arns: Optional[Sequence[str]] = None,
                                     path_id: Optional[str] = None,
                                     path_name: Optional[str] = None,
                                     product_id: Optional[str] = None,
                                     product_name: Optional[str] = None,
                                     provisioned_product_name: Optional[str] = None,
                                     provisioning_artifact_id: Optional[str] = None,
                                     provisioning_artifact_name: Optional[str] = None,
                                     provisioning_parameters: Optional[Sequence[CloudFormationProvisionedProductProvisioningParameterArgs]] = None,
                                     provisioning_preferences: Optional[CloudFormationProvisionedProductProvisioningPreferencesArgs] = None,
                                     tags: Optional[Sequence[CloudFormationProvisionedProductTagArgs]] = None)
@overload
def CloudFormationProvisionedProduct(resource_name: str,
                                     args: Optional[CloudFormationProvisionedProductArgs] = None,
                                     opts: Optional[ResourceOptions] = None)
func NewCloudFormationProvisionedProduct(ctx *Context, name string, args *CloudFormationProvisionedProductArgs, opts ...ResourceOption) (*CloudFormationProvisionedProduct, error)
public CloudFormationProvisionedProduct(string name, CloudFormationProvisionedProductArgs? args = null, CustomResourceOptions? opts = null)
public CloudFormationProvisionedProduct(String name, CloudFormationProvisionedProductArgs args)
public CloudFormationProvisionedProduct(String name, CloudFormationProvisionedProductArgs args, CustomResourceOptions options)
type: aws-native:servicecatalog:CloudFormationProvisionedProduct
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args CloudFormationProvisionedProductArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args CloudFormationProvisionedProductArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args CloudFormationProvisionedProductArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args CloudFormationProvisionedProductArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args CloudFormationProvisionedProductArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

CloudFormationProvisionedProduct Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The CloudFormationProvisionedProduct resource accepts the following input properties:

Outputs

All input properties are implicitly available as output properties. Additionally, the CloudFormationProvisionedProduct resource produces the following output properties:

CloudformationStackArn string
Id string

The provider-assigned unique ID for this managed resource.

Outputs object

List of key-value pair outputs.

ProvisionedProductId string
RecordId string
CloudformationStackArn string
Id string

The provider-assigned unique ID for this managed resource.

Outputs interface{}

List of key-value pair outputs.

ProvisionedProductId string
RecordId string
cloudformationStackArn String
id String

The provider-assigned unique ID for this managed resource.

outputs Object

List of key-value pair outputs.

provisionedProductId String
recordId String
cloudformationStackArn string
id string

The provider-assigned unique ID for this managed resource.

outputs any

List of key-value pair outputs.

provisionedProductId string
recordId string
cloudformation_stack_arn str
id str

The provider-assigned unique ID for this managed resource.

outputs Any

List of key-value pair outputs.

provisioned_product_id str
record_id str
cloudformationStackArn String
id String

The provider-assigned unique ID for this managed resource.

outputs Any

List of key-value pair outputs.

provisionedProductId String
recordId String

Supporting Types

CloudFormationProvisionedProductAcceptLanguage

En
en
Jp
jp
Zh
zh
CloudFormationProvisionedProductAcceptLanguageEn
en
CloudFormationProvisionedProductAcceptLanguageJp
jp
CloudFormationProvisionedProductAcceptLanguageZh
zh
En
en
Jp
jp
Zh
zh
En
en
Jp
jp
Zh
zh
EN
en
JP
jp
ZH
zh
"en"
en
"jp"
jp
"zh"
zh

CloudFormationProvisionedProductProvisioningParameter

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

CloudFormationProvisionedProductProvisioningPreferences

CloudFormationProvisionedProductProvisioningPreferencesStackSetOperationType

Create
CREATE
Update
UPDATE
Delete
DELETE
CloudFormationProvisionedProductProvisioningPreferencesStackSetOperationTypeCreate
CREATE
CloudFormationProvisionedProductProvisioningPreferencesStackSetOperationTypeUpdate
UPDATE
CloudFormationProvisionedProductProvisioningPreferencesStackSetOperationTypeDelete
DELETE
Create
CREATE
Update
UPDATE
Delete
DELETE
Create
CREATE
Update
UPDATE
Delete
DELETE
CREATE
CREATE
UPDATE
UPDATE
DELETE
DELETE
"CREATE"
CREATE
"UPDATE"
UPDATE
"DELETE"
DELETE

CloudFormationProvisionedProductTag

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

Package Details

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