PipelineActionDeclarationArgs

constructor(actionTypeId: Output<PipelineActionTypeIdArgs>, commands: Output<List<String>>? = null, configuration: Output<Any>? = null, environmentVariables: Output<List<PipelineEnvironmentVariableArgs>>? = null, inputArtifacts: Output<List<PipelineInputArtifactArgs>>? = null, name: Output<String>, namespace: Output<String>? = null, outputArtifacts: Output<List<PipelineOutputArtifactArgs>>? = null, outputVariables: Output<List<String>>? = null, region: Output<String>? = null, roleArn: Output<String>? = null, runOrder: Output<Int>? = null, timeoutInMinutes: Output<Int>? = null)