/dhall-aws-cloudformation/cloudformation/AWS::MediaPackage::Asset/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ EgressEndpoints : Optional (List (./EgressEndpoint.dhall).Type)
, Id : (./../../Fn.dhall).CfnText
, PackagingGroupId : (./../../Fn.dhall).CfnText
, ResourceId : Optional (./../../Fn.dhall).CfnText
, SourceArn : (./../../Fn.dhall).CfnText
, SourceRoleArn : (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ EgressEndpoints = None (List (./EgressEndpoint.dhall).Type)
, ResourceId = None (./../../Fn.dhall).CfnText
, Tags = None (List (./../Tag.dhall).Type)
}
}