1. Packages
  2. AWS Native
  3. API Docs
  4. servicecatalog
  5. CloudFormationProvisionedProduct

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.servicecatalog.CloudFormationProvisionedProduct

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    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[_root_inputs.TagArgs]] = 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 Dictionary<string, string>
    List of key-value pair outputs.
    ProvisionedProductId string
    RecordId string
    CloudformationStackArn string
    Id string
    The provider-assigned unique ID for this managed resource.
    Outputs map[string]string
    List of key-value pair outputs.
    ProvisionedProductId string
    RecordId string
    cloudformationStackArn String
    id String
    The provider-assigned unique ID for this managed resource.
    outputs Map<String,String>
    List of key-value pair outputs.
    provisionedProductId String
    recordId String
    cloudformationStackArn string
    id string
    The provider-assigned unique ID for this managed resource.
    outputs {[key: string]: string}
    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 Mapping[str, str]
    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 Map<String>
    List of key-value pair outputs.
    provisionedProductId String
    recordId String

    Supporting Types

    CloudFormationProvisionedProductAcceptLanguage, CloudFormationProvisionedProductAcceptLanguageArgs

    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, CloudFormationProvisionedProductProvisioningParameterArgs

    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, CloudFormationProvisionedProductProvisioningPreferencesArgs

    CloudFormationProvisionedProductProvisioningPreferencesStackSetOperationType, CloudFormationProvisionedProductProvisioningPreferencesStackSetOperationTypeArgs

    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

    Tag, TagArgs

    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.100.0 published on Wednesday, Mar 27, 2024 by Pulumi