Package com.ngrok.definitions
Class EventTargetCloudwatchLogs
java.lang.Object
com.ngrok.definitions.EventTargetCloudwatchLogs
A class encapsulating the
EventTargetCloudwatchLogs
resource.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAuth()
Configuration for how to authenticate into your AWS account.An Amazon Resource Name specifying the CloudWatch Logs group to deposit events into.int
hashCode()
Creates a new builder for theEventTargetCloudwatchLogs
type.toString()
-
Method Details
-
newBuilder
Creates a new builder for theEventTargetCloudwatchLogs
type.- Returns:
- a new
EventTargetCloudwatchLogs.Builder
-
getAuth
Configuration for how to authenticate into your AWS account. Exactly one ofrole
orcreds
should be configured.- Returns:
- the value of the property as a
AwsAuth
-
getLogGroupArn
An Amazon Resource Name specifying the CloudWatch Logs group to deposit events into.- Returns:
- the value of the property as a
String
-
equals
-
hashCode
public int hashCode() -
toString
-