/dhall-aws-cloudformation/cloudformation/AWS::GroundStation::DataflowEndpointGroup/SecurityDetails.dhall

Copy path to clipboard

Source

{ Type =
{ RoleArn : Optional (./../../Fn.dhall).CfnText
, SecurityGroupIds : Optional (List (./../../Fn.dhall).CfnText)
, SubnetIds : Optional (List (./../../Fn.dhall).CfnText)
}
, default =
{ RoleArn = None (./../../Fn.dhall).CfnText
, SecurityGroupIds = None (List (./../../Fn.dhall).CfnText)
, SubnetIds = None (List (./../../Fn.dhall).CfnText)
}
}