AWS SDK for .NET Documentation
VisibleToAllUsers Property
AmazonAmazon.ElasticMapReduce.ModelClusterVisibleToAllUsers Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property VisibleToAllUsers.

Indicates whether the job flow is visible to all IAM users of the AWS account associated with the job flow. If this value is set to

CopyC#
true
, all IAM users of that AWS account can view and manage the job flow if they have the proper policy permissions set. If this value is
CopyC#
false
, only the IAM user that created the cluster can view and manage it. This value can be changed using the SetVisibleToAllUsers action.

Declaration Syntax
C#
public bool VisibleToAllUsers { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)