SecretsManagerSecretResourceData
public struct SecretsManagerSecretResourceData : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Optional. The staging labels whose values you want to make available on the core, in addition to “AWSCURRENT”.
Declaration
Swift
public let additionalStagingLabelsToDownload: [String]?
-
The ARN of the Secrets Manager secret to make available on the core. The value of the secret’s latest version (represented by the “AWSCURRENT” staging label) is included by default.
Declaration
Swift
public let arn: String?
-
Undocumented
Declaration
Swift
public init(additionalStagingLabelsToDownload: [String]? = nil, arn: String? = nil)