/dhall-aws-cloudformation/cloudformation/AWS::S3::Bucket/ReplicationConfiguration.dhall
Copy path to clipboardSource
{ Type =
{ Role : (./../../Fn.dhall).CfnText
, Rules : List (./ReplicationRule.dhall).Type
}
, default = {=}
}
{ Type =
{ Role : (./../../Fn.dhall).CfnText
, Rules : List (./ReplicationRule.dhall).Type
}
, default = {=}
}