CreateBackendEnvironmentRequest
public struct CreateBackendEnvironmentRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The unique ID for an Amplify app.
Declaration
Swift
public let appId: String -
The name of deployment artifacts.
Declaration
Swift
public let deploymentArtifacts: String? -
The name for the backend environment.
Declaration
Swift
public let environmentName: String -
The AWS CloudFormation stack name of a backend environment.
Declaration
Swift
public let stackName: String? -
Undocumented
Declaration
Swift
public init(appId: String, deploymentArtifacts: String? = nil, environmentName: String, stackName: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateBackendEnvironmentRequest Structure Reference