PutResourcePolicyInput

public struct PutResourcePolicyInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A JSON-formatted resource policy. For more information, see Sharing a Project and Sharing a Report Group in the AWS CodeBuild User Guide.

    Declaration

    Swift

    public let policy: String
  • The ARN of the Project or ReportGroup resource you want to associate with a resource policy.

    Declaration

    Swift

    public let resourceArn: String
  • Undocumented

    Declaration

    Swift

    public init(policy: String, resourceArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws