Tabnine Logo
EcsParameters$Builder.taskDefinitionArn
Code IndexAdd Tabnine to your IDE (free)

How to use
taskDefinitionArn
method
in
software.amazon.awssdk.services.cloudwatchevents.model.EcsParameters$Builder

Best Java code snippets using software.amazon.awssdk.services.cloudwatchevents.model.EcsParameters$Builder.taskDefinitionArn (Showing top 1 results out of 315)

origin: software.amazon.awssdk/events

if (context.testExpression("TaskDefinitionArn", targetDepth)) {
  context.nextToken();
  ecsParametersBuilder.taskDefinitionArn(context.getUnmarshaller(String.class).unmarshall(context));
software.amazon.awssdk.services.cloudwatchevents.modelEcsParameters$BuildertaskDefinitionArn

Javadoc

The ARN of the task definition to use if the event target is an Amazon ECS task.

Popular methods of EcsParameters$Builder

  • applyMutation
  • build
  • networkConfiguration
  • taskCount
    The number of tasks to create based on the TaskDefinition. The default is one.

Popular in Java

  • Reading from database using SQL prepared statement
  • getApplicationContext (Context)
  • startActivity (Activity)
  • onCreateOptionsMenu (Activity)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now