0
votes

I need to provision AWS resources via AWS Service Catalog. I have a 'product' which i can provision and then i need to reference some property available in Outputs of provisioned product resource.

I wanted to reference the value within Outputs of AWS::ServiceCatalog::CloudFormationProvisionedProduct and hoped that it works same way as Outputs of a stack. I tried !GetAtt http:// ProvisionedProductName, Outputs.InnerProperty - did not work, i get Requested attribute Outputs.InnerProperty must be a readonly property in schema for AWS::ServiceCatalog::CloudFormationProvisionedProduct

The Outputs attribute exists, however i am not sure how to explode this list and get an inner property. I tried to use !Select to reference a list item, however it does not seem to work either: !Select [1, !GetAtt https://forums.aws.amazon.com/

Template error: Fn::Select requires a list argument with two elements: an integer index and a list Help appreciated

1

1 Answers