DataGoogleProjectIamCustomRole constructor
DataGoogleProjectIamCustomRole({})
Implementation
DataGoogleProjectIamCustomRole({
required super.localName,
TfArg<String>? project,
required TfArg<String> roleId,
super.provider,
super.timeouts,
}) : super(
terraformType: tfType,
argMap: {if (project != null) 'project': project, 'role_id': roleId},
);