/dhall-aws-cloudformation/cloudformation/AWS::ServiceCatalog::PortfolioShare/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ AcceptLanguage : Optional (./../../Fn.dhall).CfnText
, AccountId : (./../../Fn.dhall).CfnText
, PortfolioId : (./../../Fn.dhall).CfnText
, ShareTagOptions : Optional Bool
}
, default =
{ AcceptLanguage = None (./../../Fn.dhall).CfnText
, ShareTagOptions = None Bool
}
}