/dhall-aws-cloudformation/cloudformation/AWS::S3::AccessGrantsInstance/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ IdentityCenterArn : Optional (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ IdentityCenterArn = None (./../../Fn.dhall).CfnText
, Tags = None (List (./../Tag.dhall).Type)
}
}