ResourceShare
public struct ResourceShare : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether principals outside your AWS organization can be associated with a resource share.
Declaration
Swift
public let allowExternalPrincipals: Bool?
-
The time when the resource share was created.
Declaration
Swift
public let creationTime: TimeStamp?
-
Indicates how the resource share was created. Possible values include: CREATED_FROM_POLICY - Indicates that the resource share was created from an AWS Identity and Access Management (AWS IAM) policy attached to a resource. These resource shares are visible only to the AWS account that created it. They cannot be modified in AWS RAM. PROMOTING_TO_STANDARD - The resource share is in the process of being promoted. For more information, see PromoteResourceShareCreatedFromPolicy. STANDARD - Indicates that the resource share was created in AWS RAM using the console or APIs. These resource shares are visible to all principals. They can be modified in AWS RAM.
Declaration
Swift
public let featureSet: ResourceShareFeatureSet?
-
The time when the resource share was last updated.
Declaration
Swift
public let lastUpdatedTime: TimeStamp?
-
The name of the resource share.
Declaration
Swift
public let name: String?
-
The ID of the AWS account that owns the resource share.
Declaration
Swift
public let owningAccountId: String?
-
The Amazon Resource Name (ARN) of the resource share.
Declaration
Swift
public let resourceShareArn: String?
-
The status of the resource share.
Declaration
Swift
public let status: ResourceShareStatus?
-
A message about the status of the resource share.
Declaration
Swift
public let statusMessage: String?
-
The tags for the resource share.
Declaration
Swift
public let tags: [Tag]?
-
init(allowExternalPrincipals:creationTime:featureSet:lastUpdatedTime:name:owningAccountId:resourceShareArn:status:statusMessage:tags:)
Undocumented
Declaration
Swift
public init(allowExternalPrincipals: Bool? = nil, creationTime: TimeStamp? = nil, featureSet: ResourceShareFeatureSet? = nil, lastUpdatedTime: TimeStamp? = nil, name: String? = nil, owningAccountId: String? = nil, resourceShareArn: String? = nil, status: ResourceShareStatus? = nil, statusMessage: String? = nil, tags: [Tag]? = nil)