Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Creates a sink that exports specified log entries to a destination. The export of newly-ingested log entries begins immediately, unless the sink's writer_identity is not permitted to write to the destination. A sink can export log entries only from the resource owning the sink.
See: Stackdriver Logging API Reference for logging.projects.sinks.create
.
Synopsis
- type ProjectsSinksCreateResource = "v2" :> (Capture "parent" Text :> ("sinks" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "uniqueWriterIdentity" Bool :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] LogSink :> Post '[JSON] LogSink))))))))))
- projectsSinksCreate :: Text -> LogSink -> ProjectsSinksCreate
- data ProjectsSinksCreate
- pscParent :: Lens' ProjectsSinksCreate Text
- pscXgafv :: Lens' ProjectsSinksCreate (Maybe Xgafv)
- pscUniqueWriterIdentity :: Lens' ProjectsSinksCreate (Maybe Bool)
- pscUploadProtocol :: Lens' ProjectsSinksCreate (Maybe Text)
- pscAccessToken :: Lens' ProjectsSinksCreate (Maybe Text)
- pscUploadType :: Lens' ProjectsSinksCreate (Maybe Text)
- pscPayload :: Lens' ProjectsSinksCreate LogSink
- pscCallback :: Lens' ProjectsSinksCreate (Maybe Text)
REST Resource
type ProjectsSinksCreateResource = "v2" :> (Capture "parent" Text :> ("sinks" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "uniqueWriterIdentity" Bool :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] LogSink :> Post '[JSON] LogSink)))))))))) Source #
A resource alias for logging.projects.sinks.create
method which the
ProjectsSinksCreate
request conforms to.
Creating a Request
Creates a value of ProjectsSinksCreate
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsSinksCreate Source #
Creates a sink that exports specified log entries to a destination. The export of newly-ingested log entries begins immediately, unless the sink's writer_identity is not permitted to write to the destination. A sink can export log entries only from the resource owning the sink.
See: projectsSinksCreate
smart constructor.
Instances
Request Lenses
pscParent :: Lens' ProjectsSinksCreate Text Source #
Required. The resource in which to create the sink: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: "projects/my-logging-project", "organizations/123456789".
pscUniqueWriterIdentity :: Lens' ProjectsSinksCreate (Maybe Bool) Source #
Optional. Determines the kind of IAM identity returned as writer_identity in the new sink. If this value is omitted or set to false, and if the sink's parent is a project, then the value returned as writer_identity is the same group or service account used by Logging before the addition of writer identities to this API. The sink's destination must be in the same project as the sink itself.If this field is set to true, or if the sink is owned by a non-project resource such as an organization, then the value of writer_identity will be a unique service account used only for exports from the new sink. For more information, see writer_identity in LogSink.
pscUploadProtocol :: Lens' ProjectsSinksCreate (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pscAccessToken :: Lens' ProjectsSinksCreate (Maybe Text) Source #
OAuth access token.
pscUploadType :: Lens' ProjectsSinksCreate (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pscPayload :: Lens' ProjectsSinksCreate LogSink Source #
Multipart request metadata.
pscCallback :: Lens' ProjectsSinksCreate (Maybe Text) Source #
JSONP